View source: R/sct_normalize.R
sct_normalize | R Documentation |
Normalize expression matrix by accounting for library size. Uses sctransform.
sct_normalize(exp, as_sparse = TRUE, verbose = TRUE)
exp |
Gene x cell expression matrix. |
as_sparse |
Convert |
verbose |
Print messages. |
Normalised expression matrix.
cortex_mrna <- ewceData::cortex_mrna()
exp_sct_normed <- EWCE::sct_normalize(exp = cortex_mrna$exp[1:300, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.