Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frenzyexists/biological-sequence-alignments
First project of the course Analysis and Design of Algorithms during the 2022 spring semester
https://github.com/frenzyexists/biological-sequence-alignments
algorithms biological-data-analysis python
Last synced: 15 days ago
JSON representation
First project of the course Analysis and Design of Algorithms during the 2022 spring semester
- Host: GitHub
- URL: https://github.com/frenzyexists/biological-sequence-alignments
- Owner: FrenzyExists
- License: mit
- Created: 2022-02-23T20:41:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T19:46:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T08:29:34.579Z (2 months ago)
- Topics: algorithms, biological-data-analysis, python
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Biological Sequence Alignments
## A ICOM 4038 Project### Overview
This is the first project of the course `Análisis y Diseño de Algoritmos` (Analysis and Design of Algorithms in spanish) during the 2022 spring semester.Students had to learn basic Bioinformatics to implement the Needleman-Wunsch algorithm. For this students watched [this](https://www.youtube.com/watch?v=S2Y2g0rfLPM) video that explains in detail the algorithm. It's in spanish btw. Students also watch [this](https://www.youtube.com/watch?v=SU22pycFrDk) other video to further understand basic Bioinformatics. The latter video is part of the Introduction to Bioinformatics course (BIMM-143).