this repository stores all the lab assignments for the genomics and proteomics course (4th year, 2nd semester) at university of dhaka.
Implementation of Needleman Wunsch algorithm to find pairwise global alignmentt of two sequences.
Implemention of UPGMA algorithm and construct the phylogenetic tree given the distance of 5 sequences.
Implemention of a solution of the partial digest problem.
Implement an algorithm to find a de Bruijn graph for the sequence GACTTACGTACT with k= 3 and generate the corresponding Eulerian walk.
Construct a suffix tree for the sequence ATCATGTCATG.