R/helperFunctions.R
arrayLift.Rd
LiftOver EPIC, 450k, or 27K Infinium array CpG IDs to hg38 coordinates
arrayLift(probes = probes, array = "EPIC")
A dataframe or vector of EPIC, 450K, or 27K CpG IDs
A character with array platform ("EPIC", "450K" or "27K")
A GRanges object of hg38 coordinates
GRanges
arrayLift
https://support.bioconductor.org/p/78652/
if (FALSE) { readxl::read_excel("file.xlsx") %>% dplyr::select(CpGID) %>% arrayLift("EPIC") %>% dplyr::as_tibble() %>% dplyr::select(seqnames, start, end) %>% DMRichR::df2bed("file.bed") }