Schema for Primate RBest Chain/Net - Primate Reciprocal Best Chain and Net Alignments
  Database: hg38    Primary Table: netRBestCalJac3    Row Count: 2,206,413   Data last updated: 2017-10-27
Format description: Database representation of a net of alignments.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 73smallint(5) unsigned Indexing field to speed chromosome range queries.
level 1int(10) unsigned Level of alignment
tName chr1varchar(255) Target chromosome
tStart 15273int(10) unsigned Start on target
tEnd 207016int(10) unsigned End on target
strand -char(1) Orientation of query. + or -
qName chr9varchar(255) Query chromosome
qStart 11734591int(10) unsigned Start on query
qEnd 11778476int(10) unsigned End on query
chainId 1124int(10) unsigned Associated chain Id with alignment details
ali 15618int(10) unsigned Bases in gap-free alignments
score 1082170double Score - a number proportional to 100x matching bases
qOver -1int(11) Overlap with parent gap on query side. -1 for undefined
qFar -1int(11) Distance from parent gap on query side. -1 for undefined
qDup 22770int(11) Bases with two or more copies in query. -1 for undefined
type topvarchar(255) Syntenic type: gap/top/syn/nonsyn/inv
tN 0int(11) Unsequenced bases on target. -1 for undefined
qN 3142int(11) Unsequenced bases on query. -1 for undefined
tR 88510int(11) RepeatMasker bases on target. -1 for undefined
qR 9401int(11) RepeatMasker bases on query. -1 for undefined
tNewR -1int(11) Lineage specific repeats on target. -1 for undefined
qNewR -1int(11) Lineage specific repeats on query. -1 for undefined
tOldR -1int(11) Bases of ancient repeats on target. -1 for undefined
qOldR -1int(11) Bases of ancient repeats on query. -1 for undefined
tTrf 6437int(11) Bases of tandem repeats on target. -1 for undefined
qTrf 321int(11) Bases of tandem repeats on query. -1 for undefined

Connected Tables and Joining Fields
        hg38.chainRBestCalJac3.id (via netRBestCalJac3.chainId)
      hg38.chainRBestCalJac3Link.chainId (via netRBestCalJac3.chainId)

Sample Rows
 
binleveltNametStarttEndstrandqNameqStartqEndchainIdaliscoreqOverqFarqDuptypetNqNtRqRtNewRqNewRtOldRqOldRtTrfqTrf
731chr115273207016-chr911734591117784761124156181082170-1-122770top03142885109401-1-1-1-16437321
5852chr11527416100-chr91177764711778475000-1-1-1gap0013383-1-1-1-100
5852chr11610518231-chr91177550111777639000-1-1-1gap00320-1-1-1-100
5852chr11823220242-chr91177357111775500000-1-1-1gap00413229-1-1-1-11380
5852chr12024321033-chr91177078011773570000-1-1-1gap003111088-1-1-1-1350
5852chr12103421762-chr91177003011770779000-1-1-1gap0000-1-1-1-100
5852chr12176322182-chr91176962011770029000-1-1-1gap00127118-1-1-1-100
5852chr12218322521-chr91176928611769619000-1-1-1gap000114-1-1-1-100
5852chr12252222556-chr91176924111769285000-1-1-1gap0000-1-1-1-100
5852chr12255723049-chr91176874911769240000-1-1-1gap0000-1-1-1-100

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