Description Usage Arguments Value Examples
View source: R/RemoveDyingErythroid.R
RemoveDyingErythroid Function removes dying cells and erythroid cells
1 2 3 4 5 6 7 | RemoveDyingErythroid(
ExprMat,
Signature = NULL,
MinPct.MT = 0.2,
MinPct.Erythroid = 0.2,
MinPct.Signature = 0.002
)
|
ExprMat |
Expression matrix of genes X cells |
Signature |
Signature genes to define a cell type for removal (default NULL) |
MinPct.MT |
Minimal percentage of mitochondrial UMIs for a cell to be dying. default is 20%. |
MinPct.Erythroid |
Minimal percentage of erythroid UMIs for a cell to be an erythrocyte. default is 20%. |
MinPct.Signature |
Minimal percentage of signature UMIs for a cell to be a specific cell. default is 0.2%. |
an expression matrix after removing unwanted cells
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.