summary,Rnits-method | R Documentation |
Summarize top genes or probes from Rnits fit
method
## S4 method for signature 'Rnits' summary(object, top = 48, fdr = NULL, plot = FALSE, sort.by = "p-value")
object |
|
top |
Display results for top N genes/probes. Default |
fdr |
Display results for genes/probes less than FDR (%) cutoff (if provided). Overrides |
plot |
If |
sort.by |
Sort top results by either |
A table of top genes/profiles listing the ratio statistics, p-values, q-values and cluster information.
# 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) # Get summary of top genes summary(rnitsobj, FDR = 5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.