Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/calcExp.R View source: R/mergeExp.R
mergeExp combines the output of calcExp from multiple
samples, i.e. multiple ExpressionSet objects, into a single ExpressionSet
1 |
... |
|
sampleNames |
Character vector indicating the name of each sample. Defaults to 'Sample1', 'Sample2', etc. |
keep |
Variables in the featureData of each individual
|
mergeExp runs some checks to ensure that object can be combined
(e.g. making sure that measurements are obtained on same set of
genes), then sorts and formats each input
ExpressionSet.
A label with the sample name is appended to variables in the featureData that appear in multiple samples, e.g. variable 'se' reporting standard errors (obtained by setting citype='asymp' in calcExp).
Object of class ExpressionSet combining the input
ExpressionSets. Its featureData contains the columns indicated
in the keep argument, plus a column readCount with the total
number of reads mapped to each gene (or gene island, when multiple
genes have overlapping exons).
David Rossell
calcExp to obtain an ExpressionSet for an individual sample.
1 | #See example in calcExp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.