Skip to content

Python Implementation of the Smith-Waterman Algorithm for Bioinformatics

License

Notifications You must be signed in to change notification settings

Thokas99/Algorithms_for_bioinformatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Implementation of the Smith-Waterman Algorithm for Bioinformatics

Course: Algorithms for Bioinformatics

Professor: Enrico Blanzieri

Academic Year: 2022-2023

Abstract:

This project focuses on the implementation of the Smith-Waterman algorithm in Python, a widely used algorithm in bioinformatics for local sequence alignment. The goal is to develop a functional and efficient solution to identify similarities between biological sequences, such as DNA, RNA, or protein sequences. The project will be conducted as part of the Algorithms for Bioinformatics course, led by Professor Enrico Blanzieri.

The code

list of packages essential to the provided code:

  1. questionary
  2. click
  3. textwrap
  4. itertools
  5. numpy
  6. matplotlib
  7. seaborn
  8. tabulate
  9. pandas
  10. biopython

How to use

just run the code and various prompt to insert the paramiters and data will be asked.

About

Python Implementation of the Smith-Waterman Algorithm for Bioinformatics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages