Description Usage Arguments Details Value Note See Also Examples
Read the tsv
output files from the Python software comethylation
and construct a CoMeth
object.
1 2 | read.comethylation(files, sample_names, methylation_types, seqinfo,
quiet = FALSE)
|
files |
The |
sample_names |
The sample names of each file. |
methylation_types |
A character vector with the type of methylation type of each file. |
quiet |
logical: if |
seqinfo |
A |
All files should be of the same size m-tuples, e.g. all 2-tuples.
A CoMeth
object
The compression of file
is determined by the file extension: .gz
for compressed with gzip and .bz2
for compressed with bzip2. Otherwise the file is assumed to be uncompressed.
1 | cat("TODO")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.