qc_filter_seurat_object | R Documentation |
This function filters a Seurat object (i.e. removes cells) based on QC metric thresholds. For now only based on nFeatures and mitochondrial percentage.
qc_filter_seurat_object(seu, nfeat_thresh, mito_thresh) ## S3 method for class 'list' qc_filter_seurat_object(seu, nfeat_thresh, mito_thresh) ## S3 method for class 'Seurat' qc_filter_seurat_object(seu, nfeat_thresh, mito_thresh)
seu |
Seurat object or list of Seurat objects(required). |
nfeat_thresh |
Filter cells that have less than 'nfeat_thresh' counts expressed. |
mito_thresh |
Filter cells with more than 'mito_thresh'% counts. |
List of QC filtered Seurat objects. If a single sample, returns a QC filtered Seurat object instead of a list.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.