This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Convert Soft Liftover Usage

I have a problem with liftOver. I have 300,000 snps to convert from hg18 to hg19,so I use liftOver. I download it in my own computer and run it.I also download the chain which is hg18 to hg19. I found that it can handle most of snps, but will fail about 10,000 snps. I search the failed snps in NCBI, and found they are actually in NCBI, and have position of hg18 and hg19. How can I do do convert the remainder snps? I want to handle them in batches.

liftover conversion

1 answer

If the failed SNPs all have rs IDS, you should be able to retrieve their current position from Ensembl using either BioMart or the Perl API, provided Ensembl has been able to map them to GRCh37 (a.k.a. hg19).

Thanks. I am new, so I have not used BioMart and Perl API yet. I will try. Any advise? I have no one to teach me around, so I have to learn them all by myself.

Log in to answer this question.