Uses of Class
org.episteme.natural.biology.evolution.Clade
Packages that use Clade
Package
Description
PhyloXML loader for phylogenetic tree data.
-
Uses of Clade in org.episteme.natural.biology.evolution
Methods in org.episteme.natural.biology.evolution that return CladeModifier and TypeMethodDescriptionstatic CladePhylogeneticTree.buildUPGMA(Real[][] distanceMatrix, List<Species> speciesList) PhylogeneticTree.getRoot()Methods in org.episteme.natural.biology.evolution that return types with arguments of type CladeMethods in org.episteme.natural.biology.evolution with parameters of type Clade -
Uses of Clade in org.episteme.natural.biology.loaders.phyloxml
Methods in org.episteme.natural.biology.loaders.phyloxml that return CladeModifier and TypeMethodDescriptionPhyloXMLBridge.convertClade(PhyloXMLClade dto) Recursively converts PhyloXML clade DTO to core Episteme Clade.