Menu
GeneBe

Liftover

Simple liftover tool for hg19 and hg38 genomes.

Genomes

Input formats

Positions in various formats, use any delimiter you like, you can omit chr:

chr6:160585140
6 160585140
chr6-160585140

Variants in any GeneBe supported format. Beware that SPDI format is 0-based!

chr6-160585140-T-G
chr6:160585140 T>G
NM_005577.4(LPA):c.4195A>C(p.Thr1399Pro)

Intervals:

chr6:160585140-160585144
chr6 160585140 160585144

Use one entry per line.

About liftover

Liftover is a tool that allows researchers to convert their genomic coordinates from one assembly to another.

The process of liftover involves mapping genomic coordinates from one assembly to another using a reference genome that is common to both assemblies. The reference genome provides a bridge between the two assemblies, allowing the tool to accurately map the genomic coordinates. This is achieved through the use of algorithms that take into account the differences in the genome assemblies, such as variations in the genome structure, insertions, deletions, and other genomic changes.

One of the most common use cases of liftover is when working with human genomes. The two most widely used human genome assemblies are hg19 and hg38 (also known as GRCh37 and GRCh38, respectively). These two assemblies differ in several ways, including the number of contigs, the length of the sequences, and the annotation of genes and other genomic features. As a result, researchers working with older data generated using hg19 may need to convert their data to the newer hg38 assembly to take advantage of the latest findings and knowledge.

The tool present on this page allows for easy conversion hg19 and hg38 coordinates.