Schema for ncbiRefSeqPredicted
  Database: hg38    Primary Table: ncbiRefSeqPredicted    Row Count: 94,601   Data last updated: 2024-09-11
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_007065314.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 29773int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 35418int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35418int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 35418int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 29773,30975,34167,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 30667,31093,35418,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MIR1302-2HGvarchar(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.

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
        hg38.ncbiRefSeq.name (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqCds.id (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqCurated.name (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqHgmd.name (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqLink.id (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqPsl.qName (via ncbiRefSeqPredicted.name)
      hg38.ncbiRefSeqSelect.name (via ncbiRefSeqPredicted.name)
      hg38.seqNcbiRefSeq.acc (via ncbiRefSeqPredicted.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585XR_007065314.1chr1+29773354183541835418329773,30975,34167,30667,31093,35418,0MIR1302-2HGnonenone-1,-1,-1,
585XR_007065338.1chr1+95221107727107727107727395221,106635,106953,99719,106742,107727,0LOC124903816nonenone-1,-1,-1,
585XR_007065337.1chr1+95221107727107727107727295221,106635,99719,107727,0LOC124903816nonenone-1,-1,
73XR_001737579.3chr1-1208481752461752461752466120848,165883,168099,169048,172556,173752,120932,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,
586XR_007065328.1chr1-1462991752461752461752469146299,155766,158592,164262,165883,168099,169048,172556,173752,146339,155831,158674,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,
586XR_007065325.1chr1-14630017524617524617524610146300,153353,155766,158592,164262,165883,168099,169048,172556,173752,146339,153543,155831,158674,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
586XR_007065330.1chr1-1464341752461752461752468146434,155766,164262,165883,168099,169048,172556,173752,146509,155831,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,
586XR_007065322.1chr1-1464691752461752461752469146469,155766,158592,164262,165883,168099,169048,172556,173752,146509,155831,158674,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,
586XR_007065324.1chr1-14903317524617524617524610149033,153353,155766,158592,164262,165883,168099,169048,172556,173752,149072,153543,155831,158674,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
586XR_007065327.1chr1-1490341752461752461752469149034,155766,158592,164262,165883,168099,169048,172556,173752,149072,155831,158674,164791,165942,168165,169264,172688,175246,0LOC124900384nonenone-1,-1,-1,-1,-1,-1,-1,-1,-1,

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