Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Computes the symmetric difference, also known as the Robinson-Foulds (RF) distance, between two trees. The trees do not need to be rooted. The trees must be specified in the Rich Newick Format. The tool reads in two trees. It outputs the number of False Negative edges, the number of False Positive edges, the number of internal edges in the experimental tree and finally the number of internal edges in the model  treetree.

Usage

Code Block
langhtml
SymmetricDifference model_tree_ident experimental_tree_ident [result output file]

...