Description Usage Arguments Value Examples
View source: R/preprocessing.R
Normalize count data to relative counts per cell by dividing by the total
per cell. Optionally use a scale factor, e.g. for counts per million (CPM)
use scale.factor = 1e6
.
1 | RelativeCounts(data, scale.factor = 1, verbose = TRUE)
|
data |
Matrix with the raw count data |
scale.factor |
Scale the result. Default is 1 |
verbose |
Print progress |
Returns a matrix with the relative counts
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.