Description Usage Arguments Value Author(s)
View source: R/filter_norm_data.R
Clean (and normalize) the data
1 | filter_norm_data(mtx, norm, percExp, qExp)
|
mtx |
single cell matrix (cells in columns / genes in rows) |
norm |
perform Seurat's normalization (True) or not (False) |
percExp |
percentage of cells in which the gene has to be expressed to be considered |
qExp |
quantile above which the genes are considered (QC step) |
cleaned (and normalized) matrix
Celine Barlier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.