scNormalize | R Documentation |
Normalization of single-cell RNA-seq read counts
scNormalize( counts, norm.method = c("LogNormalize", "SCT", "downsample", "quminorm", "census"), mc.cores = 4, fraction = 0.85 )
counts |
A matrix. |
norm.method |
One of LogNormalize, SCTransform, downsample, quminorm, and census. |
mc.cores |
An integer, specifying the number of cores for quminorm and downsample normalization. |
fraction |
A numeric between 0 and 1, specifying the fraction of cells to be downsampling normalized. |
A normalized count matrix.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.