Schema for all_est
  Database: xenLae2    Primary Table: all_est    Row Count: 723,751   Data last updated: 2018-10-02
Format description: Summary info about a patSpace alignment
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 709smallint(5) unsigned Indexing field to speed chromosome range queries.
matches 1071int(10) unsigned Number of bases that match that aren't repeats
misMatches 17int(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 11int(10) unsigned Number of bases inserted in query
tNumInsert 2int(10) unsigned Number of inserts in target
tBaseInsert 303int(10) unsigned Number of bases inserted in target
strand -char(2) + or - for strand. First character query, second target (optional)
qName AB047065varchar(255) Query sequence name
qSize 1099int(10) unsigned Query sequence size
qStart 0int(10) unsigned Alignment start position in query
qEnd 1099int(10) unsigned Alignment end position in query
tName chr1Lvarchar(255) Target sequence name
tSize 219802468int(10) unsigned Target sequence size
tStart 16311076int(10) unsigned Alignment start position in target
tEnd 16312467int(10) unsigned Alignment end position in target
blockCount 4int(10) unsigned Number of blocks in alignment
blockSizes 127,96,473,392,longblob Size of each block
qStarts 0,138,234,707,longblob Start of each block in query.
tStarts 16311076,16311203,16311300,...longblob Start of each block in target.

Connected Tables and Joining Fields
        hgFixed.gbCdnaInfo.acc (via all_est.qName)
      hgFixed.gbMiscDiff.acc (via all_est.qName)
      hgFixed.gbSeq.acc (via all_est.qName)
      hgFixed.gbWarn.acc (via all_est.qName)
      hgFixed.imageClone.acc (via all_est.qName)
      xenLae2.all_mrna.qName (via all_est.qName)
      xenLae2.estOrientInfo.name (via all_est.qName)
      xenLae2.intronEst.qName (via all_est.qName)
      xenLae2.refGene.name (via all_est.qName)
      xenLae2.refSeqAli.qName (via all_est.qName)
      xenLae2.xenoRefGene.name (via all_est.qName)
      xenLae2.xenoRefSeqAli.qName (via all_est.qName)

Sample Rows
 
binmatchesmisMatchesrepMatchesnCountqNumInsertqBaseInserttNumInserttBaseInsertstrandqNameqSizeqStartqEndtNametSizetStarttEndblockCountblockSizesqStartstStarts
709107117001112303-AB047065109901099chr1L21980246816311076163124674127,96,473,392,0,138,234,707,16311076,16311203,16311300,16312075,
11941210000000+AB0923841210121chr1L21980246879881359798814801121,0,79881359,
13761450000000-AB0923551650145chr1L2198024681038077941038079391145,20,103807794,
15681190000000+AB0923831300119chr1L2198024681288466071288467261119,0,128846607,
15691000000000-AB0923601000100chr1L2198024681290004611290005611100,0,129000461,
17388800000194-AB09238288088chr1L21980246815116557015116575228,80,0,8,151165570,151165672,
17511150000000-AB0923871310115chr1L2198024681528472531528473681115,16,152847253,
1821295100001136-AB0923562960296chr1L2198024681620528191620532512172,124,0,172,162052819,162053127,
10051500000011934+AB0924031500150chr1S1799469655509678855098872222,128,0,22,55096788,55098744,
12821520000000-AB0923851680152chr1S17994696591446671914468231152,16,91446671,

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