filterSeurat | R Documentation |
Filter scRNAseq data by gene/cell, unmatch rate and mitochondrial content.
filterSeurat(
so,
RNA.upperlimit = 9000,
RNA.lowerlimit = 200,
mt.upperlimit = 60,
unmatch.low = 0,
unmatch.high = 1,
set_names = NULL
)
so |
Seurat Object |
RNA.upperlimit |
Upper limit threshold for genes/cell |
RNA.lowerlimit |
Lower limit threshold for genes/cell |
mt.upperlimit |
Numeric [0, 100]. Upper limit threshold for microchondiral content. |
unmatch.low |
Numeric [0,1]. Lower limit threshold for unmatch rate. Default is 0. Ignored if data is not from sciRNA-seq3 pipeline. |
unmatch.high |
Numeric [0,1]. Upper limit threshold for unmatch rate. Default is 1. Ignored if data is not from sciRNA-seq3 pipeline. |
set_names |
Character specifying dataset name. Optional. |
List containing seurat object, filter summary statistics, and filter breakdown list
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.