Schema for ncbiRefSeqCurated
  Database: panPan2    Primary Table: ncbiRefSeqCurated    Row Count: 143   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 1smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001293718.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 33550139int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 33589402int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 33551275int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 33589052int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 12int(10) unsigned range Number of exons
exonStarts 33550139,33550413,33550626,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 33550320,33550534,33550838,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 AZIN2varchar(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,-1,-1,0,0,0,2,2,0,1,0,2,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 ncbiRefSeqCurated.name)
      panPan2.ncbiRefSeqCds.id (via ncbiRefSeqCurated.name)
      panPan2.ncbiRefSeqLink.id (via ncbiRefSeqCurated.name)
      panPan2.ncbiRefSeqPredicted.name (via ncbiRefSeqCurated.name)
      panPan2.ncbiRefSeqPsl.qName (via ncbiRefSeqCurated.name)
      panPan2.seqNcbiRefSeq.acc (via ncbiRefSeqCurated.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1NM_001293718.1chr1+335501393358940233551275335890521233550139,33550413,33550626,33551203,33552970,33561068,33562300,33563556,33565713,33567073,33586771,33588913,33550320,33550534,33550838,33551380,33553144,33561241,33562435,33563722,33565876,33567186,33586986,33589402,0AZIN2cmplcmpl-1,-1,-1,0,0,0,2,2,0,1,0,2,
1090NR_106556.1chr1-66194649661947246619472466194724166194649,66194724,0MIR101nonenone-1,
1136NR_106538.1chr1-72273840722739267227392672273926172273840,72273926,0MIR186nonenone-1,
1433NR_106586.1chr1+1112041261112042011112042011112042011111204126,111204201,0MIR197nonenone-1,
1582NM_001290340.1chr1+1307650021307739741307652891307738596130765002,130769316,130769378,130770210,130772811,130773716,130765321,130769377,130769453,130770386,130772897,130773974,0OAZ3cmplcmpl0,2,0,0,2,1,
1582NM_001301415.1chr1+1307688081307739741307688751307738596130768808,130769316,130769378,130770210,130772811,130773716,130769042,130769377,130769453,130770386,130772897,130773974,0OAZ3cmplcmpl0,2,0,0,2,1,
1647NM_001302655.1chr1-1392241381392266141392241381392266144139224138,139224739,139225779,139226568,139224344,139225008,139226125,139226614,0SLAMF9cmplcmpl1,2,1,0,
1647NM_001302656.1chr1-1392241381392266141392241381392266144139224138,139224739,139225779,139226568,139224344,139225008,139226125,139226614,0SLAMF9cmplcmpl1,2,1,0,
1739NR_106578.1chr1-1513465541513466641513466641513466641151346554,151346664,0MIR214nonenone-1,
1739NR_106575.1chr1-1513522871513523971513523971513523971151352287,151352397,0MIR199Anonenone-1,

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