Applications written in python as part of the class problem sets.
DNA sequence "analyzer" program written in python. The aim of the application is to find so-called STRs (Short Tandem Repeats) in a given DNA code. The program reads in the sequence then it searches for the longest occurence of given STRs. The it cross-checks if the result is matching with any "suspect" that can be found in the database.
The application can be run locally or using the IDE after logging in with your GitHub account.
To run the program:
- You need to have Python installed or using the CS50 IDE
- To run:
$ python dna.py
- Usage:
python dna.py data.csv sequence.txt
Libraries: