org.forester.sdi
Class GSDI
java.lang.Object
org.forester.sdi.SDI
org.forester.sdi.GSDI
public final class GSDI
- extends SDI
|
Constructor Summary |
GSDI(Phylogeny gene_tree,
Phylogeny species_tree,
boolean most_parsimonious_duplication_model,
boolean strip_gene_tree,
boolean strip_species_tree)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GSDI
public GSDI(Phylogeny gene_tree,
Phylogeny species_tree,
boolean most_parsimonious_duplication_model,
boolean strip_gene_tree,
boolean strip_species_tree)
throws SDIException
- Throws:
SDIException
getSpeciationOrDuplicationEventsSum
public final int getSpeciationOrDuplicationEventsSum()
getSpeciationsSum
public final int getSpeciationsSum()
getReMappedScientificNamesFromGeneTree
public final java.util.SortedSet<java.lang.String> getReMappedScientificNamesFromGeneTree()
getTaxCompBase
public SDI.TaxonomyComparisonBase getTaxCompBase()
getStrippedSpeciesTreeNodes
public java.util.List<PhylogenyNode> getStrippedSpeciesTreeNodes()
getMappedExternalSpeciesTreeNodes
public java.util.Set<PhylogenyNode> getMappedExternalSpeciesTreeNodes()
determineTaxonomyComparisonBase
public static SDI.TaxonomyComparisonBase determineTaxonomyComparisonBase(Phylogeny gene_tree)
getStrippedExternalGeneTreeNodes
public java.util.List<PhylogenyNode> getStrippedExternalGeneTreeNodes()
toString
public final java.lang.String toString()
- Overrides:
toString in class SDI