Schema for ncbiRefSeq
  Database: otoGar3    Primary Table: ncbiRefSeq    Row Count: 38,532   Data last updated: 2020-04-08
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 XM_003803761.3varchar(255) values Name of gene (usually transcript_id from GTF)
chrom AAQR03191568varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 3234int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 3809int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 3357int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 3768int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 3234,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3809,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 LOC100962662varchar(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 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
        otoGar3.ncbiRefSeqCds.id (via ncbiRefSeq.name)
      otoGar3.ncbiRefSeqCurated.name (via ncbiRefSeq.name)
      otoGar3.ncbiRefSeqLink.id (via ncbiRefSeq.name)
      otoGar3.ncbiRefSeqPredicted.name (via ncbiRefSeq.name)
      otoGar3.ncbiRefSeqPsl.qName (via ncbiRefSeq.name)
      otoGar3.seqNcbiRefSeq.acc (via ncbiRefSeq.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585XM_003803761.3AAQR03191568-323438093357376813234,3809,0LOC100962662cmplcmpl0,
585XM_012814027.2AAQR03191568-472354424846523914723,5442,0LOC105888424cmplcmpl0,
585XM_003803762.3AAQR03191568+552860765590597115528,6076,0LOC100962970cmplcmpl0,
585XM_003803763.3AAQR03191568-11327127631232012701111327,12763,0LOC100963288cmplcmpl0,
585XM_012814028.2AAQR03191568+12849135681305213445112849,13568,0LOC100963921cmplcmpl0,
585XM_003803764.3AAQR03191568+14482150571452314934114482,15057,0LOC100963606cmplcmpl0,
585XM_003803767.1AAQR03191595+15722175161572217516415722,16565,16799,17364,15909,16670,16853,17516,0LOC100964543cmplcmpl0,1,1,1,
585XM_012814031.1AAQR03191690-542896906023944485428,7106,7246,7973,8468,9158,9434,9623,6161,7122,7353,8125,8843,9242,9521,9690,0LOC100966443cmplcmpl0,2,0,1,1,1,0,-1,
585XM_012814033.2AAQR03191848+572266745722667425722,6497,6496,6674,0LOC100944283cmplcmpl0,0,
585XM_003803776.1AAQR03191862-603469796034697916034,6979,0LOC100944607cmplcmpl0,

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