|
|
Database: felCat8 Primary Table: refGene Row Count: 447   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 1013 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | NM_001009199 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | chrC1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 56183848 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 56186599 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 56183848 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 56186507 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 2 | int(10) unsigned | range | Number of exons |
exonStarts | 56183848,56186470, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 56183889,56186599, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | GADD45A | 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,2, | 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 |
---|
1013 | NM_001009199 | chrC1 | + | 56183848 | 56186599 | 56183848 | 56186507 | 2 | 56183848,56186470, | 56183889,56186599, | 0 | GADD45A | cmpl | cmpl | 0,2, |
1234 | NM_001009207 | chrB1 | - | 85066443 | 85079386 | 85066443 | 85079386 | 5 | 85066443,85069494,85071588,85076896,85079287, | 85066554,85069632,85071633,85076981,85079386, | 0 | IL15 | cmpl | incmpl | 0,0,0,2,2, |
934 | NM_001009197 | chrD4 | + | 45752322 | 45753069 | 45752330 | 45752915 | 1 | 45752322, | 45753069, | 0 | IFNA7 | cmpl | cmpl | 0, |
112 | NM_001009250 | chrB4 | + | 41789705 | 41834973 | 41796188 | 41833456 | 10 | 41789705,41796133,41796353,41828511,41829075,41830721,41831784,41832549,41833007,41833425, | 41789780,41796237,41796524,41828670,41829360,41831057,41831985,41832674,41833075,41834973, | 0 | CD4 | cmpl | cmpl | -1,0,1,1,1,1,1,1,0,2, |
809 | NM_001290251 | chrE1 | + | 29447174 | 29467524 | 29447264 | 29467502 | 8 | 29447174,29451912,29454780,29458121,29460073,29463601,29464134,29466972, | 29447867,29452008,29455014,29458293,29460139,29463628,29464233,29467524, | 0 | TRIM25 | cmpl | cmpl | 0,0,0,0,1,1,1,1, |
995 | NM_001290249 | chrD2 | - | 53775305 | 53784223 | 53775562 | 53784223 | 5 | 53775305,53777604,53783638,53783889,53784127, | 53775600,53777817,53783745,53784026,53784223, | 0 | RBP4 | cmpl | incmpl | 1,1,2,0,0, |
1051 | NM_001290250 | chrD2 | + | 61105495 | 61118465 | 61105579 | 61118465 | 6 | 61105495,61115723,61116171,61117224,61117389,61117857, | 61106149,61115819,61116405,61117256,61117505,61118465, | 0 | TRIM8 | cmpl | cmpl | 0,0,0,0,2,1, |
936 | NM_001290248 | chrD4 | - | 46127379 | 46133672 | 46127539 | 46133662 | 3 | 46127379,46129719,46133536, | 46127553,46130026,46133672, | 0 | CDKN2A | cmpl | cmpl | 1,0,0, |
776 | NM_001290247 | chrC1 | - | 25129787 | 25158408 | 25129787 | 25158408 | 5 | 25129787,25140097,25141038,25146153,25158000, | 25130338,25140213,25141295,25146249,25158408, | 0 | TRIM62 | cmpl | cmpl | 1,2,0,0,0, |
808 | NM_001290246 | chrD2 | + | 29237633 | 29264540 | 29237696 | 29262763 | 10 | 29237633,29237717,29239193,29242675,29244709,29252045,29253430,29254856,29256525,29262434, | 29237707,29237791,29239310,29242917,29244862,29252193,29253510,29255043,29257089,29264540, | 0 | SIRT1 | cmpl | cmpl | 0,2,1,1,0,0,1,0,1,1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|