Package: seqtrie 0.4.0

seqtrie: Radix Tree and Trie-Based String Distances

A collection of Radix Tree and Trie algorithms for finding similar sequences and calculating sequence distances (Levenshtein and other distance metrics). This work was inspired by a trie implementation in Python: "Fast and Easy Levenshtein distance using a Trie." Hanov (2011) <https://stevehanov.ca/blog/index.php?id=114>. It also includes a modified version of the Starcode all-pairs search algorithm (Zorita, Cuscó, and Filion 2015) <doi:10.1093/bioinformatics/btv053>.

Authors:Travers Ching [aut, cre, cph], Martin Moene [ctb, cph], Steve Hanov [ctb], Martin Leitner-Ankerl [ctb], Eduard Zorita [ctb], Pol Cuscó [ctb], Guillaume J. Filion [ctb]

seqtrie_0.4.0.tar.gz
seqtrie_0.4.0.zip(r-4.7)seqtrie_0.4.0.zip(r-4.6)seqtrie_0.4.0.zip(r-4.5)
seqtrie_0.4.0.tgz(r-4.6-x86_64)seqtrie_0.4.0.tgz(r-4.6-arm64)seqtrie_0.4.0.tgz(r-4.5-x86_64)seqtrie_0.4.0.tgz(r-4.5-arm64)
seqtrie_0.4.0.tar.gz(r-4.7-arm64)seqtrie_0.4.0.tar.gz(r-4.7-x86_64)seqtrie_0.4.0.tar.gz(r-4.6-arm64)seqtrie_0.4.0.tar.gz(r-4.6-x86_64)
seqtrie_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
seqtrie/json (API)

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

Bug tracker:https://github.com/traversc/seqtrie/issues

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

On CRAN:

Conda:

cpp

5.78 score 8 stars 15 scripts 174 downloads 23 exports 4 dependencies

Last updated from:2a8dc5a637. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK245
linux-devel-x86_64OK251
source / vignettesOK307
linux-release-arm64OK263
linux-release-x86_64OK228
macos-release-arm64OK254
macos-release-x86_64OK305
macos-oldrel-arm64OK182
macos-oldrel-x86_64OK349
windows-develOK315
windows-releaseOK261
windows-oldrelOK250
wasm-releaseOK150

Exports:align_searchdist_matrixdist_pairwisedist_searcherasegenerate_cost_matrixhas_sequenceinsertis_validplot_treeprefix_searchradix_forestradix_treeRadixForestRadixTreeresultsingle_gap_searchsizesplit_searchstar_treeStarTreeto_stringto_vector

Dependencies:R6RcppRcppParallelS7

seqtrie

Rendered fromvignette.rmdusingknitr::rmarkdownon Jun 03 2026.

Last update: 2026-06-03
Started: 2020-10-26