Schema for all_mrna
  Database: droYak2    Primary Table: all_mrna    Row Count: 901   Data last updated: 2019-06-29
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 586smallint(5) unsigned range Indexing field to speed chromosome range queries.
matches 299int(10) unsigned range Number of bases that match that aren't repeats
misMatches 4int(10) unsigned range Number of bases that don't match
repMatches 0int(10) unsigned range Number of bases that match but are part of repeats
nCount 0int(10) unsigned range Number of 'N' bases
qNumInsert 0int(10) unsigned range Number of inserts in query
qBaseInsert 0int(10) unsigned range Number of bases inserted in query
tNumInsert 1int(10) unsigned range Number of inserts in target
tBaseInsert 73int(10) unsigned range Number of bases inserted in target
strand +char(2) values + or - for strand. First character query, second target (optional)
qName AY232141varchar(255) values Query sequence name
qSize 303int(10) unsigned range Query sequence size
qStart 0int(10) unsigned range Alignment start position in query
qEnd 303int(10) unsigned range Alignment end position in query
tName chr2Lvarchar(255) values Target sequence name
tSize 22324452int(10) unsigned range Target sequence size
tStart 144946int(10) unsigned range Alignment start position in target
tEnd 145322int(10) unsigned range Alignment end position in target
blockCount 2int(10) unsigned range Number of blocks in alignment
blockSizes 213,90,longblob   Size of each block
qStarts 0,213,longblob   Start of each block in query.
tStarts 144946,145232,longblob   Start of each block in target.

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

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
58629940000173+AY2321413030303chr2L223244521449461453222213,90,0,213,144946,145232,
588333300001148+AY2317913360336chr2L22324452404413404897272,264,0,72,404413,404633,
597469500001522-AY2320414740474chr2L22324452158649215874882380,94,0,380,1586492,1587394,
6014479000000-AY2321224560456chr2L22324452222621222266681456,0,2226212,
6024479000000-AY2321224560456chr2L22324452223271522331711456,0,2232715,
602604500002129-AY2320296090609chr2L22324452235559123563293109,292,208,0,109,401,2355591,2355757,2356121,
6031563000003126+AJ868232156301563chr2L2232445223659112367600445,923,207,388,0,45,968,1175,2365911,2365971,2366949,2367212,
6041114110000162-AF532007112501125chr2L223244522562463256365021116,9,0,1116,2562463,2563641,
604421500003192-AY2321964260426chr2L2232445225668232567441468,85,178,95,0,68,153,331,2566823,2566948,2567105,2567346,
605342011400022389+AY2318584560456chr2L22324452274894827517933246,163,47,0,246,409,2748948,2751514,2751746,

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