Description Usage Arguments Value Examples
Extract expression data for top genes/probes
1 2 3 4 5 |
object |
|
id |
Names of probes or genes |
top |
Display results for top N genes/probes. Default |
fdr |
Display results for genes/probes less than FDR cutoff (if provided). Overrides |
sort.by |
Sort top results by either |
A table of expression values of top genes/profiles
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)
#Get data for top genes
td <- topData(rnitsobj, FDR = 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.