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