View source: R/normalization.R
normalization | R Documentation |
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.
normalization(counts)
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.
# 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.