Description Usage Arguments Examples
After fit
has been applied on Rnits
object, plot the profiles
of N top ranking genes/probes.
1 2 3 4 5 6 7 |
object |
|
id |
Names of specific genes or probes to be plotted. Overrides |
fdr |
FDR cut-off plotting top probes or genes. Overrides |
top |
Number of top genes or probes whose profile is to be plotted. Default |
pdf |
Save plot as pdf? Default |
sort.by |
Criteria for sorting top genes or probes. Default |
filename |
Name of pdf file. Default |
scale_y |
If 'free', use free scales for plots. Default NULL. |
... |
Optional arguments to plot |
1 2 3 4 5 6 7 8 9 10 11 12 | # load pre-compiled expressionSet object for Ronen and Botstein yeast chemostat data
data(yeastchemostat)
rnitsobj = build.Rnits(yeastchemostat, logscale = TRUE, normmethod = 'Between')
## Not run:
# Fit model using gene-level summarization
rnitsobj <- fit(rnitsobj, gene.level = TRUE, clusterallsamples = FALSE)
# Plot top results
plotResults(rnitsobj, top = 16)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.