Rhisat2
R Wrapper for HISAT2 Aligner
Bioconductor version: 3.23 · Package version: 1.28.1
An R interface to the HISAT2 spliced short-read aligner by Kim et al. (2015). The package contains wrapper functions to create a genome index and to perform the read alignment to the generated index.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rhisat2") Details
| Maintainer | Charlotte Soneson <charlottesoneson@gmail.com> |
| Author | Charlotte Soneson [aut, cre] (ORCID: <https://orcid.org/0000-0003-3833-2169>) |
| License | GPL-3 |
| URL | https://github.com/fmicompbio/Rhisat2 |
| Bug Reports | https://github.com/fmicompbio/Rhisat2/issues |
| System Requirements | GNU make |
| Downloads rank | 358 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, Sequencing, Software, SplicedAlignment |