Schema for ncbiRefSeqPredicted
  Database: oviAri4    Primary Table: ncbiRefSeqPredicted    Row Count: 48,734   Data last updated: 2021-02-10
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 XR_001433683.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 49236int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 54549int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 54549int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 54549int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 49236,52670,54487,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 49423,52819,54549,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 LOC106990386varchar(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
        oviAri4.ncbiRefSeq.name (via ncbiRefSeqPredicted.name)
      oviAri4.ncbiRefSeqCds.id (via ncbiRefSeqPredicted.name)
      oviAri4.ncbiRefSeqCurated.name (via ncbiRefSeqPredicted.name)
      oviAri4.ncbiRefSeqLink.id (via ncbiRefSeqPredicted.name)
      oviAri4.ncbiRefSeqPsl.qName (via ncbiRefSeqPredicted.name)
      oviAri4.seqNcbiRefSeq.acc (via ncbiRefSeqPredicted.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585XR_001433683.1chr1+49236545495454954549349236,52670,54487,49423,52819,54549,0LOC106990386nonenone-1,-1,-1,
585XM_015091617.1chr1-721967538972196753891472196,72348,72453,72560,72629,72675,73024,73120,73153,73350,73422,73526,73564,75151,72347,72451,72558,72628,72674,73023,73118,73151,73349,73420,73524,73562,73585,75389,0RTP5cmplcmpl2,1,1,2,2,2,1,0,2,1,1,1,1,0,
585XM_012176227.2chr1+83055909468315190578383055,89481,90162,83227,89844,90946,0PDCD1cmplcmpl0,1,1,
585XM_015091618.1chr1-1087431272411087431272415108743,110013,110200,111339,127100,109508,110199,110278,111426,127241,0GAL3ST2cmplcmpl0,0,0,0,0,
586XM_012105914.2chr1-13378815878513459615629611133788,143541,145570,146732,147795,148720,149007,150262,151670,155938,158158,134856,143707,145713,146813,148082,148841,149580,150402,151728,156306,158785,0D2HGDHcmplcmpl1,0,1,1,2,1,1,2,1,0,-1,
586XM_015091619.1chr1-16426117693416452217693410164261,165630,168021,168668,169003,169260,170694,170794,176082,176901,164565,165823,168127,168788,169098,169372,170792,170860,176242,176934,0ING5cmplcmpl2,1,0,0,1,0,1,1,0,0,
586XM_004003428.3chr1+1855841927791856061926336185584,186740,188824,190296,192523,192607,185736,186849,188915,190494,192605,192779,0DTYMKcmplcmpl0,1,2,0,0,1,
586XM_015091620.1chr1-19789521212319804921201313197895,198450,199407,199498,199706,200069,202425,202997,203352,203830,204995,205194,212003,198190,198507,199497,199554,199785,200263,202505,203090,203470,203929,205067,205296,212123,0ATG4Bcmplcmpl0,0,0,1,0,1,2,2,1,1,1,1,0,
586XM_015091621.1chr1+2126562480242126562478877212656,212999,214630,215117,234191,235349,247767,212898,213449,215116,215800,234356,235513,248024,0THAP4cmplcmpl0,2,2,2,1,1,0,
586XR_001039844.1chr1+2516762547802547802547802251676,253227,252023,254780,0LOC105612006nonenone-1,-1,

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