extract_CPGs | R Documentation |
Extracts all CpGs from a genome
extract_CPGs(ref_genome = NULL)
ref_genome |
BSgenome object or name of the installed BSgenome package. Example: BSgenome.Hsapiens.UCSC.hg19 |
a list of data.table containing number of CpG's and contig lengths
## Not run:
hg19_cpgs = methrix::extract_CPGs(ref_genome = 'BSgenome.Hsapiens.UCSC.hg19')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.