|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpal.distance.DistanceTool
public final class DistanceTool
| Constructor Summary | |
|---|---|
DistanceTool()
|
|
| Method Summary | |
|---|---|
static DistanceMatrix |
constructEvolutionaryDistances(Alignment a,
SubstitutionModel sm)
Construct a distance matrix object such that the distance between sequence A, and sequence B, is the evolutionary distance by a given substitution model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistanceTool()
| Method Detail |
|---|
public static final DistanceMatrix constructEvolutionaryDistances(Alignment a,
SubstitutionModel sm)
a - The aligned set of sequences. The resulting distance matrix has defines a distance between each and every sequence in the input alignment to every other sequence.sm - The model under which the maximum likelihood calculation is done. The model is not optimised.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||