|
|
Database: susScr3 Primary Table: refGene Row Count: 5,345   Data last updated: 2020-09-01
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 140 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | NM_001097465 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | chr9 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 70909057 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 70915525 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 70909077 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 70915362 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 5 | int(10) unsigned | range | Number of exons |
exonStarts | 70909057,70909636,70910720,... | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 70909131,70909663,70910783,... | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | SNRPE | 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 | 0,0,0,0,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 |
---|
140 | NM_001097465 | chr9 | + | 70909057 | 70915525 | 70909077 | 70915362 | 5 | 70909057,70909636,70910720,70912292,70915306, | 70909131,70909663,70910783,70912371,70915525, | 0 | SNRPE | cmpl | cmpl | 0,0,0,0,1, |
1073 | NM_001113701 | chr17 | + | 64053336 | 64064901 | 64053373 | 64062557 | 3 | 64053336,64061207,64062340, | 64053559,64061383,64064901, | 0 | FAM210B | cmpl | cmpl | 0,0,2, |
835 | NM_001173519 | chr14 | - | 32817277 | 32883075 | 32817373 | 32883060 | 2 | 32817277,32882751, | 32817985,32883075, | 0 | ORAI1 | cmpl | cmpl | 0,0, |
1344 | NM_001173518 | chr13 | - | 99605174 | 99606799 | 99605565 | 99606582 | 1 | 99605174, | 99606799, | 0 | P2RY12 | cmpl | cmpl | 0, |
1501 | NM_001172586 | chr4 | - | 120092999 | 120097715 | 120092999 | 120097715 | 3 | 120092999,120094955,120097643, | 120093119,120095081,120097715, | 0 | PROK1 | cmpl | cmpl | 0,0,0, |
145 | NM_001172585 | chr1 | - | 76000269 | 76071230 | 76001100 | 76071053 | 12 | 76000269,76004095,76033788,76055199,76055206,76055972,76056271,76057072,76057298,76057964,76061499,76070878, | 76001831,76004498,76033957,76055206,76055346,76056079,76056471,76057158,76057403,76058058,76061582,76071230, | 0 | SIM1 | cmpl | cmpl | 1,0,2,1,1,2,0,1,1,0,1,0, |
1697 | NM_001172369 | chr13 | - | 145860009 | 145881042 | 145860009 | 145860129 | 2 | 145860009,145880854, | 145860141,145881042, | 0 | ROPN1 | incmpl | cmpl | 0,-1, |
1698 | NM_001172369 | chr13 | - | 145913338 | 145922001 | 145913473 | 145922001 | 4 | 145913338,145914113,145919874,145921883, | 145913540,145914289,145920036,145922001, | 0 | ROPN1 | cmpl | incmpl | 2,0,0,2, |
915 | NM_001172368 | chr2 | - | 43258338 | 43279704 | 43258577 | 43271112 | 6 | 43258338,43260184,43262622,43264464,43271000,43279629, | 43258654,43260278,43262755,43264633,43271140,43279704, | 0 | CSRP3 | cmpl | cmpl | 1,0,2,1,0,-1, |
765 | NM_001172367 | chr13 | + | 23613449 | 23692364 | 23613449 | 23692222 | 16 | 23613449,23624103,23625969,23627118,23628638,23628821,23631157,23646365,23653600,23664370,23683214,23685356,23689282,23689998,23 ... | 23613549,23624177,23626042,23627210,23628681,23628910,23631270,23646522,23653974,23664519,23683323,23685420,23689447,23690091,23 ... | 0 | MLH1 | incmpl | cmpl | 2,0,2,0,2,0,2,2,0,2,1,2,0,0,0,0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|