Description Usage Details Value Examples
View source: R/tppDefaultTheme.R
Default theme to be passed to the gplots produced by the TPP package.
1 |
Internally, the theme is used as an argument for the function
ggplot2::theme_set
in order specify the appearance of the melting curve plots.
The specified plot properties include bold font and increased font size for axis labels and title, as well as a 90 degree angle for y axis labels.
ggplot theme with default settings for melting plot appearance.
1 2 3 4 5 6 7 8 9 10 11 | # Import data:
data(hdacTR_smallExample)
tpptrData <- tpptrImport(configTable=hdacTR_config, data=hdacTR_data)
# Obtain template with default settings:
normRequirements <- tpptrDefaultNormReqs()
print(normRequirements)
# Relax filter on the 10th fold change column for
# normalization set production:
normRequirements$fcRequirements[3,3] <- 0.25
# Perform normalization:
tpptrNorm <- tpptrNormalize(data=tpptrData, normReqs=)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.