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
field | example | SQL type | info | description |
bin | 585 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | XR_007065314.1 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | chr1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 29773 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 35418 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 35418 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 35418 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 3 | int(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 | 0 | int(11) | range | score |
name2 | MIR1302-2HG | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | none | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | none | enum('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. |
|
| |
|
|
Connected Tables and Joining Fields
|
|
Sample Rows
|
|
bin | name | chrom | strand | txStart | txEnd | cdsStart | cdsEnd | exonCount | exonStarts | exonEnds | score | name2 | cdsStartStat | cdsEndStat | exonFrames |
---|
585 | XR_007065314.1 | chr1 | + | 29773 | 35418 | 35418 | 35418 | 3 | 29773,30975,34167, | 30667,31093,35418, | 0 | MIR1302-2HG | none | none | -1,-1,-1, |
585 | XR_007065338.1 | chr1 | + | 95221 | 107727 | 107727 | 107727 | 3 | 95221,106635,106953, | 99719,106742,107727, | 0 | LOC124903816 | none | none | -1,-1,-1, |
585 | XR_007065337.1 | chr1 | + | 95221 | 107727 | 107727 | 107727 | 2 | 95221,106635, | 99719,107727, | 0 | LOC124903816 | none | none | -1,-1, |
73 | XR_001737579.3 | chr1 | - | 120848 | 175246 | 175246 | 175246 | 6 | 120848,165883,168099,169048,172556,173752, | 120932,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1, |
586 | XR_007065328.1 | chr1 | - | 146299 | 175246 | 175246 | 175246 | 9 | 146299,155766,158592,164262,165883,168099,169048,172556,173752, | 146339,155831,158674,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1,-1,-1,-1, |
586 | XR_007065325.1 | chr1 | - | 146300 | 175246 | 175246 | 175246 | 10 | 146300,153353,155766,158592,164262,165883,168099,169048,172556,173752, | 146339,153543,155831,158674,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1,-1,-1,-1,-1, |
586 | XR_007065330.1 | chr1 | - | 146434 | 175246 | 175246 | 175246 | 8 | 146434,155766,164262,165883,168099,169048,172556,173752, | 146509,155831,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1,-1,-1, |
586 | XR_007065322.1 | chr1 | - | 146469 | 175246 | 175246 | 175246 | 9 | 146469,155766,158592,164262,165883,168099,169048,172556,173752, | 146509,155831,158674,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1,-1,-1,-1, |
586 | XR_007065324.1 | chr1 | - | 149033 | 175246 | 175246 | 175246 | 10 | 149033,153353,155766,158592,164262,165883,168099,169048,172556,173752, | 149072,153543,155831,158674,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -1,-1,-1,-1,-1,-1,-1,-1,-1,-1, |
586 | XR_007065327.1 | chr1 | - | 149034 | 175246 | 175246 | 175246 | 9 | 149034,155766,158592,164262,165883,168099,169048,172556,173752, | 149072,155831,158674,164791,165942,168165,169264,172688,175246, | 0 | LOC124900384 | none | none | -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.
| |
|
|
|