Schema for ccdsGene
  Database: mm9    Primary Table: ccdsGene    Row Count: 22,042   Data last updated: 2019-10-05
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 76smallint(5) unsigned range Indexing field to speed chromosome range queries.
name CCDS14803.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 3206102int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3661429int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3206102int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3661429int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 3206102,3411782,3660632,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3207049,3411982,3661429,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2  varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 1,2,0,longblob   Reading frame of the start of the CDS region of the exon, in the direction of transcription (0,1,2), or -1 if there is no CDS region.

Connected Tables and Joining Fields
        mm9.ccdsInfo.ccds (via ccdsGene.name)
      mm9.ccdsKgMap.ccdsId (via ccdsGene.name)
      mm9.ccdsNotes.ccds (via ccdsGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
76CCDS14803.1chr1-320610236614293206102366142933206102,3411782,3660632,3207049,3411982,3661429,0cmplcmpl1,2,0,
618CCDS14804.1chr1-433468043429064334680434290634334680,4341990,4342282,4340172,4342162,4342906,0cmplcmpl1,0,0,
619CCDS14805.1chr1-448179644834874481796448348724481796,4483180,4482749,4483487,0cmplcmpl1,0,
621CCDS35504.1chr1-476453247757584764532477575854764532,4767605,4772648,4774031,4775653,4764597,4767729,4772814,4774186,4775758,0cmplcmpl1,0,2,0,0,
621CCDS48211.1chr1-476654447757584766544477575854766544,4767605,4772648,4774031,4775653,4766882,4767729,4772814,4774186,4775758,0cmplcmpl1,0,2,0,0,
621CCDS14806.1chr1+479799448350974797994483509794797994,4798535,4818664,4820348,4822391,4827081,4829467,4831036,4835043,4798063,4798567,4818730,4820396,4822462,4827155,4829569,4831213,4835097,0cmplcmpl0,0,2,2,2,1,0,0,0,
77CCDS35505.1chr1+4847994488644548479944886445104847994,4857550,4868107,4876824,4879537,4880820,4881995,4883497,4885014,4886436,4848057,4857613,4868213,4876912,4879683,4880877,4882150,4883644,4885086,4886445,0cmplcmpl0,0,0,1,2,1,1,0,0,0,
77CCDS48212.1chr1+4848488488644548484884886445104848488,4857550,4868107,4876824,4879537,4880820,4881995,4883497,4885014,4886436,4848584,4857613,4868213,4876912,4879683,4880877,4882150,4883644,4885086,4886445,0cmplcmpl0,0,0,1,2,1,1,0,0,0,
77CCDS48213.1chr1-490055450602584900554506025864900554,4902394,4906977,4913927,5010818,5060090,4900743,4902629,4907061,4914070,5011118,5060258,0cmplcmpl0,2,2,0,0,0,
77CCDS14807.1chr1-490055450094604900554500946054900554,4902394,4906977,4913927,5009391,4900743,4902629,4907061,4914070,5009460,0cmplcmpl0,2,2,0,0,

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