qcplots: Visualize data quality

Description Usage Arguments Value Examples

View source: R/qcplots.R

Description

Visualize data quality from the colData of the SingleCellExperiment object and return a list of figures in arrangelist object.

Usage

1
qcplots(sce)

Arguments

sce

An SingleCellExperiment object returned from scruff, countUMI, or tenxBamqc function.

Value

A list of grobs objects ready for plotting

Examples

1
2
data(sceExample, package = "scruff")
qcplots(sceExample)

scruff documentation built on Feb. 13, 2021, 2 a.m.