sesameQCtoDF | R Documentation |
Convert a list of sesameQC to data frame
sesameQCtoDF(qcs, cols = c("frac_dt_cg", "RGdistort", "RGratio"))
qcs |
sesameQCs |
cols |
QC columns, use NULL to report all |
a data frame
sdf <- sesameDataGet("EPIC.1.SigDF")
qcs <- sesameQC_calcStats(sdf, "detection")
sesameQCtoDF(qcs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.