ssw: Striped Smith-Waterman Algorithm for Sequence Alignment using SIMD

Provides an R interface for 'SSW' (Striped Smith-Waterman) via its 'Python' binding 'ssw-py'. 'SSW' is a fast C/C++ implementation of the Smith-Waterman algorithm for pairwise sequence alignment using Single-Instruction-Multiple-Data (SIMD) instructions. 'SSW' enhances the standard algorithm by efficiently returning alignment information and suboptimal alignment scores. The core 'SSW' library offers performance improvements for various bioinformatics tasks, including protein database searches, short-read alignments, primary and split-read mapping, structural variant detection, and read-overlap graph generation. These features make 'SSW' particularly useful for genomic applications. Zhao et al. (2013) <doi:10.1371/journal.pone.0082138> developed the original C/C++ implementation.

Version: 0.2.0
Depends: R (≥ 4.1.0)
Imports: reticulate
Suggests: knitr, rmarkdown
Published: 2024-09-05
DOI: 10.32614/CRAN.package.ssw
Author: Nan Xiao ORCID iD [aut, cre, cph]
Maintainer: Nan Xiao <me at nanx.me>
BugReports: https://github.com/nanxstats/ssw-r/issues
License: MIT + file LICENSE
URL: https://nanx.me/ssw-r/, https://github.com/nanxstats/ssw-r
NeedsCompilation: no
SystemRequirements: Python (>= 3.6.0), ssw-py (>= 1.0.0). Detailed installation instructions can be found in the README file.
Citation: ssw citation info
Materials: README NEWS
CRAN checks: ssw results

Documentation:

Reference manual: ssw.pdf
Vignettes: Getting started with ssw-r: Sequence alignment examples (source, R code)

Downloads:

Package source: ssw_0.2.0.tar.gz
Windows binaries: r-devel: ssw_0.2.0.zip, r-release: ssw_0.2.0.zip, r-oldrel: ssw_0.2.0.zip
macOS binaries: r-release (arm64): ssw_0.2.0.tgz, r-oldrel (arm64): not available, r-release (x86_64): ssw_0.2.0.tgz, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ssw to link to this page.