Package org.forester.sdi
Class GSDI
- java.lang.Object
-
- org.forester.sdi.GSDI
-
-
Constructor Summary
Constructors Constructor Description GSDI(Phylogeny gene_tree, Phylogeny species_tree, boolean most_parsimonious_duplication_model, boolean strip_gene_tree, boolean strip_species_tree)GSDI(Phylogeny gene_tree, Phylogeny species_tree, boolean most_parsimonious_duplication_model, boolean strip_gene_tree, boolean strip_species_tree, boolean transfer_taxonomy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDuplicationsSum()java.util.Set<PhylogenyNode>getMappedExternalSpeciesTreeNodes()java.util.SortedSet<java.lang.String>getReMappedScientificNamesFromGeneTree()intgetSpeciationOrDuplicationEventsSum()intgetSpeciationsSum()java.util.List<PhylogenyNode>getStrippedExternalGeneTreeNodes()java.util.List<PhylogenyNode>getStrippedSpeciesTreeNodes()SDIutil.TaxonomyComparisonBasegetTaxCompBase()java.lang.StringtoString()
-
-
-
Constructor Detail
-
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
-
GSDI
public GSDI(Phylogeny gene_tree, Phylogeny species_tree, boolean most_parsimonious_duplication_model, boolean strip_gene_tree, boolean strip_species_tree, boolean transfer_taxonomy) throws SDIException
- Throws:
SDIException
-
-
Method Detail
-
getDuplicationsSum
public int getDuplicationsSum()
-
getMappedExternalSpeciesTreeNodes
public java.util.Set<PhylogenyNode> getMappedExternalSpeciesTreeNodes()
- Specified by:
getMappedExternalSpeciesTreeNodesin interfaceGSDII
-
getReMappedScientificNamesFromGeneTree
public final java.util.SortedSet<java.lang.String> getReMappedScientificNamesFromGeneTree()
- Specified by:
getReMappedScientificNamesFromGeneTreein interfaceGSDII
-
getSpeciationOrDuplicationEventsSum
public final int getSpeciationOrDuplicationEventsSum()
-
getSpeciationsSum
public final int getSpeciationsSum()
- Specified by:
getSpeciationsSumin interfaceGSDII
-
getStrippedExternalGeneTreeNodes
public java.util.List<PhylogenyNode> getStrippedExternalGeneTreeNodes()
- Specified by:
getStrippedExternalGeneTreeNodesin interfaceGSDII
-
getStrippedSpeciesTreeNodes
public java.util.List<PhylogenyNode> getStrippedSpeciesTreeNodes()
- Specified by:
getStrippedSpeciesTreeNodesin interfaceGSDII
-
getTaxCompBase
public SDIutil.TaxonomyComparisonBase getTaxCompBase()
- Specified by:
getTaxCompBasein interfaceGSDII
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-