Skip to content

lpantano/isomiRs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomiRs

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://[email protected]/packages/isomiRs")

devtools development version

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