Perl Programming HW by MJ 20180604
Install and Learn BioPerl
Make a Perl program translating 'all' combinations of triple bases into amino acids by MJ
Make a Perl program to calculate the lengths of DNA and protein sequences by MJ
Make a Perl program to calculate the length of a Mycoplasma genitalium bacterium by MJ
Pick 5 protein sequences and predict their secondary structures using available prediction programs by MJ
Open and re-write one FASTA file containing one protein sequence of TERT by MJ
Create a FASTA file with a sequence. Open it and reverse the sequence of it and print it out in another FASTA file by MJ
Extract a sequence MKKTGIKG from ASMKATAHQMKKTGIKGMSTYALLRL and print it out in a file by MJ
In a multi-sequence FASTA file, produce statistics such as sequence number, average seq length, GC content, AT content, etc by MJ
Align two protein sequences using a dynamic programming method in Perl by MJ
Randomly generate five 100 AA long protein sequences and store them in a FASTA file by MJ
Create a flat text file database of protein sequences with hash function in Perl by MJ