Package: RPatternJoin 1.0.0

Daniil Matveev

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.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 = 'https://cloud.r-project.org')
Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

1.48 score 1 packages 421 downloads 2 exports 2 dependencies

Last updated 5 months agofrom:3f2f308e90. Checks:3 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 25 2025
R-4.5-linux-x86_64OKMar 25 2025
R-4.4-linux-x86_64OKMar 25 2025

Exports:edit_dist1_examplesimilarityJoin

Dependencies:RcppRcppArmadillo