qc_cell | R Documentation |
A meta function for quality control in single-cell RNA-seq data.
qc_cell(sce, qc.metric = list(threshold = 1), qc.filter = list(nmads = 3))
sce |
Raw single cell count data in form of |
qc.metric |
Quality control arguments in a named list passed to |
qc.filter |
Quality control filtering arguments in a named list passed to |
A SingleCellExperiment
object.
Jianhai Zhang jzhan067@ucr.edu
Dr. Thomas Girke thomas.girke@ucr.edu
Amezquita R, Lun A, Becht E, Carey V, Carpp L, Geistlinger L, Marini F, Rue-Albrecht K, Risso D, Soneson C, Waldron L, Pages H, Smith M, Huber W, Morgan M, Gottardo R, Hicks S (2020). “Orchestrating single-cell analysis with Bioconductor.” Nature Methods, 17, 137–145. https://www.nature.com/articles/s41592-019-0654-x. McCarthy DJ, Campbell KR, Lun ATL, Willis QF (2017). “Scater: pre-processing, quality control, normalisation and visualisation of single-cell RNA-seq data in R.” Bioinformatics, 33, 1179-1186. doi: 10.1093/bioinformatics/btw777.
library(scran); library(scuttle)
sce <- mockSCE()
qc_cell(sce, qc.metric=list(subsets=list(Mt=rowData(sce)$featureType=='mito'), threshold=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.