ScorePipelineCells: Score cells with a KDE classifier.

Description Usage Arguments Value

View source: R/low_quality_cells.R

Description

Score cells with a KDE classifier.

Usage

 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
)

Arguments

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)

Value

Probability of cell to be high-quality


kharchenkolab/dropestr documentation built on Sept. 18, 2020, 2:14 a.m.