Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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://git@git.bioconductor.org/packages/isomiRs")

devtools development version

install.packages("devtools")
devtools::install_github("lpantano/isomiRs")
You can’t perform that action at this time.