Description Usage Arguments Examples
Filters cells from a Seurat object based upon the amount of features and percentage of mitochondrial genes
1 2 3 4 5 6 | featureFiltration(
seurat.obj,
mito.low = 0.05,
mito.high = 0.975,
feature.cut = 0.975
)
|
seurat.obj |
A seurat object. |
mito.low |
Filter cells that have total mitochondrial genes low than this quantile |
mito.high |
Filter cells that have total mitochondrial genes higher than this quantile |
feature.cut |
Filter cells that have total features higher than this quantile |
1 | featureFiltration(seurat.obj, mito.low = .5, mito.high = .975, feature.cut = .975)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.