This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is there a NCBI eutils or something else to liftover or remap GRCh37.p13 coordinates to GRCh38 to be called from java?

Hi to all,

As far as I know dbSNP does not allow searches for older assembly coordinates.

Therefore I need to convert GRCh37.p13 coordinates to GRCh38 coordinates before I call NCBI eutils esearch from my java code.

My question is as follows:

Is there a NCBI eutils or something else to liftover or remap GRCh37.p13 coordinates to GRCh38 to be called from java code?

Thanks in advance,

Burçak

java remap liftover eutils

Thank you Pierre.

Meanwhile I have used NCBI remap.

But I will try your suggestions too.

Maybe then I may have further questions.

Burçak

1 answer

The htsjdk contains a java port of UCSC/ LiftOver : http://picard.sourceforge.net/javadoc/htsjdk/htsjdk/samtools/liftover/LiftOver.html

you could use the UCSC chain files and map your SNP back to GRCh38 http://hgdownload.cse.ucsc.edu/goldenPath/hg38/liftOver/

Log in to answer this question.