Schema for netXenTro10
  Database: hg38    Primary Table: netXenTro10    Row Count: 664,649   Data last updated: 2021-02-23
Format description: Database representation of a net of alignments.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
level 1int(10) unsigned Level of alignment
tName chr1varchar(255) Target chromosome
tStart 12598int(10) unsigned Start on target
tEnd 24919int(10) unsigned End on target
strand -char(1) Orientation of query. + or -
qName chr3varchar(255) Query chromosome
qStart 10181135int(10) unsigned Start on query
qEnd 10208759int(10) unsigned End on query
chainId 157307int(10) unsigned Associated chain Id with alignment details
ali 1772int(10) unsigned Bases in gap-free alignments
score 53244double 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 1738int(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 0int(11) Unsequenced bases on query. -1 for undefined
tR 1831int(11) RepeatMasker bases on target. -1 for undefined
qR 11505int(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 173int(11) Bases of tandem repeats on target. -1 for undefined
qTrf 9864int(11) Bases of tandem repeats on query. -1 for undefined

Connected Tables and Joining Fields
        hg38.chainXenTro10.id (via netXenTro10.chainId)
      hg38.chainXenTro10Link.chainId (via netXenTro10.chainId)

Sample Rows
 
binleveltNametStarttEndstrandqNameqStartqEndchainIdaliscoreqOverqFarqDuptypetNqNtRqRtNewRqNewRtOldRqOldRtTrfqTrf
5851chr11259824919-chr31018113510208759157307177253244-1-11738top00183111505-1-1-1-11739864
5852chr11274214621-chr31020506110208589000-1-1-1gap0001217-1-1-1-100
5852chr11484214966-chr31019954110204818000-1-1-1gap0003574-1-1-1-102826
5852chr11506015788-chr31019757110199447000-1-1-1gap009118-1-1-1-10981
5852chr11596016822-chr31019592110197398000-1-1-1gap0032759-1-1-1-100
5852chr11705717087-chr31019568010195680000-1-1-1gap0000-1-1-1-100
5852chr11716217230-chr31019561310195613000-1-1-1gap0000-1-1-1-100
5852chr11774517908-chr31018633010195040000-1-1-1gap0002976-1-1-1-103827
5852chr11806324735-chr31018131910186175000-1-1-1gap0016562921-1-1-1-11732218
5853chr11928121914-chr8144191488144197345285782768111132-1-15857nonSyn00583116-1-1-1-11734308

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