|
|
Database: oryLat2 Primary Table: ensGene Row Count: 25,434   Data last updated: 2018-05-08
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 586 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | ENSORLT00000000004.1 | 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 | 164200 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 167143 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 164200 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 167143 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 6 | int(10) unsigned | range | Number of exons |
exonStarts | 164200,165099,165711,166350... | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 164226,165174,165837,166504... | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | ENSORLG00000000003.1 | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | incmpl | 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,1,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 |
---|
586 | ENSORLT00000000004.1 | chr1 | - | 164200 | 167143 | 164200 | 167143 | 6 | 164200,165099,165711,166350,166590,167124, | 164226,165174,165837,166504,166727,167143, | 0 | ENSORLG00000000003.1 | incmpl | cmpl | 1,1,1,0,1,0, |
586 | ENSORLT00000000005.1 | chr1 | - | 168506 | 169421 | 168763 | 169039 | 3 | 168506,168760,169305, | 168579,169091,169421, | 0 | ENSORLG00000000004.1 | cmpl | cmpl | -1,0,-1, |
586 | ENSORLT00000000006.1 | chr1 | - | 179991 | 184640 | 179991 | 184640 | 9 | 179991,180152,180402,180629,181190,181602,181890,182046,184463, | 180081,180239,180486,180726,181273,181749,181939,182168,184640, | 0 | ENSORLG00000000007.1 | incmpl | incmpl | 0,0,0,2,0,0,2,0,0, |
586 | ENSORLT00000000013.1 | chr1 | - | 219083 | 231082 | 219083 | 231082 | 15 | 219083,219288,221166,221317,221549,223426,223831,224227,224463,225331,225621,227571,228908,229694,230928, | 219224,219412,221240,221498,221670,223462,223978,224269,224606,225465,225714,227648,228964,229878,231082, | 0 | ENSORLG00000000009.1 | incmpl | cmpl | 0,2,0,2,1,1,1,1,2,0,0,1,2,1,0, |
586 | ENSORLT00000000014.1 | chr1 | - | 221569 | 231082 | 221569 | 231082 | 12 | 221569,223426,223831,225198,225248,225331,225621,227571,228908,229694,230548,230928, | 221670,223462,224036,225205,225275,225465,225714,227648,228964,229840,230574,231082, | 0 | ENSORLG00000000009.1 | incmpl | cmpl | 1,1,0,2,2,0,0,1,2,0,1,0, |
586 | ENSORLT00000000015.1 | chr1 | - | 241859 | 246352 | 241859 | 246352 | 10 | 241859,241996,242295,243694,243902,244089,245166,245439,245663,246181, | 241919,242218,242421,243826,244005,244178,245333,245581,245819,246352, | 0 | ENSORLG00000000013.1 | incmpl | incmpl | 0,0,0,0,2,0,1,0,0,0, |
586 | ENSORLT00000000017.1 | chr1 | - | 250532 | 251981 | 250532 | 251981 | 2 | 250532,251902, | 250603,251981, | 0 | ENSORLG00000000014.1 | incmpl | incmpl | 1,0, |
587 | ENSORLT00000000019.1 | chr1 | - | 279395 | 283183 | 279395 | 283183 | 6 | 279395,280907,281224,282038,282403,282992, | 279480,281078,281401,282212,282577,283183, | 0 | ENSORLG00000000016.1 | incmpl | incmpl | 2,2,2,2,2,0, |
587 | ENSORLT00000000020.1 | chr1 | - | 285791 | 286346 | 285793 | 286312 | 2 | 285791,286178, | 285890,286346, | 0 | ENSORLG00000000018.1 | incmpl | cmpl | 2,0, |
587 | ENSORLT00000000023.1 | chr1 | - | 297266 | 297641 | 297266 | 297641 | 1 | 297266, | 297641, | 0 | ENSORLG00000000019.1 | cmpl | cmpl | 0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|