Package: ssw 0.2.1
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' and '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' and 'C++' implementation.
Authors:
ssw_0.2.1.tar.gz
ssw_0.2.1.zip(r-4.5)ssw_0.2.1.zip(r-4.4)ssw_0.2.1.zip(r-4.3)
ssw_0.2.1.tgz(r-4.4-any)ssw_0.2.1.tgz(r-4.3-any)
ssw_0.2.1.tar.gz(r-4.5-noble)ssw_0.2.1.tar.gz(r-4.4-noble)
ssw_0.2.1.tgz(r-4.4-emscripten)ssw_0.2.1.tgz(r-4.3-emscripten)
ssw.pdf |ssw.html✨
ssw/json (API)
NEWS
# Install 'ssw' in R: |
install.packages('ssw', repos = c('https://nanxstats.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nanxstats/ssw-r/issues
bioinformaticsreticulatesequence-alignmentsimdsmith-waterman
Last updated 2 months agofrom:9b36eb0fcb. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:alignforce_alignformatterinstall_ssw_pyis_installed_ssw_pyssw_py
Dependencies:herejsonlitelatticeMatrixpngrappdirsRcppRcppTOMLreticulaterlangrprojrootwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Perform Smith-Waterman alignment of a read against a reference sequence | align |
Perform forced alignment with increased gap open penalty | force_align |
Format and pretty-print SSW forced alignment results without truncation | formatter |
Install ssw-py and its dependencies | install_ssw_py |
Is ssw-py installed? | is_installed_ssw_py |
Print SSW alignment results | print.ssw |
Global reference to ssw-py | ssw_py |