Schema for omimLocation
  Database: hg18    Primary Table: omimLocation    Row Count: 1,167   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 124300000int(10) unsigned range End position in chromosome
name 605606varchar(255) values Name of item

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

Sample Rows
 
binchromchromStartchromEndname
0chr10124300000605606
1chr1027800000610320
1chr1027800000612596
1chr1027800000605225
1chr1046500000608995
1chr1027800000619343
1chr1027800000607872
1chr1020300000115665
1chr1027800000155600
9chr102300000618815

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