|
|
Database: panPan3 Primary Table: refGene Row Count: 218   Data last updated: 2020-06-16
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 645 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | NR_106570 | 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 | 7907206 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 7907316 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 7907316 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 7907316 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 1 | int(10) unsigned | range | Number of exons |
exonStarts | 7907206, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 7907316, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | MIR34A | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | unk | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | unk | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS end annotation (none, unknown, incomplete, or complete) |
exonFrames | -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 |
---|
645 | NR_106570 | chr1 | - | 7907206 | 7907316 | 7907316 | 7907316 | 1 | 7907206, | 7907316, | 0 | MIR34A | unk | unk | -1, |
103 | NM_001293718 | chr1 | + | 32365429 | 32404880 | 32366565 | 32404530 | 12 | 32365429,32365703,32365916,32366493,32368260,32376362,32377594,32378855,32381012,32382372,32402249,32404391, | 32365610,32365824,32366128,32366670,32368434,32376535,32377729,32379021,32381175,32382485,32402464,32404880, | 0 | AZIN2 | cmpl | cmpl | -1,-1,-1,0,0,0,2,2,0,1,0,2, |
890 | NR_163092 | chr1 | + | 40047141 | 40047205 | 40047205 | 40047205 | 1 | 40047141, | 40047205, | 0 | MIR30E | unk | unk | -1, |
1075 | NR_106556 | chr1 | - | 64306269 | 64306344 | 64306344 | 64306344 | 1 | 64306269, | 64306344, | 0 | MIR101 | unk | unk | -1, |
1121 | NR_106538 | chr1 | - | 70291231 | 70291317 | 70291317 | 70291317 | 1 | 70291231, | 70291317, | 0 | MIR186 | unk | unk | -1, |
1239 | NR_163105 | chr1 | - | 85848190 | 85848240 | 85848240 | 85848240 | 1 | 85848190, | 85848240, | 0 | MIR320B-1 | unk | unk | -1, |
1439 | NR_106586 | chr1 | + | 111976481 | 111976556 | 111976556 | 111976556 | 1 | 111976481, | 111976556, | 0 | MIR197 | unk | unk | -1, |
1439 | NM_001367587 | chr1 | + | 112033470 | 112038735 | 112033784 | 112038615 | 8 | 112033470,112034078,112034581,112034957,112035137,112036179,112036365,112038525, | 112033820,112034154,112034646,112035039,112035238,112036275,112036476,112038735, | 0 | GSTM4 | cmpl | cmpl | 0,0,1,0,1,0,0,0, |
22 | NM_001367588 | chr1 | + | 112033750 | 112337606 | 112033784 | 112337152 | 10 | 112033750,112034078,112034581,112034957,112035137,112035200,112035205,112036179,112036363,112337062, | 112033820,112034154,112034646,112035039,112035199,112035205,112035227,112036264,112036476,112337606, | 0 | GSTM1 | cmpl | cmpl | 0,0,1,0,1,0,0,0,1,0, |
1442 | NM_001367589 | chr1 | + | 112356183 | 112361731 | 112356205 | 112361313 | 8 | 112356183,112356512,112357016,112357381,112357558,112358835,112359018,112361223, | 112356241,112356588,112357081,112357463,112357659,112358931,112359129,112361731, | 0 | GSTM5 | cmpl | cmpl | 0,0,1,0,1,0,0,0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|