View source: R/getMetricsFromYaml.R
getMetricsFromYaml | R Documentation |
Parse the summary YAML and return quality control metrics.
getMetricsFromYaml(yaml)
yaml |
|
DataFrame
.
Metrics are only generated for a standard RNA-seq run with aligned counts. Fast RNA-seq mode with lightweight counts (pseudocounts) doesn't output the same metrics into the YAML.
Updated 2022-03-07.
Michael Steinbaugh
file <- file.path(bcbioBaseTestsUrl, "summary.yaml")
yaml <- import(file)
x <- getMetricsFromYaml(yaml)
summary(x)
colnames(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.