This program converts a DNA sequence to its resulting amino acid SLC codes (for 5 amino acids), and performs a 'mutation' of genes
Demonstrates use of the following
- Lists
- Defining functions
- File handling --> Reading and writing txt. files
This program converts a DNA sequence to its resulting amino acid SLC codes (for 5 amino acids), and performs a 'mutation' of genes
Python