|
|
Database: hg18 Primary Table: ensGene Row Count: 63,280   Data last updated: 2009-08-05
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 | ENST00000404059 | 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 | 1872 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 3533 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 3533 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 3533 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 6 | int(10) unsigned | range | Number of exons |
exonStarts | 1872,2041,2475,2837,3083,3315, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 1920,2090,2560,2915,3237,3533, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | ENSG00000219789 | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | none | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | none | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS end annotation (none, unknown, incomplete, or complete) |
exonFrames | -1,-1,-1,-1,-1,-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 |
---|
585 | ENST00000404059 | chr1 | + | 1872 | 3533 | 3533 | 3533 | 6 | 1872,2041,2475,2837,3083,3315, | 1920,2090,2560,2915,3237,3533, | 0 | ENSG00000219789 | none | none | -1,-1,-1,-1,-1,-1, |
585 | ENST00000326632 | chr1 | - | 4273 | 19669 | 19669 | 19669 | 13 | 4273,4862,5658,5766,6469,6610,6720,7095,7464,7777,8130,14599,19396, | 4365,4901,5764,5810,6608,6628,6918,7227,7605,7924,8229,14754,19669, | 0 | ENSG00000146556 | none | none | -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, |
585 | ENST00000408384 | chr1 | + | 20228 | 20366 | 20366 | 20366 | 1 | 20228, | 20366, | 0 | ENSG00000221311 | none | none | -1, |
585 | ENST00000409575 | chr1 | - | 24416 | 25944 | 25944 | 25944 | 3 | 24416,25139,25583, | 25037,25344,25944, | 0 | ENSG00000222003 | none | none | -1,-1,-1, |
585 | ENST00000409981 | chr1 | - | 24416 | 25944 | 25944 | 25944 | 3 | 24416,25139,25583, | 25037,25344,25944, | 0 | ENSG00000222027 | none | none | -1,-1,-1, |
585 | ENST00000359752 | chr1 | + | 42911 | 44799 | 44799 | 44799 | 2 | 42911,44692, | 42930,44799, | 0 | ENSG00000197490 | none | none | -1,-1, |
585 | ENST00000379479 | chr1 | + | 52877 | 53750 | 53750 | 53750 | 1 | 52877, | 53750, | 0 | ENSG00000205292 | none | none | -1, |
585 | ENST00000326183 | chr1 | + | 58953 | 59871 | 58953 | 59871 | 1 | 58953, | 59871, | 0 | ENSG00000177693 | cmpl | cmpl | 0, |
585 | ENST00000407826 | chr1 | + | 120966 | 123786 | 123786 | 123786 | 1 | 120966, | 123786, | 0 | ENSG00000219467 | none | none | -1, |
585 | ENST00000405199 | chr1 | - | 125109 | 127902 | 127902 | 127902 | 2 | 125109,127431, | 125869,127902, | 0 | ENSG00000220902 | none | none | -1,-1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|