View source: R/methy_to_bsseq.R
methy_to_bsseq | R Documentation |
Create BSSeq object from methylation tabix file
methy_to_bsseq(methy, out_folder = tempdir(), verbose = TRUE)
methy |
the NanoMethResult object or path to the methylation tabix file. |
out_folder |
the folder to store intermediate files. One file is created for each sample and contains columns "chr", "pos", "total" and "methylated". |
verbose |
TRUE if progress messages are to be printed |
a BSSeq object.
nmr <- load_example_nanomethresult()
bsseq <- methy_to_bsseq(nmr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.