High-level description
This file serves as the top-level module for the cassiopeia critique package. It imports and exposes two key functions,robinson_foulds and triplets_correct, from the compare module, which are used for comparing phylogenetic trees.
Symbols
robinson_foulds
Description
This function computes the Robinson-Foulds distance between two phylogenetic trees. It is imported from thecompare module.
Inputs
Outputs
triplets_correct
Description
This function calculates the triplets correct accuracy between two phylogenetic trees. It samples triplets at different depths and compares their structure between the two trees.Inputs
Outputs
Dependencies
This file acts as an interface to the tree comparison functionality in the cassiopeia critique module, making it easier for users to access these functions without having to import from deeper within the package structure.
