normalizeCounts | R Documentation |
Normalizes raw counts to log10 counts per million with pseudocount
normalizeCounts( counts, normFactor = NULL, depthScale = 1e+06, pseudo = 1, log = TRUE, verbose = TRUE )
counts |
Read count matrix. The rows correspond to genes, columns correspond to individual cells |
normFactor |
Normalization factor such as cell size. If not provided column sum as proxy for library size will be used |
depthScale |
Depth scaling. Using a million for CPM (default: 1e6) |
pseudo |
Pseudocount for log transform (default: 1) |
log |
Whether to apply log transform |
verbose |
Verbosity (default: TRUE) |
a normalized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.