Compare two tree topologies
compare_treesCompute Robinson-Foulds distance between two phylogenetic trees and identify which clades differ.
Instructions
Robinson-Foulds distance between two trees, and which clades differ.
Compares SPLITS, not strings: the same topology has many valid Newick representations, so string equality answers a different question.
Args: newick_a: First tree in Newick format. newick_b: Second tree in Newick format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newick_a | Yes | ||
| newick_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warnings | Yes | ||
| only_in_a | Yes | ||
| only_in_b | Yes | ||
| shared_taxa | Yes | ||
| n_shared_clades | Yes | ||
| robinson_foulds | Yes | ||
| identical_topology | Yes | ||
| normalised_robinson_foulds | Yes |