aldist: Align sequences and compute edit distance

View source: R/RcppExports.R

aldistR Documentation

Align sequences and compute edit distance

Description

Using edlib to quickly compute the edit distances between pairs of sequences

Usage

aldist(seq1, seq2)

Arguments

seq1

a vector with first sequences in the pair to align

seq2

a vector with second sequences in the pair to align

Value

a vector with edit distances

Author(s)

Jean Monlong


jmonlong/sveval documentation built on July 31, 2023, 7:50 p.m.