Description Usage Arguments Value Functions
View source: R/low_quality_cells.R
Prepare data.frame for low-quality cells filtration. The more parameters provided, the more detailed matrix returned.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | PrepareLqCellsData(
count.matrix,
aligned.reads.per.cell,
total.umis.per.cell = NULL,
total.reads.per.cell = NULL,
intergenic.reads.per.cell = NULL,
mitochondrion.fraction = NULL,
scale = TRUE
)
PrepareLqCellsDataPipeline(
data,
total.reads.per.cell = NULL,
merge.targets = NULL,
mitochondrion.genes = NULL,
mit.chromosome.name = NULL,
scale = TRUE
)
|
count.matrix |
Matrix with counts of umi per gene per cell |
aligned.reads.per.cell |
|
total.umis.per.cell |
(default=NULL) |
total.reads.per.cell |
Number of reads per cell before alignment (default=NULL) |
intergenic.reads.per.cell |
Number of intergenic reads per cell (default=NULL) |
mitochondrion.fraction |
Fraction of mitochondrion reads or UMIs per cell (default=NULL) |
scale |
(default=TRUE) |
data |
data, extracted with the pipeline. |
merge.targets |
Targets of CB merge. Used only with total.reads.per.cell provided. |
mitochondrion.genes |
(default=NULL) |
Data.frame for low-quality cells filtration
PrepareLqCellsDataPipeline
: wrapper for the data, obtained with the dropEst pipeline.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.