Schema for xenoMrna
  Database: apiMel2    Primary Table: xenoMrna    Row Count: 3,315,166   Data last updated: 2020-08-17
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 72int(10) unsigned Number of bases that match that aren't repeats
misMatches 21int(10) unsigned Number of bases that don't match
repMatches 0int(10) unsigned Number of bases that match but are part of repeats
nCount 0int(10) unsigned Number of 'N' bases
qNumInsert 0int(10) unsigned Number of inserts in query
qBaseInsert 0int(10) unsigned Number of bases inserted in query
tNumInsert 0int(10) unsigned Number of inserts in target
tBaseInsert 0int(10) unsigned Number of bases inserted in target
strand ++char(2) + or - for strand. First character query, second target (optional)
qName AY071526varchar(255) Query sequence name
qSize 2019int(10) unsigned Query sequence size
qStart 1124int(10) unsigned Alignment start position in query
qEnd 1217int(10) unsigned Alignment end position in query
tName Group1varchar(255) Target sequence name
tSize 25433307int(10) unsigned Target sequence size
tStart 109int(10) unsigned Alignment start position in target
tEnd 202int(10) unsigned Alignment end position in target
blockCount 1int(10) unsigned Number of blocks in alignment
blockSizes 93,longblob Size of each block
qStarts 1124,longblob Start of each block in query.
tStarts 109,longblob Start of each block in target.

Connected Tables and Joining Fields
        apiMel2.all_est.qName (via xenoMrna.qName)
      apiMel2.all_mrna.qName (via xenoMrna.qName)
      apiMel2.xenoRefGene.name (via xenoMrna.qName)
      apiMel2.xenoRefSeqAli.qName (via xenoMrna.qName)
      hgFixed.gbCdnaInfo.acc (via xenoMrna.qName)
      hgFixed.gbMiscDiff.acc (via xenoMrna.qName)
      hgFixed.gbSeq.acc (via xenoMrna.qName)
      hgFixed.gbWarn.acc (via xenoMrna.qName)
      hgFixed.imageClone.acc (via xenoMrna.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
5857221000000++AY071526201911241217Group125433307109202193,1124,109,
5857221000000++BT001820192410281121Group125433307109202193,1028,109,
5857320000000++DQ311394237311021195Group125433307109202193,1102,109,
5857719000000++EU210149492350446Group125433307109205196,350,109,
216725887000000+-MM894354624186531GroupUn3211438112074523992074527441345,186,113691067,
2167228117000000+-MM894355624186531GroupUn3211438112074523992074527441345,186,113691067,
5856030000000++BC14965611429881078Group125433307112202190,988,112,
5856129000000++AK005874931787877Group125433307112202190,787,112,
66664520200116752291++KX80402217787571771Group5133120701066793210671070657,106,177,231,121,155,757,981,1087,1264,1495,1616,10667932,10668880,10669059,10669316,10670709,10670915,
66664320400116752291++KX80599417066851699Group5133120701066793210671070657,106,177,231,121,155,685,909,1015,1192,1423,1544,10667932,10668880,10669059,10669316,10670709,10670915,

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