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.
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.