Entering edit mode
6.0 years ago
DanielC
▴
170
Dear Friends,
I have a specific region on a chromosome on grch38 for which I want the corresponding coordinates in grch37. I know how to do it using liftover but, trying to do it using Ensembl Perl API. Anyone who has done it before? Can you please share?
Thanks
DK
I believe you need the
transform()
andtransfer()
methods, see the Ensembl Core API Tutorial.There is also a Web interface for simpler / smaller tasks: https://www.ensembl.org/Homo_sapiens/Tools/AssemblyConverter?db=core
Thanks, I am looking for standalone method. Sp API is a good approach. I already have gone through the tutorial, just wondering if there is any example describing this?
I am using Ensembl Perl API but when performing this step, I get this error:
Any idea how to resolve this issue? thanks
Ok, I resolved this issue, but one question remains:
When using transform() and transfer(), how do we know if we are transferring coordinates from grch38 to grch37? In the tutorial there is no mention of such conversion. Any comments?
Thanks