Schema for ncbiRefSeqSelect
|
|
Database: hg38 Primary Table: ncbiRefSeqSelect Row Count: 22,394   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 | NM_001005484.2 | 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 | 65418 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 71585 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 65564 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 70008 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 3 | int(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 | 0 | int(11) | range | score |
name2 | OR4F5 | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | cmpl | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | cmpl | enum('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
|
|
Sample Rows
|
|
bin | name | chrom | strand | txStart | txEnd | cdsStart | cdsEnd | exonCount | exonStarts | exonEnds | score | name2 | cdsStartStat | cdsEndStat | exonFrames |
---|
585 | NM_001005484.2 | chr1 | + | 65418 | 71585 | 65564 | 70008 | 3 | 65418,65519,69036, | 65433,65573,71585, | 0 | OR4F5 | cmpl | cmpl | -1,0,0, |
588 | NM_001005221.2 | chr1 | - | 450739 | 451678 | 450739 | 451678 | 1 | 450739, | 451678, | 0 | OR4F29 | cmpl | cmpl | 0, |
590 | NM_001005277.1 | chr1 | - | 685715 | 686654 | 685715 | 686654 | 1 | 685715, | 686654, | 0 | OR4F16 | cmpl | cmpl | 0, |
592 | NM_001385641.1 | chr1 | + | 923922 | 944574 | 924431 | 944153 | 14 | 923922,925921,930154,931038,935771,939039,939274,941143,942135,942409,942558,943252,943697,943907, | 924948,926013,930336,931089,935896,939129,939412,941306,942251,942488,943058,943377,943808,944574, | 0 | SAMD11 | cmpl | cmpl | 0,1,0,2,2,1,1,1,2,1,2,1,0,0, |
592 | NM_015658.4 | chr1 | - | 944202 | 959256 | 944693 | 959240 | 19 | 944202,945056,945517,946172,946401,948130,948489,951126,951999,952411,953174,953781,954003,955922,956094,956893,957098,958928,95 ... | 944800,945146,945653,946286,946545,948232,948603,951238,952139,952600,953288,953892,954082,956013,956215,957025,957273,959081,95 ... | 0 | NOC2L | cmpl | cmpl | 1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0, |
592 | NM_198317.3 | chr1 | + | 960583 | 965719 | 960693 | 965191 | 12 | 960583,961292,961628,961825,962354,962703,963108,963336,963919,964106,964348,964962, | 960800,961552,961750,962047,962471,962917,963253,963504,964008,964180,964530,965719, | 0 | KLHL17 | cmpl | cmpl | 0,2,1,0,0,0,1,2,2,1,0,2, |
592 | NM_032129.3 | chr1 | + | 966481 | 975865 | 966531 | 974575 | 16 | 966481,966703,970276,970520,970685,970878,971112,971323,972074,972287,972860,973185,973499,973832,974315,974441, | 966614,966803,970423,970601,970758,971006,971208,971404,972150,972424,973010,973326,973640,974051,974364,975865, | 0 | PLEKHN1 | cmpl | cmpl | 0,2,0,0,0,1,0,0,0,1,0,0,0,0,0,1, |
592 | NM_001394713.1 | chr1 | - | 975197 | 982093 | 976171 | 981029 | 4 | 975197,976498,978880,982064, | 976269,976624,981173,982093, | 0 | PERM1 | cmpl | cmpl | 1,1,0,-1, |
592 | NM_021170.4 | chr1 | - | 998963 | 1000097 | 999058 | 999973 | 4 | 998963,999525,999691,999865, | 999432,999613,999787,1000097, | 0 | HES4 | cmpl | cmpl | 1,0,0,0, |
592 | NM_005101.4 | chr1 | + | 1013496 | 1014540 | 1013573 | 1014478 | 2 | 1013496,1013983, | 1013576,1014540, | 0 | ISG15 | cmpl | cmpl | 0,0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|