sesameQC_getStats | R Documentation |
Get stat numbers from an sesameQC object
sesameQC_getStats(qc, stat_names = NULL, drop = TRUE)
qc |
a sesameQC object |
stat_names |
which stat(s) to retrieve, default to all. |
drop |
whether to drop to a string when stats_names has only one element. |
a list of named stats to be retrieved
sdf <- sesameDataGet("EPIC.1.SigDF")
qc <- sesameQC_calcStats(sdf, "detection")
sesameQC_getStats(qc, "frac_dt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.