Package: edlibR 1.0.3
edlibR: R Integration for Edlib, the C/C++ Library for Exact Pairwise Sequence Alignment using Edit (Levenshtein) Distance
Bindings to edlib, a lightweight performant C/C++ library for exact pairwise sequence alignment using edit distance (Levenshtein distance). The algorithm computes the optimal alignment path, but also can be used to find only the start and/or end of the alignment path for convenience. Edlib was designed to be ultrafast and require little memory, with the capability to handle very large sequences. Three alignment methods are supported: global (Needleman-Wunsch), infix (Hybrid Wunsch), and prefix (Semi-Hybrid Wunsch). The original C/C++ library is described in "Edlib: a C/C++ library for fast, exact sequence alignment using edit distance", M. Šošić, M. Šikić, <doi:10.1093/bioinformatics/btw753>.
Authors:
edlibR_1.0.3.tar.gz
edlibR_1.0.3.zip(r-4.7)edlibR_1.0.3.zip(r-4.6)edlibR_1.0.3.zip(r-4.5)
edlibR_1.0.3.tgz(r-4.6-x86_64)edlibR_1.0.3.tgz(r-4.6-arm64)edlibR_1.0.3.tgz(r-4.5-x86_64)edlibR_1.0.3.tgz(r-4.5-arm64)
edlibR_1.0.3.tar.gz(r-4.7-arm64)edlibR_1.0.3.tar.gz(r-4.7-x86_64)edlibR_1.0.3.tar.gz(r-4.6-arm64)edlibR_1.0.3.tar.gz(r-4.6-x86_64)
edlibR_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
edlibR/json (API)
| # Install 'edlibR' in R: |
| install.packages('edlibR', repos = c('https://evanbiederstedt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/evanbiederstedt/edlibr/issues
Last updated from:dac967fdb2. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 136 | ||
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 186 | ||
| linux-release-arm64 | OK | 153 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-release-x86_64 | OK | 165 | ||
| macos-oldrel-arm64 | OK | 77 | ||
| macos-oldrel-x86_64 | OK | 187 | ||
| windows-devel | OK | 109 | ||
| windows-release | OK | 98 | ||
| windows-oldrel | OK | 138 | ||
| wasm-release | OK | 112 |
Exports:aligngetNiceAlignmentnice_print
Dependencies:cligluelifecyclemagrittrRcpprlangstringistringrvctrs
