Description Usage Arguments Value
View source: R/low_quality_cells.R
Score cells with a KDE classifier.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ScorePipelineCells(
pipeline.data,
mitochondrion.genes = NULL,
mit.chromosome.name = NULL,
tags.data = NULL,
filter.mitochondrial = NULL,
filter.intergenic = TRUE,
mit.fraction.threshold = NULL,
intergenic.fraction.threshold = NULL,
max.pcs.number = 3,
predict.all = FALSE,
verbose = FALSE,
kde.bandwidth.mult = 1,
cell.number = NULL
)
|
pipeline.data |
data for classification |
mitochondrion.genes |
(default=NULL) |
mit.chromosome.name |
(default=NULL) |
tags.data |
(default=NULL) |
filter.mitochondrial |
(default=NULL) |
filter.intergenic |
boolean (default=TRUE) |
mit.fraction.threshold |
(default=NULL) |
intergenic.fraction.threshold |
(default=NULL) |
Probability of cell to be high-quality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.