detectFlagCells: The function detects the droplet barcode that are flag Cells...

View source: R/SiftCellBoost.R

detectFlagCellsR Documentation

The function detects the droplet barcode that are flag Cells marked by its expression of flag genes>median+3sd

Description

The function detects the droplet barcode that are flag Cells marked by its expression of flag genes>median+3sd

Usage

detectFlagCells(rawDGE, mitoGenes = TRUE, otherFlagGenes = NULL)

Arguments

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.

Value

this function returns a vector with barcodes of flag cells


jyxi7676/SiftCell documentation built on July 27, 2023, 7:13 a.m.