|
|
Database: sacCer3 Primary Table: ensGene Row Count: 7,127   Data last updated: 2021-05-25
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 | YAL069W_mRNA | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | chrI | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 334 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 649 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 334 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 649 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 1 | int(10) unsigned | range | Number of exons |
exonStarts | 334, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 649, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | YAL069W | 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, | 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 | YAL069W_mRNA | chrI | + | 334 | 649 | 334 | 649 | 1 | 334, | 649, | 0 | YAL069W | cmpl | cmpl | 0, |
585 | YAL068W-A_mRNA | chrI | + | 537 | 792 | 537 | 792 | 1 | 537, | 792, | 0 | YAL068W-A | cmpl | cmpl | 0, |
585 | YAL068C_mRNA | chrI | - | 1806 | 2169 | 1806 | 2169 | 1 | 1806, | 2169, | 0 | YAL068C | cmpl | cmpl | 0, |
585 | YAL067W-A_mRNA | chrI | + | 2479 | 2707 | 2479 | 2707 | 1 | 2479, | 2707, | 0 | YAL067W-A | cmpl | cmpl | 0, |
585 | YAL067C_mRNA | chrI | - | 7234 | 9016 | 7234 | 9016 | 1 | 7234, | 9016, | 0 | YAL067C | cmpl | cmpl | 0, |
585 | YAL066W_mRNA | chrI | + | 10090 | 10399 | 10090 | 10399 | 1 | 10090, | 10399, | 0 | YAL066W | cmpl | cmpl | 0, |
585 | YAL065C_mRNA | chrI | - | 11564 | 11951 | 11564 | 11951 | 1 | 11564, | 11951, | 0 | YAL065C | cmpl | cmpl | 0, |
585 | YAL064W-B_mRNA | chrI | + | 12045 | 12426 | 12045 | 12426 | 1 | 12045, | 12426, | 0 | YAL064W-B | cmpl | cmpl | 0, |
585 | YAL064C-A_mRNA | chrI | - | 13362 | 13743 | 13362 | 13743 | 1 | 13362, | 13743, | 0 | YAL064C-A | cmpl | cmpl | 0, |
585 | YAL064W_mRNA | chrI | + | 21565 | 21850 | 21565 | 21850 | 1 | 21565, | 21850, | 0 | YAL064W | cmpl | cmpl | 0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|