ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
28 stars 5 forks source link

The definition of RobinsonFoulds() #117

Closed Cassie818 closed 2 months ago

Cassie818 commented 2 months ago

Hi there,

I’m a little bit confused about the function RobinsonFoulds(), and please forgive my ignorance. Is the function RobinsonFoulds() based on RobinsonFoulds (Robinson & Foulds, 1981), but corrected with phylogenetic information (Smith, 2020)? How does it differ from the MutualClusteringInfo() function?

ms609 commented 2 months ago

Thanks for the question.

I'll update the documentation to make this clearer from the manual page.

Cassie818 commented 2 months ago

Thanks a lot!