Schema for omimLocation
  Database: hg19    Primary Table: omimLocation    Row Count: 1,164   Data last updated: 2025-04-30
Format description: Browser extensible data
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 0smallint(5) unsigned range Indexing field to speed chromosome range queries.
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
chromStart 0int(10) unsigned range Start position in chromosome
chromEnd 125000000int(10) unsigned range End position in chromosome
name 605606varchar(255) values Name of item

Connected Tables and Joining Fields
        hg19.omimGeneMap.omimId (via omimLocation.name)
      hg19.omimGeneMap2.omimId (via omimLocation.name)

Sample Rows
 
binchromchromStartchromEndname
0chr10125000000605606
1chr1028000000610320
1chr1028000000612596
1chr1028000000605225
1chr1046800000608995
1chr1028000000619343
1chr1028000000607872
1chr1020400000115665
1chr1028000000155600
9chr102300000618815

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