Description Usage Arguments Details
softThreshold
1 2 3 4 5 6 7 | ## S3 method for class 'Seurat'
softThreshold(object = NULL, sealing = 10)
## Default S3 method:
softThreshold(object = NULL, sealing = 10)
softThreshold(object, ...)
|
object |
(For Seurat) Seurat object |
sealing |
(For default) the sealing point of mitochondrial gene threshold, for 10X data we suggest use 10 percent |
data |
(For default) Array of mito percent |
determine the soft threshold of percentage of mitochondrial gene. The criteria is: for each sample, we only keep the 95 percent cells with lowest percent of mito genes. If the cell quality is too bad, we use 10 percent as a sealing threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.