qc_metrics | R Documentation |
Quality control on the cells i.e. filter cells by library sizes, number of expressed genes and mitochondrial gene proportion, visualize the QC metrics by histograms.
qc_metrics( sce, sym_col = "symbol", by_nmads = TRUE, thresholds = c(3, 3, 3), ncores = 1, prefix = NULL, plot = TRUE, write = TRUE, verbose = TRUE )
sce |
A SingleCellExperiment object containing expression values, usually counts. |
sym_col |
The column name for the gene symbols in |
by_nmads |
TRUE/FASLE for using number of median absolute deviation as thresholds. |
thresholds |
Numbers of median absolute deviation if |
ncores |
Number of cores. |
prefix |
Prefix for file name for the QC metrics histograms. |
plot |
TRUE/FASLE for whether plot the QC metrics histograms. |
write |
TRUE/FASLE for whether write the table of filtered cells. |
verbose |
TRUE/FASLE for specifying whether diagnostics should be printed to screen. |
A SingleCellExperiment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.