Description Usage Arguments Details Value Examples
View source: R/ascend_normalisation.R
Normalise counts to remove batch effects. This normalisation method is for experiments where data from batches of different samples are combined without undergoing library equalisation.
1 | normaliseBatches(object)
|
object |
An |
This step should be done prior to any filtering and normalisation between cells.
An EMSet
with batch-normalised expression values.
1 2 3 4 5 | # Load example EMSet
em_set <- ascend::raw_set
# Normalise batches
norm_set <- normaliseBatches(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.