Description Usage Arguments Value Author(s) See Also Examples
View source: R/normalization.R
This function is used to normalize single-cell RNA-seq (scRNA-seq) data. It takes a non-negative matrix of scRNA-seq raw read counts or a SingleCellExperiment
object as input.
1 |
counts |
A non-negative integer matrix of scRNA-seq raw read counts or a |
A normalized scRNA-seq read counts matrix.
Zhun Miao.
scRecover
, for imputation of single-cell RNA-seq data.
estDropoutNum
, for estimating dropout gene number in a cell.
countsSampling
, for downsampling the read counts in a cell.
scRecoverTest
, a test dataset for scRecover.
1 2 3 4 5 | # Load test data
data(scRecoverTest)
# Normalization of counts
counts.norm <- normalization(counts = counts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.