Hello,
I am using Ensemble REST API to retrieve genomic coordinates based on positions in CDNA transcripts. The retrieval works, but it is very slow since I am doing it for thousands and millions of positions.
Is there an easy way to speed it up? can i send multiple requests over the same REST command or URL connection?
I am using JAVA and following the example given in Ensemble REST API documentation.
Thanks, Yaron
Thanks for the reply.
So, is there another efficient way to convert cDNA positions to genomic coordinates?