Movatterモバイル変換


[0]ホーム

URL:


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>.

Version:0.3.5
Depends:R (≥ 3.5.0)
Imports:Rcpp (≥ 0.12.18.3),RcppParallel (≥ 5.1.3),R6,rlang,dplyr,stringi
LinkingTo:Rcpp,RcppParallel,BH
Suggests:knitr,rmarkdown,stringdist,pwalign,igraph,ggplot2
Published:2025-10-20
DOI:10.32614/CRAN.package.seqtrie
Author:Travers Ching [aut, cre, cph], Martin Moene [ctb, cph] (span-lite C++ library), Steve Hanov [ctb] (Trie levenshtein implementation in Python), Martin Leitner-Ankerl [ctb] (Ankerl unordered dense hashmap)
Maintainer:Travers Ching <traversc at gmail.com>
BugReports:https://github.com/traversc/seqtrie/issues
License:GPL-3
Copyright:This package includes code from the 'span-lite' libraryowned by Martin Moene under Boost Software License 1.0. Thispackage includes code from the 'ankerl' library owned by MartinLeitner-Ankerl under MIT License. This package contains dataderived from Adaptive Biotechnologies "ImmuneCODE" datasetunder Creative Commons Attribution 4.0.
URL:https://github.com/traversc/seqtrie
NeedsCompilation:yes
SystemRequirements:GNU make
Materials:README,ChangeLog
CRAN checks:seqtrie results

Documentation:

Reference manual:seqtrie.html ,seqtrie.pdf
Vignettes:seqtrie (source,R code)

Downloads:

Package source: seqtrie_0.3.5.tar.gz
Windows binaries: r-devel:seqtrie_0.3.5.zip, r-release:seqtrie_0.3.5.zip, r-oldrel:seqtrie_0.3.5.zip
macOS binaries: r-release (arm64):seqtrie_0.3.5.tgz, r-oldrel (arm64):seqtrie_0.3.5.tgz, r-release (x86_64):seqtrie_0.3.5.tgz, r-oldrel (x86_64):seqtrie_0.3.5.tgz
Old sources: seqtrie archive

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=seqtrieto link to this page.


[8]ページ先頭

©2009-2025 Movatter.jp