Contains methods for reading and displaying contents of
the trimmer_metrics.csv
file output from DRAGEN
Super class
dracarys::File
-> TrimmerMetricsFile
Methods
Method read()
Reads the trimmer_metrics.csv
file output from DRAGEN.
Method write()
Writes a tidy version of the trimmer_metrics.csv
file output
from DRAGEN.
Examples
x <- system.file("extdata/wgs/SEQC-II.trimmer_metrics.csv.gz", package = "dracarys")
tm <- TrimmerMetricsFile$new(x)
d <- tm$read()
tm$write(d, out_dir = tempdir(), prefix = "seqc_tm", out_format = "tsv")