Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 508 Bytes

UPGMA

UPGMA clustering of constructing phylogenetic relationships implemented from scratch

About

Implementation of UPGMA clustering algorithms for given nucleotide and protien alignments.

Running

python s11.py
python s12.py
python s21.py
python s22.py

Score calculation

Further details about the implementation can be found out at A2_Bio.pdf

Libraries used

Numpy Pandas

Contributors

Karthik Viswanathan