Schema for xenoMrna
  Database: susScr3    Primary Table: xenoMrna    Row Count: 7,979,587   Data last updated: 2020-09-01
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 88int(10) unsigned Number of bases that match that aren't repeats
misMatches 8int(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 1int(10) unsigned Number of inserts in query
qBaseInsert 1int(10) unsigned Number of bases inserted in query
tNumInsert 1int(10) unsigned Number of inserts in target
tBaseInsert 2int(10) unsigned Number of bases inserted in target
strand +-char(2) + or - for strand. First character query, second target (optional)
qName JO336321varchar(255) Query sequence name
qSize 507int(10) unsigned Query sequence size
qStart 119int(10) unsigned Alignment start position in query
qEnd 216int(10) unsigned Alignment end position in query
tName GL892100-1varchar(255) Target sequence name
tSize 100int(10) unsigned Target sequence size
tStart 2int(10) unsigned Alignment start position in target
tEnd 100int(10) unsigned Alignment end position in target
blockCount 2int(10) unsigned Number of blocks in alignment
blockSizes 75,21,longblob Size of each block
qStarts 119,195,longblob Start of each block in query.
tStarts 0,77,longblob Start of each block in target.

Connected Tables and Joining Fields
        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)
      susScr3.all_est.qName (via xenoMrna.qName)
      susScr3.all_mrna.qName (via xenoMrna.qName)
      susScr3.refGene.name (via xenoMrna.qName)
      susScr3.refSeqAli.qName (via xenoMrna.qName)
      susScr3.xenoRefFlat.name (via xenoMrna.qName)
      susScr3.xenoRefGene.name (via xenoMrna.qName)
      susScr3.xenoRefSeqAli.qName (via xenoMrna.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
585888001112+-JO336321507119216GL892100-11002100275,21,119,195,0,77,
585888001112+-JO369186239617114GL892100-11002100275,21,17,93,0,77,
585888001112+-JO369187251017114GL892100-11002100275,21,17,93,0,77,
585888001112+-JO369188199217114GL892100-11002100275,21,17,93,0,77,
585888001112+-JO388430526143240GL892100-11002100275,21,143,219,0,77,
585888001112+-JO401226299879176GL892100-11002100275,21,79,155,0,77,
585888001112+-JO4267912986127224GL892100-11002100275,21,127,203,0,77,
585888001112+-JO600143424811981295GL892100-11002100275,21,1198,1274,0,77,
585888001112+-JO630510514187284GL892100-11002100275,21,187,263,0,77,
585909000000+-DQ5254102261636735GL892101-1101099199,636,2,

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