Package: Rbowtie2 Type: Package Title: An R Wrapper for Bowtie2 and AdapterRemoval Version: 2.19.0 Date: 2021-10-5 Authors@R: c(person(given = "Zheng", family = "Wei", role = c("aut","cre"), email = "wzweizheng@qq.com"), person(given = "Wei", family = "Zhang", role = c("aut"), email = " weizhang0505@126.com")) Description: This package provides an R wrapper of the popular bowtie2 sequencing reads aligner and AdapterRemoval, a convenient tool for rapid adapter trimming, identification, and read merging. The package contains wrapper functions that allow for genome indexing and alignment to those indexes. The package also allows for the creation of .bam files via Rsamtools. License: GPL (>= 3) Depends: R (>= 4.1.0) Encoding: UTF-8 Suggests: knitr, testthat (>= 3.0.0), rmarkdown Imports: magrittr, Rsamtools SystemRequirements: C++11, GNU make, samtools Archs: x64 RoxygenNote: 7.1.1 biocViews: Sequencing, Alignment, Preprocessing VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: make libbz2-dev liblzma-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:46:19 UTC RemoteUrl: https://github.com/bioc/Rbowtie2 RemoteRef: HEAD RemoteSha: 8a7676d920fac4355704da398d80918064172273 NeedsCompilation: yes Packaged: 2026-06-23 15:52:36 UTC; root Author: Zheng Wei [aut, cre], Wei Zhang [aut] Maintainer: Zheng Wei