RunQC: Creates basic QC plots

Description Usage Arguments Value Author(s) Examples

View source: R/eda.R

Description

RunQC saves 3 QC plots showing gene counts, read counts, and percent mitochondrial reads per cell to help determine filters. It returns a Seurat object with percent mitochondrial reads added to the meta.data.

Usage

1
RunQC(scrna, outdir = NULL)

Arguments

scrna

Seurat object.

outdir

Path to output directory for QC plots. Will not plot if not set.

Value

Seurat object with percent mitochondrial reads added to the meta.data for each cell.

Author(s)

Jared Andrews

Examples

1
2
library(Seurat)
pbmc_small <- RunQC(pbmc_small)

j-andrews7/EZscRNA documentation built on Feb. 24, 2020, 10:37 a.m.