View source: R/helperFunctions.R
| arrayLift | R Documentation | 
LiftOver EPIC, 450k, or 27K Infinium array CpG IDs to hg38 coordinates
arrayLift(probes = probes, array = "EPIC")
| probes | A dataframe or vector of EPIC, 450K, or 27K CpG IDs | 
| array | A character with array platform ("EPIC", "450K" or "27K") | 
arrayLift
A GRanges object of hg38 coordinates
https://support.bioconductor.org/p/78652/
## Not run:  
readxl::read_excel("file.xlsx") %>%
  dplyr::select(CpGID) %>% 
  arrayLift("EPIC") %>%
  dplyr::as_tibble() %>%
  dplyr::select(seqnames, start, end) %>% 
  DMRichR::df2bed("file.bed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.