Description Usage Arguments Details Value References
For a given chromosome, returns positions of all "CG" dinucleotides (CpG sites) based on a human genome assembly hg19. If minimum or maximum position is given, only CpGs in the given range are returned.
1 |
chromosome |
Name of a human chromosome in the format '"chr?"', where '"?"' must either be a number from '1' to '22' or '"X"' or '"Y"'. |
min_coord |
Minimum returned coordinate. |
max_coord |
Maximum returned coordinate. |
Returned position is a position of "C". The same convention is used by Illumina Infinium HM450K manifest file. Function is based on R package '"BSgenome.Hsapiens.UCSC.hg19"' \insertCiteteam2020bsgenomemeNet.
Vector of CpG coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.