This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Webservice For Translation Of Genomic Positions Between Builds?

Is there a web service for translating a genomic position from one reference build to another?

For instance:

I have an arbitrary position chr1:1234567 in hg18 and I want to know what the equivalent position is in hg19 (GRCh37).

I want to do this without running my own alignment in order to save time/complexity so I figured maybe there was somebody out there running a service that could handle this.

alignment software mapping genome

2 answers

It's not a so-called 'web-service' but did you try liftOver?

This is interesting, and it's supplied directly by UCSC. It's not immediately apparent how to incorporate this into my app so I'll have to experiment with it more. Thanks for the link, though.

Two web sources I know of:

  1. Galaxy has liftOver
  2. Ensembl has Assembly converter

EDIT:

The ensembl url also has a link to the perl API, which could be integrated into soaplab if you wanted a web 'service' rather than a web site.

I think that ensembl API is going to be what I need. Thanks for the answer.

Log in to answer this question.