This project is a team assignment for the "Bioinformatics" course, offered in the 6th semester of the 2023 academic year at the University of Piraeus, Department of Informatics. The goal of this project is to implement solutions to specific exercises from the "Introduction to Bioinformatics Algorithms" textbook. The assignment is divided into three main exercises, each contributing to the final grade.
- Institution: University of Piraeus
- Department: Department of Informatics
- Course: Bioinformatics (2023)
- Semester: 6th
- Python
- Description: This exercise involves decoding the most probable sequence of states (α/β) for a given sequence GGCT using a Hidden Markov Model (HMM). We utilize logarithmic scores instead of normal probability scores.
- Description: Two players play a game with two sequences of nucleotides of lengths
n
andm
, respectively. In each round, a player can remove a random number of nucleotides from one or both sequences. The player who removes the last nucleotide wins. In the documentation, we describe the winning strategy for all values ofn
andm
.
- Description: This exercise involves a game with two sequences of nucleotides of lengths
n
andm
. Each player can remove two nucleotides from one sequence and one nucleotide from the other in each round. The player who cannot make a move loses. In the documentation, we describe the winning strategy for all values ofn
andm
.
- Clone the repository or download the project files.
- Navigate to the relevant topic directories.
- Follow the instructions in the documentation to run the code.
Theodoros Koxanoglou |
Apostolis Siampanis |
Dimitris Stylianou |
Konstantinos Loizidis |
This project is licensed under the MIT License - see the LICENSE file for details.