Difference between revisions of "Programing - homework"
From Biolecture.org
imported>SeongEon Park |
imported>SeongEon Park |
||
Line 1: | Line 1: | ||
<p><strong>+ Install and learn bioperl</strong></p> | <p><strong>+ Install and learn bioperl</strong></p> | ||
− | <p><strong>+ Make a perl grogram translating 'all' combinations of triple bases into amino acids</strong></p> | + | <p><strong>[[+ Make a perl grogram translating 'all' combinations of triple bases into amino acids]]</strong></p> |
− | <p><strong>+ Pick 5 protein sequences and predict their secondary structures using available prediction programs</strong></p> | + | <p><strong>[[+ Pick 5 protein sequences and predict their secondary structures using available prediction programs]]</strong></p> |
<p><strong>[[+ Open and re-write one FASTA file containing one protein sequence of TERT]]</strong></p> | <p><strong>[[+ Open and re-write one FASTA file containing one protein sequence of TERT]]</strong></p> |
Revision as of 19:43, 8 June 2017
+ Install and learn bioperl
+ 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
+ In a multi-sequence FASTA file, produce statistics such as sequenec number, average seq length, GC content, AT content. etc
+ 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