Schema for omimLocation
  Database: hg38    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 123400000int(10) unsigned range End position in chromosome
name 605606varchar(255) values Name of item

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

Sample Rows
 
binchromchromStartchromEndname
0chr10123400000605606
1chr1027600000610320
1chr1027600000612596
1chr1027600000605225
1chr1046300000608995
1chr1027600000619343
1chr1027600000607872
1chr1020100000115665
1chr1027600000155600
9chr102300000618815

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