This is a python project using object oriented programming that plays around with DNA, RNA, and protein sequences!
Currently available functions:
- Find the pair of a DNA sequence
- Find the pair of a RNA sequence
- Conversion of DNA to RNA (vice versa)
- Conversion of DNA sequence to poly-peptide chain
- Global sequence alignment for DNA, RNA, and protein sequences
Stay tuned for more functions to come!
Run GUI.py to run the program