Rbwa
R wrapper for BWA-backtrack and BWA-MEM aligners
Bioconductor version: 3.23 · Package version: 1.16.0
Provides an R wrapper for BWA alignment algorithms. Both BWA-backtrack and BWA-MEM are available. Convenience function to build a BWA index from a reference genome is also provided. Currently not supported for Windows machines.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Rbwa") Details
| Maintainer | Jean-Philippe Fortin <fortin946@gmail.com> |
| Author | Jean-Philippe Fortin [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/Jfortin1/Rbwa |
| Bug Reports | https://github.com/crisprVerse/Rbwa/issues |
| System Requirements | GNU make |
| Downloads rank | 175 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, Sequencing, Software |