-
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The dissimilarity score is the additive inverse of the similarity score
(sum of scores) between two aligned sequences using a substitution model
(Substitution Matrix).
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The fractional dissimilarity (D) is defined as the percentage of sites
that differ between two aligned sequences.
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The fractional dissimilarity score (Ds) is a relative measure of the
dissimilarity between two aligned sequences.
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The Kimura evolutionary distance (d) is a correction of the fractional
dissimilarity (D) specially needed for large evolutionary distances.
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The PAM (Point Accepted Mutations) distance is a measure of evolutionary
distance in protein sequences.
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
BioJava implementation for percentage of identity (PID).
static <C extends Sequence<D>,
D extends Compound>
org.forester.evoinference.matrix.distance.DistanceMatrix
The Poisson (correction) evolutionary distance (d) is a function of the
fractional dissimilarity (D), given by:
d = -log(1 - D)
The gapped positons in the alignment are ignored in the calculation.
-
Convert a MultipleAlignment into a MultipleSequenceAlignment of AminoAcid
residues.