View source: R/get_bayesinfoHM.R
get_bayesinfoHM | R Documentation |
Get node specific componenets of Bayesian phylogenetic information, posterior probability, and internode confidence for all majority rule trees obtained from the analyses of data subsets defined by anatomy ontology terms.
get_bayesinfoHM(phy = phy, foldername = "all_partitions")
foldername |
character, the name of the Galax output folder with the results from ontobayes analysis. |
phylo, |
a reference phylogenetic species tree. |
A list of matrices with values of Bayesian phylogenetic information, posterior probability, and internode confidence for each node in the reference phylogenetic species tree.
## Not run: # Example: HAO or UBERON # # Import a reference phylogenetic species tree # reftree <- ape:::read.nexus(file = "./data/reftree.tre") # Get node-specific components from each tree inferred from all different data subsets defined in ontobayes # M <- get_bayesinfoHM(phy = reftree, foldername = "all_partitions") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.