Home     Genomes     Genome Browser     Blat     Tables     PCR     Session    FAQ     Help  
  Schema for CpG Islands - CpG Islands (Islands < 300 Bases are Light Green)
  Database: bosTau4    Primary Table: cpgIslandExt    Row Count: 37,595
Format description: Describes the CpG Islands (includes observed/expected ratio)
fieldexampleSQL type info description
bin 586smallint range Indexing field to speed chromosome range queries.
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
chromStart 156843int unsigned range Start position in chromosome
chromEnd 158726int unsigned range End position in chromosome
name CpG: 167varchar(255) values CpG Island
length 1883int unsigned range Island Length
cpgNum 167int unsigned range Number of CpGs in island
gcNum 1151int unsigned range Number of C and G in island
perCpg 17.7float range Percentage of island that is CpG
perGc 61.1float range Percentage of island that is C or G
obsExp 0.97float range Ratio of observed(cpgNum) to expected(numC*numG/length) CpG in island

  Sample Rows
 
binchromchromStartchromEndnamelengthcpgNumgcNumperCpgperGcobsExp
586chr1156843158726CpG: 1671883167115117.761.10.97
586chr1218734219922CpG: 109118810974818.4630.93
587chr1333766334077CpG: 263112618916.760.80.97
587chr1377161377511CpG: 463504625826.373.70.97
588chr1454974455665CpG: 826918247923.769.30.99
590chr1657526657915CpG: 303893025915.466.60.7
590chr1720605720997CpG: 353923526117.966.60.81
590chr1752555752768CpG: 182131814616.968.50.72
590chr1772599772809CpG: 162101613515.264.30.74
591chr1796830797145CpG: 273152720917.166.30.78

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.


  CpG Islands (cpgIslandExt) Track Description
 

Description

CpG islands are associated with genes, particularly housekeeping genes, in vertebrates. CpG islands are typically common near transcription start sites, and may be associated with promoter regions. Normally a C (cytosine) base followed immediately by a G (guanine) base (a CpG) is rare in vertebrate DNA because the Cs in such an arrangement tend to be methylated. This methylation helps distinguish the newly synthesized DNA strand from the parent strand, which aids in the final stages of DNA proofreading after duplication. However, over evolutionary time, methylated Cs tend to turn into Ts because of spontaneous deamination. The result is that CpGs are relatively rare unless there is selective pressure to keep them or a region is not methylated for some other reason, perhaps having to do with the regulation of gene expression. CpG islands are regions where CpGs are present at significantly higher levels than is typical for the genome as a whole.

Methods

CpG islands were predicted by searching the sequence one base at a time, scoring each dinucleotide (+17 for CG and -1 for others) and identifying maximally scoring segments. Each segment was then evaluated for the following criteria:

  • 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

The CpG count is the number of CG dinucleotides in the island. The Percentage CpG is the ratio of CpG nucleotide bases (twice the CpG count) to the length. The ratio of observed to expected CpG is calculated according to the formula cited in Gardiner-Garden et al. (1987) in the References section below:


    Obs/Exp CpG = Number of CpG * N / (Number of C * Number of G)
where N = length of sequence.

Credits

This track was generated using a modification of a program developed by G. Miklem and L. Hillier (unpublished).

References

Gardiner-Garden M, Frommer M. CpG islands in vertebrate genomes. J. Mol. Biol. 1987 Jul 20;196(2):261-82.