Programing - homework
From Biolecture.org
Revision as of 01:37, 8 June 2017 by imported>SeongEon Park
+ Make a perl grogram translating 'all' combinations of triple bases into amino acids
+ Open and re-write one FASTA file containing one protein sequence of TERT
+ Extract a sequence MKKTGIKG from ASMKATAHQMKKTGIKGMSTYALLRL and print it out in a file
+ Align two protein sequence using a dynamic programming method in Perl
+ Randomly generate five 100 AA long protein sequences and store them in a FASTA file
+ Create a flat text file database of protein sequences with hash function in Perl