Schema for wgEncodeGencodeBasicVM31
  Database: mm39    Primary Table: wgEncodeGencodeBasicVM31    Row Count: 70,590   Data last updated: 2022-11-03
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 608smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSMUST00000193812.2varchar(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 3143475int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3144545int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3143475int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3143475int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 3143475,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3144545,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 4933401J01Rikvarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -1,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
        mm39.wgEncodeGencodeAttrsVM31.transcriptId (via wgEncodeGencodeBasicVM31.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
608ENSMUST00000193812.2chr1+314347531445453143475314347513143475,3144545,04933401J01Riknonenone-1,
609ENSMUST00000082908.3chr1+317223831723483172238317223813172238,3172348,0Gm26206nonenone-1,
76ENSMUST00000070533.5chr1-328470437417213286244374157133284704,3491924,3740774,3287191,3492124,3741721,0Xkr4cmplcmpl1,2,0,
611ENSMUST00000195335.2chr1-343595334387723435953343595313435953,3438772,0Gm37180nonenone-1,
611ENSMUST00000192336.2chr1-344577834480113445778344577813445778,3448011,0Gm37363nonenone-1,
611ENSMUST00000194099.2chr1-353519935375083535199353519913535199,3537508,0Gm37686nonenone-1,
76ENSMUST00000161581.2chr1+353680935837763536809353680923536809,3583627,3536910,3583776,0Gm1992nonenone-1,-1,
612ENSMUST00000192973.2chr1-358267335847303582673358267313582673,3584730,0Gm37329nonenone-1,
612ENSMUST00000195166.2chr1-366311436661263663114366311413663114,3666126,0Gm38148nonenone-1,
613ENSMUST00000192692.2chr1-371753137291273717531371753123717531,3729069,3720732,3729127,0Gm19938nonenone-1,-1,

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