Skip to content

bioinformatics course final assignment, implementation of recursive algorithm to search for repeated patterns in a sequence

Notifications You must be signed in to change notification settings

nkiedanski/str-pattern-search

Repository files navigation

bioinfo1

course: bioinformatics 1 2022 (msc bioinformatics)

languages:

  • python version 3.9

Files associated:

  • "exact_matches.py": function that takes a short sequence (first parameter) and a long sequence (second parameter) as input and returns the number of occurrences and their positions.
  • "inexact_matches.py": takes a short sequence (first parameter), a long sequence (second parameter), and the maximum number of allowed mismatches (third parameter) as input and returns the number of occurrences and their positions.
  • test files to test the funtions (QA)
  • sequences used to test the functions

About

bioinformatics course final assignment, implementation of recursive algorithm to search for repeated patterns in a sequence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages