Description Usage Arguments Value Author(s) Examples
mergeBatches
combines x
and y
into an
ExpressionSet
,
performs quantile normalization and adjusts for batch effects by
subtracting the mean expression in each batch (and then adding the
grand mean so that the mean expression per gene is unaltered).
1 | mergeBatches(x, y, mc.cores=1)
|
x |
|
y |
Either |
mc.cores |
Number of processors to be used (ignored when |
When y
is an ExpressionSet
, mergeBatches
returns
an ExpressionSet
with combined expressions.
Its featureData
contains a variable "batch"
indicating
the batch that each sample corresponded to.
When y
is a simulatedSamples
object, mergeBatches
is applied to combine x
with each dataset in y
and a
list of ExpressionSet
objects is returned.
David Rossell
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.