Schema for ncbiRefSeqCurated
  Database: sacCer3    Primary Table: ncbiRefSeqCurated    Row Count: 6,125   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 NM_001180043.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrIvarchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 1806int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 2169int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1806int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2169int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 1806,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 2169,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 PAU8varchar(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
        sacCer3.ncbiRefSeq.name (via ncbiRefSeqCurated.name)
      sacCer3.ncbiRefSeqCds.id (via ncbiRefSeqCurated.name)
      sacCer3.ncbiRefSeqLink.id (via ncbiRefSeqCurated.name)
      sacCer3.ncbiRefSeqPsl.qName (via ncbiRefSeqCurated.name)
      sacCer3.seqNcbiRefSeq.acc (via ncbiRefSeqCurated.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001180043.1chrI-180621691806216911806,2169,0PAU8cmplcmpl0,
585NM_001184582.1chrI+247927072479270712479,2707,0YAL067W-Acmplcmpl0,
585NM_001178208.1chrI-723490167234901617234,9016,0SEO1cmplcmpl0,
585NM_001179897.1chrI-11564119511156411951111564,11951,0YAL065Ccmplcmpl0,
585NM_001180042.1chrI+12045124261204512426112045,12426,0YAL064W-Bcmplcmpl0,
585NM_001180041.1chrI-13362137431336213743113362,13743,0TDA8cmplcmpl0,
585NM_001178206.2chrI+21565218502156521850121565,21850,0YAL064Wcmplcmpl0,
585NM_001184642.1chrI-22394226852239422685122394,22685,0YAL063C-Acmplcmpl0,
585NM_001178205.1chrI-23999279682399927968123999,27968,0FLO9cmplcmpl0,
585NM_001178204.1chrI+31566329403156632940131566,32940,0GDH3cmplcmpl0,

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