summarizeProbes | R Documentation |
The code utilizes the probe-gene mapping from features file to summarize probe-level log ratios to gene level ratios.
summarizeProbes(object) ## S4 method for signature 'Rnits' summarizeProbes(object)
object |
|
Tukey's biweight is used to compute gene level summary
An object of class Rnits
with gene level log ratios, which can be retrieved by getLR(object)
# load pre-compiled expressionSet object for Ronen and Botstein yeast chemostat data data(yeastchemostat) rnitsobj = build.Rnits(yeastchemostat, logscale = TRUE, normmethod = 'Between') # Summarize gene-level data rnitsobj <- summarizeProbes(rnitsobj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.