An open API service indexing awesome lists of open source software.

https://github.com/bruvduroiu/protein-sequence-matching


https://github.com/bruvduroiu/protein-sequence-matching

computational-biology jupyter-notebook protein-sequences

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Protein Sequence Matching using Dynamic Programming and Hidden Markov Models

This Jupyter Notebook presents some implementations for Dynamic Programming algorithms for solving the task of protein sequence matching.

Algorithms explored:
- Needleman-Wunsch sequence matching
- Smith-Waterman partial sequence matching
- Viterbi Algorithm

TODO:
- [ ] Better Data Visualisation
- [ ] Description of each algorithm

**This is part of the COMP3212: Computational Biology course taught at the [University of Southampton](https://www.ecs.soton.ac.uk)**