References - tahiri-lab/KMeansPhyloTreesClustering GitHub Wiki

📚 References

Several websites and scientific articles helped us better understand the project, both from an analytical and conceptual perspective.

Indeed, without a solid understanding of the biological aspects, it would not have been possible to effectively use computational tools for the development of this project.

This is precisely the essence of bioinformatics: a combination of biology and computer science aimed at analyzing biological data, generating hypotheses, and ultimately contributing to scientific theories.

Below is a list of the main resources that supported our understanding.


🌳 Study of Phylogenetic Trees

What is a phylogenetic tree?


🔬 Study of Robinson-Foulds Distance

What is the Robinson-Foulds distance?

Mathematical mechanism


🧠 Study of K-means Clustering

What is K-means?

Mathematical mechanism


🎯 Additional Insight

These resources were essential to:

  • Understand the biological meaning of phylogenetic trees
  • Learn how to measure similarity between trees using RF distance
  • Understand how clustering algorithms like K-means can be applied to biological data

This interdisciplinary approach highlights the importance of combining biological knowledge with computational methods in modern scientific research.