Class PhylogenyMath
java.lang.Object
org.episteme.natural.biology.phylogeny.PhylogenyMath
Basic phylogenetics utilities and mathematical models.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Real[][]calculateDistanceMatrix(List<String> sequences) Calculates distance matrix from a list of aligned sequences.static RealjukesCantorDistance(Real pDistance) Jukes-Cantor distance correction. d_JC = -3/4 * ln(1 - 4/3 * p)static Realp-distance: proportion of nucleotide sites that are different. d = n_d / n
-
Constructor Details
-
PhylogenyMath
public PhylogenyMath()
-
-
Method Details
-
calculateDistanceMatrix
-
pDistance
-
jukesCantorDistance
-