Skip to content

imbforge/liftover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liftover

A tool to convert genome coordinates and genome annotation files between assemblies. Underneath, it uses the fantastic rtracklayer package from Bioconductor, and the chain files supplied by UCSC.

Current limitations

  • it assumes a UCSC genome. Even if you install new chains based on Ensembl, there's hardcoded a seqlevelsStyle(x) <- "UCSC" somewhere in the code.
  • poor handling of overlapping ranges. Formats like BigWig don't allow overlapping ranges. We're simply skipping them, which is really very poor handling. Be careful with that!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages