| sesameQC_plotBar | R Documentation | 
By default, it plots median_beta_cg, median_beta_ch, RGratio, RGdistort, frac_dt
sesameQC_plotBar(qcs, keys = NULL)
| 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. | 
a bar plot comparing different QC metrics
sesameDataCache() # if not done yet
sdfs <- sesameDataGet("EPIC.5.SigDF.normal")[1:2]
sesameQC_plotBar(lapply(sdfs, sesameQC_calcStats, "detection"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.