DOI Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build status coverage

Analyze isomiRs from seqbuster tool or any BAM file after using seqbuster miraligner

Installation

This is an R package.

Bioconductor stable version

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
install.packages("BiocManager")
BiocManager::install("isomiRs")

Bioconductor latest version

devtools::install_git("https://git@git.bioconductor.org/packages/isomiRs")

devtools development version

install.packages("devtools")
devtools::install_github("lpantano/isomiRs")