Identifying CpG islands given a vcf variant file
2
0
Entering edit mode
9.1 years ago
sagi.polani ▴ 100

Hi all,

I'm looking to find a way to identify CpG islands around a given set of variants listed in a vcf file. Any ideas?

Thanks!

Sagi

vcf CpG-islands • 3.3k views
ADD COMMENT
3
Entering edit mode
9.1 years ago
  1. Download a BED file of CpG islands from UCSC.
  2. Use bedtools closest to find the nearest CpG island.

You could also use GenomicFeatures in R.

ADD COMMENT
0
Entering edit mode

Is this relevant also for non-human data?

ADD REPLY
0
Entering edit mode

It's for any species with CpG islands available from UCSC. If there are no such annotation tracks for your organism, you'll need to generate them.

ADD REPLY
0
Entering edit mode

OK, so now I know that such a track does not exist for my organism. How do I continue from here?

ADD REPLY
1
Entering edit mode

Have a look at this package from Rafael Irizarry's group.

ADD REPLY
0
Entering edit mode

It seems that the link is broken or incomplete

ADD REPLY
0
Entering edit mode
8.5 years ago
sagi.polani ▴ 100

Thanks Ryan!

ADD COMMENT

Login before adding your answer.

Traffic: 1963 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