Package org.forester.sdi
Class GSDIR
- java.lang.Object
-
- org.forester.sdi.GSDIR
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicDescriptiveStatisticsgetDuplicationsSumStats()static java.util.List<java.lang.Integer>getIndexesOfShortestTree(java.util.List<Phylogeny> assigned_trees)java.util.Set<PhylogenyNode>getMappedExternalSpeciesTreeNodes()intgetMinDuplicationsSum()PhylogenygetMinDuplicationsSumGeneTree()java.util.SortedSet<java.lang.String>getReMappedScientificNamesFromGeneTree()intgetSpeciationsSum()java.util.List<PhylogenyNode>getStrippedExternalGeneTreeNodes()java.util.List<PhylogenyNode>getStrippedSpeciesTreeNodes()SDIutil.TaxonomyComparisonBasegetTaxCompBase()
-
-
-
Constructor Detail
-
GSDIR
public GSDIR(Phylogeny gene_tree, Phylogeny species_tree, boolean strip_gene_tree, boolean strip_species_tree, boolean transfer_taxonomy) throws SDIException
- Throws:
SDIException
-
-
Method Detail
-
getDuplicationsSumStats
public BasicDescriptiveStatistics getDuplicationsSumStats()
-
getMappedExternalSpeciesTreeNodes
public java.util.Set<PhylogenyNode> getMappedExternalSpeciesTreeNodes()
- Specified by:
getMappedExternalSpeciesTreeNodesin interfaceGSDII
-
getMinDuplicationsSum
public int getMinDuplicationsSum()
-
getMinDuplicationsSumGeneTree
public Phylogeny getMinDuplicationsSumGeneTree()
-
getReMappedScientificNamesFromGeneTree
public final java.util.SortedSet<java.lang.String> getReMappedScientificNamesFromGeneTree()
- Specified by:
getReMappedScientificNamesFromGeneTreein interfaceGSDII
-
getSpeciationsSum
public 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
-
getIndexesOfShortestTree
public static final java.util.List<java.lang.Integer> getIndexesOfShortestTree(java.util.List<Phylogeny> assigned_trees)
-
-