Schema for wgEncodeGencodeBasicV35lift37
  Database: hg19    Primary Table: wgEncodeGencodeBasicV35lift37    Row Count: 94,096   Data last updated: 2020-10-14
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENST00000473358.1_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 29553int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 31097int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 29553int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 29553int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 29553,30563,30975,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 30039,30667,31097,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MIR1302-2HGvarchar(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,-1,-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
        hg19.wgEncodeGencodeAttrsV35lift37.transcriptId (via wgEncodeGencodeBasicV35lift37.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENST00000473358.1_1chr1+29553310972955329553329553,30563,30975,30039,30667,31097,0MIR1302-2HGnonenone-1,-1,-1,
585ENST00000469289.1_1chr1+30266311093026630266230266,30975,30667,31109,0MIR1302-2HGnonenone-1,-1,
585ENST00000417324.1_3chr1-34553360813455334553334553,35276,35720,35174,35481,36081,0FAM138Anonenone-1,-1,-1,
585ENST00000641515.2_2chr1+65418715856556470008365418,65519,69036,65433,65573,71585,0OR4F5cmplcmpl-1,0,0,
585ENST00000335137.4_2chr1+69054701086909070008169054,70108,0OR4F5cmplcmpl0,
585ENST00000466430.5_3chr1-892941209328929489294489294,92090,112699,120774,91629,92240,112804,120932,0AL627309.1nonenone-1,-1,-1,-1,
585ENST00000495576.1_3chr1-89550911058955089550289550,90286,90050,91105,0AL627309.3nonenone-1,-1,
73ENST00000610542.1_3chr1-1207241337231207241207243120724,129054,133373,120932,129223,133723,0AL627309.1nonenone-1,-1,-1,
586ENST00000423372.3chr1-1349001393791385291393092134900,137620,135802,139379,0AL627309.1cmplcmpl-1,0,
586ENST00000493797.1_3chr1-1397891403391397891397892139789,140074,139847,140339,0AL627309.2nonenone-1,-1,

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