Uses data.table::fread
for faster reading of comethylation
.tsv
output files. See https://github.com/PeteHaitch/cometh/issues/18
for benchmarking and a discussion of pros and cons of this approach.
Currently uses R.utils::gunzip to handle gzip files and gunzip-s these to
a temporary directory, which is created by tempdir().
1 2 | fread.comethylation(files, sample_names, methylation_types, seqinfo,
verbose = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.