Schema for ncbiRefSeqSelect
  Database: hg19    Primary Table: ncbiRefSeqSelect    Row Count: 21,519   Data last updated: 2024-09-18
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_001005484.2varchar(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 65418int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 71585int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 65564int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 70008int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 65418,65519,69036,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 65433,65573,71585,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 OR4F5varchar(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,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.

To download this table in different text formats or to intersect or correlate it with other tables, use the Table Browser.

Connected Tables and Joining Fields
        hg19.ncbiRefSeq.name (via ncbiRefSeqSelect.name)
      hg19.ncbiRefSeqCds.id (via ncbiRefSeqSelect.name)
      hg19.ncbiRefSeqCurated.name (via ncbiRefSeqSelect.name)
      hg19.ncbiRefSeqHgmd.name (via ncbiRefSeqSelect.name)
      hg19.ncbiRefSeqLink.id (via ncbiRefSeqSelect.name)
      hg19.ncbiRefSeqPsl.qName (via ncbiRefSeqSelect.name)
      hg19.seqNcbiRefSeq.acc (via ncbiRefSeqSelect.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001005484.2chr1+65418715856556470008365418,65519,69036,65433,65573,71585,0OR4F5cmplcmpl-1,0,0,
587NM_001005221.2chr1+3676583685973676583685971367658,368597,0OR4F29cmplcmpl0,
589NM_001005277.1chr1-6210956220346210956220341621095,622034,0OR4F16cmplcmpl0,
591NM_001385641.1chr1+85930287995485981187953314859302,861301,865534,866418,871151,874419,874654,876523,877515,877789,877938,878632,879077,879287,860328,861393,865716,866469,871276,874509,874792,876686,877631,877868,878438,878757,879188,879954,0SAMD11cmplcmpl0,1,0,2,2,1,1,1,2,1,2,1,0,0,
591NM_015658.4chr1-87958289463688007389462019879582,880436,880897,881552,881781,883510,883869,886506,887379,887791,888554,889161,889383,891302,891474,892273,892478,894308,89 ...880180,880526,881033,881666,881925,883612,883983,886618,887519,887980,888668,889272,889462,891393,891595,892405,892653,894461,89 ...0NOC2Lcmplcmpl1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0,
591NM_198317.3chr1+89596390109989607390057112895963,896672,897008,897205,897734,898083,898488,898716,899299,899486,899728,900342,896180,896932,897130,897427,897851,898297,898633,898884,899388,899560,899910,901099,0KLHL17cmplcmpl0,2,1,0,0,0,1,2,2,1,0,2,
591NM_032129.3chr1+90186191124590191190995516901861,902083,905656,905900,906065,906258,906492,906703,907454,907667,908240,908565,908879,909212,909695,909821,901994,902183,905803,905981,906138,906386,906588,906784,907530,907804,908390,908706,909020,909431,909744,911245,0PLEKHN1cmplcmpl0,2,0,0,0,1,0,0,0,1,0,0,0,0,0,1,
591NM_001394713.1chr1-9105779174739115519164094910577,911878,914260,917444,911649,912004,916553,917473,0PERM1cmplcmpl1,1,0,-1,
592NM_021170.4chr1-9343439354779344389353534934343,934905,935071,935245,934812,934993,935167,935477,0HES4cmplcmpl1,0,0,0,
592NM_005101.4chr1+9488769499209489539498582948876,949363,948956,949920,0ISG15cmplcmpl0,0,

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