Schema for wgEncodeGencodePseudoGeneVM35
  Database: mm39    Primary Table: wgEncodeGencodePseudoGeneVM35    Row Count: 13,774   Data last updated: 2024-05-14
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 610smallint(5) unsigned range Indexing field to speed chromosome range queries.
name ENSMUST00000192857.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 3322979int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3323459int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3322979int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3322979int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 3322979,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3323459,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Gm18956varchar(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.wgEncodeGencodeAttrsVM35.transcriptId (via wgEncodeGencodePseudoGeneVM35.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
610ENSMUST00000192857.2chr1+332297933234593322979332297913322979,3323459,0Gm18956nonenone-1,
612ENSMUST00000192183.2chr1+360201736029433602017360201713602017,3602943,0Gm7341nonenone-1,
618ENSMUST00000195384.2chr1-432645643307424326456432645624326456,4329069,4326650,4330742,0Gm6101nonenone-1,-1,
620ENSMUST00000195361.2chr1+459312745969604593127459312724593127,4594668,4593826,4596960,0Gm7357nonenone-1,-1,
620ENSMUST00000193889.2chr1-460505946055094605059460505914605059,4605509,0Gm38076nonenone-1,
620ENSMUST00000192738.2chr1+468069346816294680693468069314680693,4681629,0Gm7369nonenone-1,
621ENSMUST00000182774.2chr1-475815647596264758156475815614758156,4759626,0Gm6085nonenone-1,
621ENSMUST00000193443.2chr1-476244147636474762441476244114762441,4763647,0Gm6119nonenone-1,
621ENSMUST00000195671.2chr1-480526848058994805268480526814805268,4805899,0Gm2053nonenone-1,
621ENSMUST00000193658.2chr1+484135348424224841353484135314841353,4842422,0Gm6123nonenone-1,

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