Description Usage Arguments Value Examples
View source: R/ascend_normalisation.R
Normalisation of expression between cells, by scaling to relative log expression (RLE). Only counts that are greater than zero are considered in this normalisation method.
1 | normaliseByRLE(object)
|
object |
An |
An EMSet
with normalised expression values.
1 2 3 4 5 | # Load example EMSet
em_set <- ascend::raw_set
# Normalise batches
norm_set <- normaliseByRLE(em_set)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.