Other packages > Find by keyword >

seqtrie  

Radix Tree and Trie-Based String Distances
View on CRAN: Click here


Download and install seqtrie package within the R console
Install from CRAN:
install.packages("seqtrie")

Install from Github:
library("remotes")
install_github("cran/seqtrie")

Install by package version:
library("remotes")
install_version("seqtrie", "0.2.8")



Attach the package and use:
library("seqtrie")
Maintained by
Travers Ching
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-09-01
Latest Update: 2024-01-27
Description:
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) .
How to cite:
Travers Ching (2023). seqtrie: Radix Tree and Trie-Based String Distances. R package version 0.2.8, https://cran.r-project.org/web/packages/seqtrie. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.2.5 (2023-09-01 13:00), 0.2.6 (2024-01-27 08:30)
Other packages that cited seqtrie R package
View seqtrie citation profile
Other R packages that seqtrie depends, imports, suggests or enhances
Complete documentation for seqtrie
Functions, R codes and Examples using the seqtrie R package
Some associated functions: RadixForest . RadixTree . covid_cdr3 . dist_matrix . dist_pairwise . dist_search . generate_cost_matrix . split_search . 
Some associated R codes: RadixForest.R . RadixTree.R . RadixTree_search_helpers.R . RcppExports.R . covid_cdr3.R . pairwise.R . utils.R . zzz.R .  Full seqtrie package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA