Question

Does anyone know if it is possible to convert SNP coordinates from Hapmap database to the new reference genome GRCh38. UCSC doesn't have the liftover yet ready. Any suggestions?

Was it helpful?

Solution

As was linked in the BioStars answer, NCBI offers a remapping tool that will translate positions from one reference genome to another. UCSC also offers a similar tool, LiftOver, which has a downloadable version as well.

However, as I discovered years ago, these tools do not always succeed in remapping your coordinates, and sometimes produce incorrect results. You should take all output from these tools with a grain of salt. Bottom line, you should only assume your original coordinates are the correct ones, and try to work with the corresponding reference genome build.

OTHER TIPS

The UCSC liftover tool as mentioned above can work most of the time https://genome.ucsc.edu/cgi-bin/hgLiftOver

However, there might be repetitive pieces which may make the liftover tool confused.

An alternative way is to map the sequences (fasta/fastq) onto the new hg38 genome using bowtie to get coordinates.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top