matdist: Distance matrix of the similarity between the DNA sequences.
Description
This function receives a vector of strings representing codified DNA
sequences and returns a integer matrix representing the similarities
between all sequences from input vectors.
Usage
matdist(rrdnas)
Arguments
rrdnas
Vector of codified DNA sequences (character vector).
Value
Matrix $n x n$, where $n$ is the length of the largest
original DNA sequence.