CellQc | R Documentation |
Cells in the quality control
CellQc(object, ...)
## S4 method for signature 'Seurat'
CellQc(
object,
min.nFeature_RNA = 200,
max.nFeature_RNA = Inf,
max.percent.mt = 5,
...
)
object |
An object |
... |
Arguments passed to other methods |
min.nFeature_RNA |
Include cells where at least this many features are detected, default 200 |
max.nFeature_RNA |
Include cells where limits this many features are detected, defalult Inf |
max.percent.mt |
Include cells where largest proportion of mitochondrial genes, default five percent |
Returns the filtered Seruat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.