Description Usage Arguments Value Examples
View source: R/GetCpGsInRegion.R
Extract probe IDs for CpGs located in a genomic region
1 2 3 4 5 | GetCpGsInRegion(
regionName_char,
genome = c("hg19", "hg38"),
arrayType = c("450k", "EPIC")
)
|
regionName_char |
character string with location information for one region in this format: "chrxx:xxxxxx-xxxxxx" |
genome |
human genome of reference hg19 (default) or hg38 |
arrayType |
Type of array, 450k or EPIC |
vector of CpG probe IDs mapped to the genomic region
1 2 3 4 5 | GetCpGsInRegion(
regionName_char = "chr22:18267969-18268249",
genome = "hg19",
arrayType = "450k"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.