plotResults | R Documentation |
After fit
has been applied on Rnits
object, plot the profiles
of N top ranking genes/probes.
plotResults(object, id = NULL, fdr = NULL, top = 48, pdf = FALSE, sort.by = "p-value", filename = "TopPlots.pdf", scale_y = NULL) ## S4 method for signature 'Rnits' plotResults(object, id = NULL, fdr = NULL, top = 48, pdf = FALSE, sort.by = "p-value", filename = "TopPlots.pdf", scale_y = NULL)
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 |
# 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.