Schema for ncbiRefSeqPredicted
  Database: panPan2    Primary Table: ncbiRefSeqPredicted    Row Count: 59,202   Data last updated: 2020-04-01
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 591smallint(5) unsigned range Indexing field to speed chromosome range queries.
name XM_014343994.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 823526int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 843433int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 824894int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 843008int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 12int(10) unsigned range Number of exons
exonStarts 823526,824874,828949,829835...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 823817,824966,829131,829886...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 SAMD11varchar(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,0,0,2,2,1,1,1,2,1,0,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
        panPan2.ncbiRefSeq.name (via ncbiRefSeqPredicted.name)
      panPan2.ncbiRefSeqCds.id (via ncbiRefSeqPredicted.name)
      panPan2.ncbiRefSeqCurated.name (via ncbiRefSeqPredicted.name)
      panPan2.ncbiRefSeqLink.id (via ncbiRefSeqPredicted.name)
      panPan2.ncbiRefSeqPsl.qName (via ncbiRefSeqPredicted.name)
      panPan2.seqNcbiRefSeq.acc (via ncbiRefSeqPredicted.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
591XM_014343994.1chr1+82352684343382489484300812823526,824874,828949,829835,833690,836810,837045,839962,841590,842110,842552,842762,823817,824966,829131,829886,833815,836900,837183,840125,841901,842235,842663,843433,0SAMD11cmplcmpl-1,0,0,2,2,1,1,1,2,1,0,0,
591XM_003804574.2chr1-84306185595484355085595116843061,843898,844374,845031,845260,846995,847354,850025,850937,851349,852112,852719,852941,854860,855031,855840,843657,844003,844510,845145,845404,847097,847468,850137,851077,851538,852226,852830,853020,854951,855152,855954,0NOC2Lcmplcmpl1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,
591XM_008961355.1chr1-84306185595484355085595115843061,843898,844374,845031,846995,847354,850025,850937,851349,852112,852719,852941,854860,855031,855840,843657,844003,844510,845145,847097,847468,850137,851077,851538,852226,852830,853020,854951,855152,855954,0NOC2Lcmplcmpl1,1,0,0,0,0,2,0,0,0,0,2,1,0,0,
591XM_014342495.2chr1+85973586385985973586373010859735,860022,860244,860768,861117,861522,861750,862333,862525,863718,859946,860144,860466,860885,861331,861667,861918,862422,862599,863859,0KLHL17cmplcmpl0,1,0,0,0,1,2,2,1,0,
591XM_008961362.1chr1+85973586447685973586394711859735,860022,860244,860768,861117,861522,861750,862333,862525,862767,863718,859946,860144,860466,860885,861331,861667,861918,862422,862599,862949,864476,0KLHL17cmplcmpl0,1,0,0,0,1,2,2,1,0,2,
591XR_001337708.1chr1+85973586447186447186447111859735,860022,860244,860768,861117,861522,861750,862333,862525,862767,863718,859946,860144,860466,860885,861331,861667,861918,862422,862586,862949,864471,0KLHL17nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
591XM_008961383.3chr1+86496587485486496587357517864965,865461,868860,869104,869269,869462,869660,869907,870657,870870,871848,872173,872487,872820,873018,873315,873441,865372,865561,869007,869185,869342,869590,869792,869988,870733,871007,871998,872314,872628,873016,873050,873364,874854,0PLEKHN1cmplcmpl0,2,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,
591XM_008961378.1chr1-8741948809938751608809935874194,875487,877639,880012,880940,875258,875613,879533,880049,880993,0PERM1cmplcmpl1,1,0,2,0,
591XM_008961370.1chr1-8741948810008751608799054874194,875487,877639,880940,875258,875613,880049,881000,0PERM1cmplcmpl1,1,0,-1,
592XM_003805983.3chr1+9274169284919275249284292927416,927934,927527,928491,0ISG15cmplcmpl0,0,

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