normaliseDGEv2 | R Documentation |
a sparse implementation of dropsim::normaliseDGE()
normaliseDGEv2(
dge,
verbose = FALSE,
center = TRUE,
scale = TRUE,
outliers = FALSE,
threshold = 10,
min_library_size = 0,
gene_subset = 0.8,
transformation = "sqrt"
)
dge |
A matrix rows of genes and cols of cells |
A quantile-based normalized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.