View source: R/SiftCellBoost.R
detectFlagCells | R Documentation |
The function detects the droplet barcode that are flag Cells marked by its expression of flag genes>median+3sd
detectFlagCells(rawDGE, mitoGenes = TRUE, otherFlagGenes = NULL)
rawDGE |
the originalDGE that returned from prepareData function |
mitoGenes |
If TRUE, mitochondrial genes will be flagged genes, regardless of mouse mt or human mt. |
otherFlagGenes |
specify the genes that needs to be flagged by user. the function automatically detect flagcells by mitochondrial genes. This parameter gives extra flaggens that characterize unwanted cells. |
this function returns a vector with barcodes of flag cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.