Schema for ccdsGene
  Database: mm10    Primary Table: ccdsGene    Row Count: 25,737   Data last updated: 2019-10-03
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 3216021int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3671348int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3216021int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3671348int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 3216021,3421701,3670551,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3216968,3421901,3671348,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
        mm10.ccdsInfo.ccds (via ccdsGene.name)
      mm10.ccdsKgMap.ccdsId (via ccdsGene.name)
      mm10.ccdsNotes.ccds (via ccdsGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
76CCDS14803.1chr1-321602136713483216021367134833216021,3421701,3670551,3216968,3421901,3671348,0cmplcmpl1,2,0,
77CCDS78537.1chr1-429298044091874292980440918744292980,4351909,4352201,4409169,4293012,4352081,4352837,4409187,0cmplcmpl1,0,0,0,
618CCDS14804.1chr1-434459943528254344599435282534344599,4351909,4352201,4350091,4352081,4352825,0cmplcmpl1,0,0,
619CCDS78539.1chr1-449171544951554491715449515534491715,4493771,4495135,4492668,4493863,4495155,0cmplcmpl1,2,0,
619CCDS78538.1chr1-449171544925914491715449259114491715,4492591,0cmplcmpl0,
619CCDS14805.1chr1-449171544934064491715449340624491715,4493099,4492668,4493406,0cmplcmpl1,0,
621CCDS35504.1chr1-477445147856774774451478567754774451,4777524,4782567,4783950,4785572,4774516,4777648,4782733,4784105,4785677,0cmplcmpl1,0,2,0,0,
621CCDS48211.1chr1-477646347856774776463478567754776463,4777524,4782567,4783950,4785572,4776801,4777648,4782733,4784105,4785677,0cmplcmpl1,0,2,0,0,
621CCDS14806.1chr1+480791348450164807913484501694807913,4808454,4828583,4830267,4832310,4837000,4839386,4840955,4844962,4807982,4808486,4828649,4830315,4832381,4837074,4839488,4841132,4845016,0cmplcmpl0,0,2,2,2,1,0,0,0,
622CCDS35505.1chr1+4857913489636448579134896364104857913,4867469,4878026,4886743,4889456,4890739,4891914,4893416,4894933,4896355,4857976,4867532,4878132,4886831,4889602,4890796,4892069,4893563,4895005,4896364,0cmplcmpl0,0,0,1,2,1,1,0,0,0,

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