Versions Compared

Key

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

...

The networks must be specified in the Rich Newick Format.

This program returns three numbers: the false negative rate (roughly, the trees/tripartitions/clusters found in the first network but not the second, divided by the number of trees/tripartitions/clusters in the first network), the false positive rate (roughly, the trees/tripartitions/clusters found in the second network but not the first, divided by the number of trees/tripartitions/clusters in the second network), and the average of the two rates (their sum divided by 2).

Usage

Code Block
langhtml
cmpnets network_ident1 network_ident2 -m [tree|tri|cluster] [resultOutputFile]

...