Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronwolen/liftover

Convenient conversions between genome assemblies
https://github.com/aaronwolen/liftover

Last synced: about 1 month ago
JSON representation

Convenient conversions between genome assemblies

Awesome Lists containing this project

README

        

liftover
========

The liftover package makes it easy to remap genomic coordinates to a different genome assembly.

**Installation:**

```r
source("http://www.bioconductor.org/biocLite.R")
biocLite(c("IRanges", "GenomicRanges", "rtracklayer"))

install.packages("devtools")
devtools::install_github("aaronwolen/liftover")
```