Difference between revisions of "Programing - homework"
From Biolecture.org
imported>SeongEon Park |
imported>SeongEon Park |
||
(6 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<p><strong>[[+ Extract a sequence MKKTGIKG from ASMKATAHQMKKTGIKGMSTYALLRL and print it out in a file]]</strong></p> | <p><strong>[[+ Extract a sequence MKKTGIKG from ASMKATAHQMKKTGIKGMSTYALLRL and print it out in a file]]</strong></p> | ||
− | <p><strong> | + | <p><strong>+ In a multi-sequence FASTA file, produce statistics such as sequenec number, average seq length, GC content, AT content. etc</strong></p> |
− | <p><strong> | + | <p><strong>+ Align two protein sequence using a dynamic programming method in Perl</strong></p> |
<p><strong>[[+ Randomly generate five 100 AA long protein sequences and store them in a FASTA file]]</strong></p> | <p><strong>[[+ Randomly generate five 100 AA long protein sequences and store them in a FASTA file]]</strong></p> | ||
− | <p><strong> | + | <p><strong>+ Create a flat text file database of protein sequences with hash function in Perl</strong></p> |
<p> </p> | <p> </p> | ||
+ | |||
+ | <p> </p> | ||
+ | |||
+ | <p>[[SeongEon's content]]</p> | ||
<p> </p> | <p> </p> |
Latest revision as of 20:05, 8 June 2017
+ 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