RbowtieCuda package: an R wrapper for nvBowtie, a fork version of the NVBIO library.
The RbowtieCuda
package provides an R interface to nvBowtie1, a CUDA-based adaptation of the popular Bowtie2 short-read aligner, originally developed by Jacopo Pantaleoni and collaborators. This package allows users to build genome indexes and create alignment files in .sam or .bam formats, leveraging the computational power of modern NVIDIA GPUs for significantly faster processing speeds. nvBowtie is part of the NVBIO
library, and the package also includes an experimental implementation of the Wavefront Alignment (WFA)
method 2.
Source Package Information
The RbowtieCuda
is built on a modified version of the nvBIO v1.1.50 source code, which can be accessed at https://github.com/NVlabs/nvbio.