| Package | Description |
|---|---|
| org.forester.analysis | |
| org.forester.archaeopteryx | |
| org.forester.io.parsers.phyloxml.data | |
| org.forester.phylogeny | |
| org.forester.phylogeny.data | |
| org.forester.ws.wabi |
| Modifier and Type | Method and Description |
|---|---|
static UniProtTaxonomy |
TaxonomyDataManager.obtainUniProtTaxonomy(Taxonomy tax,
Object query,
org.forester.analysis.TaxonomyDataManager.QUERY_TYPE qt) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Taxonomy> |
AptxUtil.obtainAllDistinctTaxonomies(PhylogenyNode node) |
static Set<Taxonomy> |
TreePanelUtil.obtainDistinctTaxonomies(PhylogenyNode node)
Returns the set of distinct taxonomies of
all external nodes of node.
|
| Modifier and Type | Method and Description |
|---|---|
Taxonomy |
TaxonomyParser.parse(XmlElement element) |
| Modifier and Type | Method and Description |
|---|---|
static Taxonomy |
PhylogenyMethods.getExternalDescendantsTaxonomy(PhylogenyNode node)
Returns taxonomy t if all external descendants have
the same taxonomy t, null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Taxonomy,Integer> |
PhylogenyMethods.obtainDistinctTaxonomyCounts(PhylogenyNode node)
Returns a map of distinct taxonomies of
all external nodes of node.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PhylogenyMethods.isTaxonomyHasIdentifierOfGivenProvider(Taxonomy tax,
String[] providers) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PhylogenyMethods.deleteExternalNodesPositiveSelectionT(List<Taxonomy> species_to_keep,
Phylogeny phy) |
| Modifier and Type | Method and Description |
|---|---|
Taxonomy |
NodeData.getTaxonomy()
Convenience method -- always returns the first Taxonomy.
|
Taxonomy |
NodeData.getTaxonomy(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Taxonomy> |
NodeData.getTaxonomies() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeData.addTaxonomy(Taxonomy taxonomy) |
int |
Taxonomy.compareTo(Taxonomy o) |
void |
NodeData.setTaxonomy(int index,
Taxonomy taxonomy) |
void |
NodeData.setTaxonomy(Taxonomy taxonomy)
Convenience method -- always sets the first Taxonomy.
|
| Modifier and Type | Method and Description |
|---|---|
static String[] |
WabiTools.obtainLineage(Taxonomy tax) |
static String |
WabiTools.obtainRank(Taxonomy tax) |
Copyright © 2016. All rights reserved.