Schema for xenoMrna
  Database: ce6    Primary Table: xenoMrna    Row Count: 1,048,522   Data last updated: 2020-08-20
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 490int(10) unsigned Number of bases that match that aren't repeats
misMatches 146int(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 6int(10) unsigned Number of inserts in target
tBaseInsert 5223int(10) unsigned Number of bases inserted in target
strand +-char(2) + or - for strand. First character query, second target (optional)
qName EU726784varchar(255) Query sequence name
qSize 710int(10) unsigned Query sequence size
qStart 73int(10) unsigned Alignment start position in query
qEnd 709int(10) unsigned Alignment end position in query
tName chrIvarchar(255) Target sequence name
tSize 15072421int(10) unsigned Target sequence size
tStart 4274int(10) unsigned Alignment start position in target
tEnd 10133int(10) unsigned Alignment end position in target
blockCount 7int(10) unsigned Number of blocks in alignment
blockSizes 39,117,3,288,3,102,84,longblob Size of each block
qStarts 73,112,229,232,520,523,625,longblob Start of each block in query.
tStarts 15062288,15062575,15062699,...longblob Start of each block in target.

Connected Tables and Joining Fields
        ce6.all_est.qName (via xenoMrna.qName)
      ce6.all_mrna.qName (via xenoMrna.qName)
      ce6.refGene.name (via xenoMrna.qName)
      ce6.refSeqAli.qName (via xenoMrna.qName)
      ce6.xenoRefFlat.name (via xenoMrna.qName)
      ce6.xenoRefGene.name (via xenoMrna.qName)
      ce6.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
585490146000065223+-EU72678471073709chrI15072421427410133739,117,3,288,3,102,84,73,112,229,232,520,523,625,15062288,15062575,15062699,15066094,15067029,15067125,15068063,
5851308600151148+-CR7143528259276chrI1507242160396303284,132,9,144,15066118,15066250,
5852851530021832375++JP545034911185806chrX1771885459886606993126,216,96,185,458,710,59886,60299,60603,
7358800002256500+-AK192597263103169chrI1507242142119298685333,9,24,103,136,145,14773736,14801404,15030278,
5858142000000++EZ91813822869192chrI1507242152288524111123,69,52288,
58527315600446242748++AB45128813532791170chrI1507242174622777995114,54,135,42,84,279,795,888,1035,1086,74622,76020,76949,77105,77715,
58527315600446242748++AB45142013502791170chrI1507242174622777995114,54,135,42,84,279,795,888,1035,1086,74622,76020,76949,77105,77715,
58527315600446242748++AB52757213672881179chrI1507242174622777995114,54,135,42,84,288,804,897,1044,1095,74622,76020,76949,77105,77715,
58527315600446242748++AK29769414432551146chrI1507242174622777995114,54,135,42,84,255,771,864,1011,1062,74622,76020,76949,77105,77715,
58527315600446242748++AK31266915584841375chrI1507242174622777995114,54,135,42,84,484,1000,1093,1240,1291,74622,76020,76949,77105,77715,

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