Description Usage Arguments Value Examples
View source: R/methy_to_bsseq.R
Create BSSeq object from methylation tabix file
1 | methy_to_bsseq(methy, out_folder = tempdir(), verbose = TRUE)
|
methy |
the 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.
1 2 | methy <- system.file("methy_subset.tsv.bgz", package = "NanoMethViz")
bsseq <- methy_to_bsseq(methy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.