Schema for netHg38
  Database: mm10    Primary Table: netHg38    Row Count: 2,852,382   Data last updated: 2015-04-10
Format description: Database representation of a net of alignments.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 607smallint(5) unsigned Indexing field to speed chromosome range queries.
level 1int(10) unsigned Level of alignment
tName chr1varchar(255) Target chromosome
tStart 3007004int(10) unsigned Start on target
tEnd 3007338int(10) unsigned End on target
strand -char(1) Orientation of query. + or -
qName chr21varchar(255) Query chromosome
qStart 25235914int(10) unsigned Start on query
qEnd 25236381int(10) unsigned End on query
chainId 1135269int(10) unsigned Associated chain Id with alignment details
ali 327int(10) unsigned Bases in gap-free alignments
score 5305double 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 0int(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 254int(11) RepeatMasker bases on target. -1 for undefined
qR 467int(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 0int(11) Bases of tandem repeats on target. -1 for undefined
qTrf 0int(11) Bases of tandem repeats on query. -1 for undefined

Connected Tables and Joining Fields
        mm10.chainHg38.id (via netHg38.chainId)
      mm10.chainHg38Link.chainId (via netHg38.chainId)

Sample Rows
 
binleveltNametStarttEndstrandqNameqStartqEndchainIdaliscoreqOverqFarqDuptypetNqNtRqRtNewRqNewRtOldRqOldRtTrfqTrf
6071chr130070043007338-chr21252359142523638111352693275305-1-10top00254467-1-1-1-100
6071chr130073383008058-chr8556493885565008870648465418839-1-10top000490-1-1-1-100
6072chr130076093007642-chr85564982955649829000-1-1-1gap0000-1-1-1-100
6081chr130741483074332-chr8556225055562268922251341848462-1-10top0000-1-1-1-100
91chr130945547172812-chr8518175025561057918892138116099613-1-134553top0023887522022593-1-1-1-111497859188
6082chr130954443095476-chr85560960955609609000-1-1-1gap0000-1-1-1-1260
6082chr130956923095711-chr85560936255609394000-1-1-1gap0000-1-1-1-100
6082chr130958893097383-chr85560715655609154000-1-1-1gap009611660-1-1-1-112928
6082chr130974533100270-chr85560647655607084000-1-1-1gap0021670-1-1-1-11660
6082chr131015623101572-chr85560513155605131000-1-1-1gap0000-1-1-1-100

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