R/RcppExports.R

Defines functions .sortAdjacencyMatSparse .patAdjacencyMatSparse levDistBounded .levAdjacencyMatSparse hamDistBounded .hamAdjacencyMatSparse

Documented in hamDistBounded levDistBounded

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.hamAdjacencyMatSparse <- function(strings, maxdist, drop_deg_zero, tempfile) {
    .Call(`_NAIR_hamAdjacencyMatSparse`, strings, maxdist, drop_deg_zero, tempfile)
}

hamDistBounded <- function(a, b, k) {
    .Call(`_NAIR_hamDistBounded`, a, b, k)
}

.levAdjacencyMatSparse <- function(strings, maxdist, drop_deg_zero, tempfile) {
    .Call(`_NAIR_levAdjacencyMatSparse`, strings, maxdist, drop_deg_zero, tempfile)
}

levDistBounded <- function(a, b, k) {
    .Call(`_NAIR_levDistBounded`, a, b, k)
}

.patAdjacencyMatSparse <- function(strings, cutoff, metric, drop_deg_zero, tempfile) {
    .Call(`_NAIR_buildG`, strings, cutoff, metric, drop_deg_zero, tempfile)
}

.sortAdjacencyMatSparse <- function(strings, cutoff, metric, drop_deg_zero, tempfile) {
    .Call(`_NAIR_sortAdjacencyMatSparse`, strings, cutoff, metric, drop_deg_zero, tempfile)
}
mlizhangx/Network-Analysis-for-Repertoire-Sequencing- documentation built on April 7, 2024, 12:02 p.m.