Description Usage Arguments Value Examples
Extracts all CpGs from a genome
1 | 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
1 2 3 4 | ## 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.