sesameQC_plotBar: Bar plots for sesameQC

View source: R/QC.R

sesameQC_plotBarR Documentation

Bar plots for sesameQC

Description

By default, it plots median_beta_cg, median_beta_ch, RGratio, RGdistort, frac_dt

Usage

sesameQC_plotBar(qcs, keys = NULL)

Arguments

qcs

a list of SigDFs

keys

optional, other key to plot, instead of the default keys can be found in the parenthesis of the print output of each sesameQC output.

Value

a bar plot comparing different QC metrics

Examples

sesameDataCache() # if not done yet
sdfs <- sesameDataGet("EPIC.5.SigDF.normal")[1:2]
sesameQC_plotBar(lapply(sdfs, sesameQC_calcStats, "detection"))

zwdzwd/sesame documentation built on April 28, 2024, 12:48 p.m.