Package: RPatternJoin 1.0.0

RPatternJoin: String Similarity Joins for Hamming and Levenshtein Distances

This project is a tool for words edit similarity joins (a.k.a. all-pairs similarity search) under small (< 3) edit distance constraints. It works for Levenshtein/Hamming distances and words from any alphabet. The software was originally developed for joining amino-acid/nucleotide sequences from Adaptive Immune Repertoires, where the number of words is relatively large (10^5-10^6) and the average length of words is relatively small (10-100).

Authors:Daniil Matveev [aut, cre], Martin Leitner-Ankerl [ctb, cph], Gene Harvey [ctb, cph]

RPatternJoin_1.0.0.tar.gz
RPatternJoin_1.0.0.zip(r-4.5)RPatternJoin_1.0.0.zip(r-4.4)RPatternJoin_1.0.0.zip(r-4.3)
RPatternJoin_1.0.0.tgz(r-4.5-x86_64)RPatternJoin_1.0.0.tgz(r-4.5-arm64)RPatternJoin_1.0.0.tgz(r-4.4-x86_64)RPatternJoin_1.0.0.tgz(r-4.4-arm64)RPatternJoin_1.0.0.tgz(r-4.3-x86_64)RPatternJoin_1.0.0.tgz(r-4.3-arm64)
RPatternJoin_1.0.0.tar.gz(r-4.5-noble)RPatternJoin_1.0.0.tar.gz(r-4.4-noble)
RPatternJoin_1.0.0.tgz(r-4.4-emscripten)RPatternJoin_1.0.0.tgz(r-4.3-emscripten)
RPatternJoin.pdf |RPatternJoin.html
RPatternJoin/json (API)
NEWS

# Install 'RPatternJoin' in R:
install.packages('RPatternJoin', repos = c('https://matveevdaniil.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/matveevdaniil/rpatternjoin/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

2.78 score 1 packages 5 scripts 550 downloads 2 exports 2 dependencies

Last updated 5 months agofrom:8a10c4b2f3. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 24 2025
R-4.5-win-x86_64OKFeb 24 2025
R-4.5-mac-x86_64OKFeb 24 2025
R-4.5-mac-aarch64OKFeb 24 2025
R-4.5-linux-x86_64OKFeb 24 2025
R-4.4-win-x86_64OKFeb 24 2025
R-4.4-mac-x86_64OKFeb 24 2025
R-4.4-mac-aarch64OKFeb 24 2025
R-4.3-win-x86_64OKFeb 24 2025
R-4.3-mac-x86_64OKFeb 24 2025
R-4.3-mac-aarch64OKFeb 24 2025

Exports:edit_dist1_examplesimilarityJoin

Dependencies:RcppRcppArmadillo