|
|
Database: xenTro2 Primary Table: refGene Row Count: 9,500   Data last updated: 2020-09-02
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_001016546 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | scaffold_686 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 54023 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 58472 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 56207 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 57953 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 54023,56185,56529,57824, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 54046,56520,56546,58472, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | gs17 | 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,1,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. |
|
| |
|
|
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_001016546 | scaffold_686 | + | 54023 | 58472 | 56207 | 57953 | 4 | 54023,56185,56529,57824, | 54046,56520,56546,58472, | 0 | gs17 | cmpl | cmpl | -1,0,1,0, |
597 | NM_001100257 | scaffold_105 | - | 1692162 | 1698517 | 1694360 | 1698311 | 3 | 1692162,1696252,1698010, | 1694615,1696452,1698517, | 0 | dlx1 | cmpl | cmpl | 0,1,0, |
597 | NM_001100257 | scaffold_105 | - | 1692956 | 1693584 | 1693584 | 1693584 | 1 | 1692956, | 1693584, | 0 | dlx1 | unk | unk | -1, |
597 | NM_001100257 | scaffold_105 | - | 1692956 | 1693584 | 1693584 | 1693584 | 1 | 1692956, | 1693584, | 0 | dlx1 | unk | unk | -1, |
597 | NM_001100257 | scaffold_105 | - | 1692956 | 1693584 | 1693584 | 1693584 | 1 | 1692956, | 1693584, | 0 | dlx1 | unk | unk | -1, |
590 | NM_001016474 | scaffold_163 | + | 727157 | 746476 | 727205 | 745804 | 12 | 727157,728048,728461,729979,730173,735175,735466,736302,740860,742767,743993,745601, | 727232,728090,728649,730038,730214,735259,735518,736527,740966,742838,744167,746476, | 0 | lnpk | cmpl | cmpl | 0,0,0,2,1,0,0,1,1,2,1,1, |
594 | NM_001016537 | scaffold_72 | - | 1185175 | 1196603 | 1185683 | 1196568 | 10 | 1185175,1188794,1189762,1190597,1192223,1192500,1193367,1194308,1195477,1196406, | 1185692,1189030,1189862,1190764,1192365,1192618,1193576,1194394,1195709,1196603, | 0 | aldh3a2 | cmpl | cmpl | 0,1,0,1,0,2,0,1,0,0, |
585 | NM_001113038 | scaffold_399 | + | 8137 | 11919 | 8173 | 11209 | 3 | 8137,9963,10980, | 8248,10091,11919, | 0 | arl14ep | cmpl | cmpl | 0,0,2, |
597 | NM_001112938 | scaffold_13 | - | 1628464 | 1673266 | 1629496 | 1673114 | 6 | 1628464,1632930,1634629,1636619,1638387,1672621, | 1629572,1633216,1634779,1636964,1638539,1673266, | 0 | slain1 | cmpl | cmpl | 2,1,1,1,2,0, |
73 | NM_001112937 | scaffold_550 | - | 210851 | 288844 | 211287 | 288383 | 20 | 210851,215077,215379,216542,217166,217761,219080,219398,220697,222949,225005,226192,227499,228681,229188,229928,231306,244465,25 ... | 211409,215193,215486,216630,217241,217920,219169,219531,220805,223046,225129,226341,227609,228726,229254,230018,231409,244604,25 ... | 0 | hectd2 | cmpl | cmpl | 1,0,1,0,0,0,1,0,0,2,1,2,0,0,0,0,2,1,0,0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|