This program contains 8 functions that does operations on a given DNA strand. It's a class project for CSCI 1300.
Functionality:
--- DNA Analysis Menu ---
- Calculate the similarity between two sequences of the same length
- Calculate the best similarity between two sequences of either equal or unequal length
- Identify mutations
- Transcribe DNA to RNA
- Find the reverse complement of a DNA sequence
- Extract coding frames
- Exit