Schema for wgEncodeGencodePseudoGeneV29
  Database: hg38    Primary Table: wgEncodeGencodePseudoGeneV29    Row Count: 20,443   Data last updated: 2019-02-15
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 ENST00000456328.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 11868int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 14409int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 11868int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 11868int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 11868,12612,13220,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 12227,12721,14409,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 DDX11L1varchar(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
        hg38.wgEncodeGencodeAttrsV29.transcriptId (via wgEncodeGencodePseudoGeneV29.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENST00000456328.2chr1+11868144091186811868311868,12612,13220,12227,12721,14409,0DDX11L1nonenone-1,-1,-1,
585ENST00000450305.2chr1+12009136701200912009612009,12178,12612,12974,13220,13452,12057,12227,12697,13052,13374,13670,0DDX11L1nonenone-1,-1,-1,-1,-1,-1,
585ENST00000488147.1chr1-144032957014403144031114403,15004,15795,16606,16857,17232,17605,17914,18267,24737,29533,14501,15038,15947,16765,17055,17368,17742,18061,18366,24891,29570,0WASH7Pnonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
585ENST00000606857.1chr1+52472533125247252472152472,53312,0OR4G4Pnonenone-1,
585ENST00000642116.1chr1+57597641165759757597357597,58699,62915,57653,58856,64116,0OR4G11Pnonenone-1,-1,-1,
585ENST00000492842.2chr1+62948638876294862948162948,63887,0OR4G11Pnonenone-1,
73ENST00000442987.3chr1+1310241348361310241310241131024,134836,0CICP27nonenone-1,
586ENST00000494149.2chr1-1351401358951351401351401135140,135895,0AL627309.6nonenone-1,
586ENST00000595919.1chr1-1376811379651376811376811137681,137965,0AL627309.7nonenone-1,
586ENST00000624431.2chr1+1826951841741826951826955182695,183131,183493,183739,183980,182746,183216,183571,183901,184174,0FO538757.2nonenone-1,-1,-1,-1,-1,

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