How to find CpG island for specific region
1
0
Entering edit mode
9.5 years ago

How can you get the descritption of CpG island for a specific region of a specific chromosome in the UCSC genome browser? It should contain the GC ratio and content, length and so on.

I would like only this range chrX:22,823,930-33,137,478. I tried and couldnt find how to do that.

Thanks a lot in advance!

I always get send here:

http://genome-euro.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chrX%3A24339661-34653209&hgsid=200067334_unRimKm5TVcsljUPrkZnlFEAXOvc

genome • 6.7k views
ADD COMMENT
0
Entering edit mode

There are more than 20 CpG islands in the given region (>10Mb). Do you need statistics for all of them?

ADD REPLY
3
Entering edit mode
9.5 years ago
PoGibas 5.1k

Simple solution:

  1. Go to UCSC browser -> Select "Tools" -> Select "Table Browser".
  2. Enter "genome/assembly" you're interested in.
  3. Enter "region" (coordinates for your CpG islands) and mark "position".
  4. Select "group" - "Regulation" and "track" - "CpG islands".
  5. Click "get output".

# Sample output
#bin chrom chromStart chromEnd name length cpgNum gcNum perCpg perGc obsExp
763 chrX 23350284 23350596 CpG: 25 312 25 195 16 62.5 0.83
763 chrX 23351142 23353639 CpG: 197 2497 197 1448 15.8 58 0.94
765 chrX 23685406 23686046 CpG: 66 640 66 425 20.6 66.4 0.96


You can find explanation about columns ("cpgNum", "perGc") under the "describe table schema" in "Tools/Table Browser".

ADD COMMENT
0
Entering edit mode

Thanks a lot!

ADD REPLY

Login before adding your answer.

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