Package org.forester.sdi
Class SDIutil
java.lang.Object
org.forester.sdi.SDIutil
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final SDIutil.TaxonomyComparisonBase
determineTaxonomyComparisonBase
(Phylogeny gene_tree) static final Phylogeny
parseSpeciesTree
(Phylogeny gene_tree, File species_tree_file, boolean replace_undescores_in_nhx_trees, boolean ignore_quotes_in_nhx_trees, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction_in_nhx_trees)
-
Constructor Details
-
SDIutil
public SDIutil()
-
-
Method Details
-
determineTaxonomyComparisonBase
public static final SDIutil.TaxonomyComparisonBase determineTaxonomyComparisonBase(Phylogeny gene_tree) throws SDIException - Throws:
SDIException
-
parseSpeciesTree
public static final Phylogeny parseSpeciesTree(Phylogeny gene_tree, File species_tree_file, boolean replace_undescores_in_nhx_trees, boolean ignore_quotes_in_nhx_trees, NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction_in_nhx_trees) throws FileNotFoundException, PhyloXmlDataFormatException, IOException, SDIException
-