FilterRawCounts | R Documentation |
This will perform filtering on the cells of the seurat object
FilterRawCounts(
seuratObj,
nCount_RNA.high = 20000,
nCount_RNA.low = 1,
nFeature.high = 3000,
nFeature.low = 200,
pMito.high = 0.15,
pMito.low = 0
)
seuratObj |
A Seurat object. |
nCount_RNA.high |
Cells with nCount_RNA greater than this value will be filtered |
nCount_RNA.low |
Cells with nCount_RNA less than this value will be filtered |
nFeature.high |
Cells with nFeature greater than this value will be filtered |
nFeature.low |
Cells with nFeature less than this value will be filtered |
pMito.high |
Cells with percent mito greater than this value will be filtered |
pMito.low |
Cells with percent mito less than this value will be filtered |
The modified seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.