Entering edit mode
14.2 years ago
Perry
▴
290
I want to draw chromosome ideogams with chromosome location data. I'm using the quantsmooth library in R, as described in this BioStar question. The quantsmooth plots are for hg18, but my data are for hg19. Is there an easy way to convert my hg19 chromosome positions to hg18 positions?
I'm looking for an existing map (hg19 chr 1, base 25 -> hg18 chr 1, base 20), or a conversion formula.
This post describes various tools for coordinate conversions: Converting Genome Coordinates From One Genome Version To Another (Ucsc Liftover, Ncbi Remap, Ensembl Api)