| Modifier and Type | Method and Description |
|---|---|
static Phylogeny[] |
AptxUtil.readPhylogeniesFromUrl(URL url,
boolean phyloxml_validate_against_xsd,
boolean replace_underscores,
boolean internal_numbers_are_confidences,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction,
boolean midpoint_reroot) |
| Modifier and Type | Method and Description |
|---|---|
void |
NexusPhylogeniesParser.setTaxonomyExtraction(NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
| Modifier and Type | Method and Description |
|---|---|
NHXParser.TAXONOMY_EXTRACTION |
NHXParser.getTaxonomyExtraction() |
static NHXParser.TAXONOMY_EXTRACTION |
NHXParser.TAXONOMY_EXTRACTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NHXParser.TAXONOMY_EXTRACTION[] |
NHXParser.TAXONOMY_EXTRACTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NHXParser.parseNHX(String s,
PhylogenyNode node_to_annotate,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction,
boolean replace_underscores,
boolean allow_errors_in_distance_to_parent,
boolean replace_bell) |
void |
NHXParser.setTaxonomyExtraction(NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParserUtils.extractTaxonomyCodeFromNodeName(String name,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
static String |
ParserUtils.extractTaxonomyDataFromNodeName(PhylogenyNode node,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
static String |
ParserUtils.extractUniprotTaxonomyIdFromNodeName(String name,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
| Modifier and Type | Method and Description |
|---|---|
static PhylogenyNode |
PhylogenyNode.createInstanceFromNhxString(String nhx,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction) |
static PhylogenyNode |
PhylogenyNode.createInstanceFromNhxString(String nhx,
NHXParser.TAXONOMY_EXTRACTION taxonomy_extraction,
boolean replace_underscores) |
| Modifier and Type | Method and Description |
|---|---|
static Phylogeny |
SDIutil.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) |
Copyright © 2016. All rights reserved.