field | example | SQL type | description |
bin | 753 | smallint unsigned | Indexing field to speed chromosome range queries. |
chrom | chr11 | varchar(255) | Reference sequence chromosome or scaffold |
chromStart | 22132846 | int unsigned | Start position in chromosome |
chromEnd | 22133430 | int unsigned | End position in chromosome |
name | AA908029 | varchar(255) | Accession of EST |
intronOrientation | 0 | smallint | Orientation of introns with respect to EST |
sizePolyA | 0 | smallint | Number of trailing A's |
revSizePolyA | 6 | smallint | Number of trailing A's on reverse strand |
signalPos | 0 | smallint | Position of start of polyA signal relative to end of EST or 0 if no signal |
revSignalPos | 0 | smallint | PolyA signal position on reverse strand if any |