Homework in the bioinformatics class
From Biolecture.org
Revision as of 19:20, 27 May 2017 by imported>YoungKwang Jung
Homework 1. Make a Perl program translating 'all' combinations of triple bases into amino acids
Homework 3. Open and re-write one FASTA file containing one protein sequence of TERT
Homework 5. Extract a sequence MKKTGIKG from ASMKATAHQMKKTGIKGMSTYALLRL and print it out in a file
Homework 7. Align two protein sequences using a dynamic programming method in Perl
Homework 8. Randomly generate five 100 AA long protein sequences and store them in a FASTA file
Homework 9. Create a flat text file database of protein sequences with hash function in Perl