Bioc2026 Registration Open!

easylift

An R package to perform genomic liftover

Bioconductor version: 3.23 · Package version: 1.10.0

The easylift package provides a convenient tool for genomic liftover operations between different genome assemblies. It seamlessly works with Bioconductor's GRanges objects and chain files from the UCSC Genome Browser, allowing for straightforward handling of genomic ranges across various genome versions. One noteworthy feature of easylift is its integration with the BiocFileCache package. This integration automates the management and caching of chain files necessary for liftover operations. Users no longer need to manually specify chain file paths in their function calls, reducing the complexity of the liftover process.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("easylift")

Details

MaintainerAbdullah Al Nahid <abdnahid56@gmail.com>
AuthorAbdullah Al Nahid [aut, cre] (ORCID: <https://orcid.org/0000-0002-4390-0768>), Hervé Pagès [aut, rev], Michael Love [aut, rev] (ORCID: <https://orcid.org/0000-0001-8401-0545>)
LicenseMIT + file LICENSE
URLhttps://github.com/nahid18/easylift, https://nahid18.github.io/easylift
Bug Reportshttps://github.com/nahid18/easylift/issues
Downloads rank202
Source branchRELEASE_3_23
biocViewsCoverage, DataImport, GenomeAssembly, Sequencing, Software, WorkflowStep

Documentation

Download

Dependencies

Depends: R (>= 4.1.0), GenomicRanges, BiocFileCache

Imports: rtracklayer, GenomeInfoDb, R.utils, tools, methods

Suggests: testthat (>= 3.0.0), IRanges, knitr, BiocStyle, rmarkdown