Can I use UCSC genome browser to annotate Epic data
1
0
Entering edit mode
4.7 years ago
AHW ▴ 90

I have Epic methylation data and was just trying to find annotations for CpGs, however, I don't find some CpGs in the genome browser. I can find some CpGs which I believe may be from 450K data. I would like to know if UCSC browser has Epic CpG annotations.

I already have Illumina annotation file for Epic, I am trying to cross-check the annotations.

annotation • 1.5k views
ADD COMMENT
0
Entering edit mode

Isn't Illumina the source for their 450k array probe data?

ADD REPLY
0
Entering edit mode

I don't get what you mean by "I don't find some CpGs in the genome browser". The Genome Browser provides the entire genome and if you select the correct version, it should, in fact, display more CpGs than those on the array. What type of format are you looking for and how exactly do you go about searching for the CpGs?

ADD REPLY
0
Entering edit mode
3.3 years ago

Not sure if this helps but there is a UCSC_Islands_Name column in format like "chr16:53468284-53469209" using the code below?

BiocManager::install("ChAMPdata")
library(ChAMPdata)
data(probe.features.epic)
View(probe.features)
ADD COMMENT

Login before adding your answer.

Traffic: 1905 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6