fread.comethylation: A faster version of 'read.comethylation'

Description Usage

Description

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().

Usage

1
2
fread.comethylation(files, sample_names, methylation_types, seqinfo,
  verbose = FALSE)

PeteHaitch/cometh documentation built on May 8, 2019, 1:32 a.m.