This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How are rat genome's CpG islands calculated?

I am looking at this file, and could not find description about its format and how it is generated from rat genome. Can someone give some info about it? http://hgdownload.cse.ucsc.edu/goldenpath/rn6/database/cpgIslandExt.txt.gz

ucsc cpg islands

2 answers

Here are column labels
"Chromosome or FPC contig" chromStart; "Start position in chromosome" chromEnd; "End position in chromosome" name; "CpG Island" length; "Island Length" cpgNum; "Number of CpGs in island" gcNum; "Number of C and G in island" perCpg; "Percentage of island that is CpG" perGc; "Percentage of island that is C or G" obsExp; "Ratio of observed(cpgNum) to expected(numC*numG/length) CpG in island"

@sybiocoder Can you give a link to document that describes this?

Click on the CpGi track control on the browser window

Basically arbitrary conditions:

GC content of 50% or greater

Length greater than 200 bp

Ratio greater than 0.6 of observed number of CG dinucleotides to the expected number on the basis of the number of Gs and Cs in the segment

Log in to answer this question.