Schema for mrnaOrientInfo
  Database: bosTau3    Primary Table: mrnaOrientInfo    Row Count: 36,469   Data last updated: 2020-08-21
Format description: Extra information on ESTs - calculated by polyInfo program
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 587smallint(5) unsigned range Indexing field to speed chromosome range queries.
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
chromStart 327876int(10) unsigned range Start position in chromosome
chromEnd 339078int(10) unsigned range End position in chromosome
name BC103185varchar(255) values Accession of EST
intronOrientation 3smallint(6) range Orientation of introns with respect to EST
sizePolyA 68smallint(6) range Number of trailing A's
revSizePolyA 0smallint(6) range Number of trailing A's on reverse strand
signalPos 94smallint(6) range Position of start of polyA signal relative to end of EST or 0 if no signal
revSignalPos 0smallint(6) range PolyA signal position on reverse strand if any

Connected Tables and Joining Fields
        bosTau3.all_mrna.qName (via mrnaOrientInfo.name)
      bosTau3.mgcFullMrna.qName (via mrnaOrientInfo.name)
      bosTau3.mgcGenes.name (via mrnaOrientInfo.name)
      hgFixed.gbCdnaInfo.acc (via mrnaOrientInfo.name)
      hgFixed.gbSeq.acc (via mrnaOrientInfo.name)
      hgFixed.imageClone.acc (via mrnaOrientInfo.name)

Sample Rows
 
binchromchromStartchromEndnameintronOrientationsizePolyArevSizePolyAsignalPosrevSignalPos
587chr1327876339078BC1031853680940
587chr1327895339076BT030515300240
587chr1377375383871BC1128732112000
588chr1436007437027BC110185016000
588chr1439762455196BC1461343160410
588chr1460824468632BC1116621140360
590chr1725698733057M18753600230
590chr1725700733056BC102204616100
590chr1725722732895AB09908060000
590chr1731173733053AB098834-210023

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.