Difference between revisions of "Coding&other homework"
From Biolecture.org
imported>Na kyung Jung (Created page with "<p>1. 2 global sequence alignment</p> <p>I used needleman-wutsch algorithm. The following code is like this. </p> <p>my code1</p> <p>2.Multiple sequence alignmen...") |
imported>Na kyung Jung |
||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
<p>2.Multiple sequence alignment</p> | <p>2.Multiple sequence alignment</p> | ||
+ | |||
+ | <p>[[MSA code 1]]</p> | ||
<p>3. Random sequence production</p> | <p>3. Random sequence production</p> | ||
+ | |||
+ | <p>[[randomseq code 1]]</p> | ||
+ | |||
+ | <p>4. open fasta file and show it and then change the sequence's name to "Genomics is great!" and then change it.</p> | ||
+ | |||
+ | <p>[[fasta code]]</p> |
Latest revision as of 13:32, 8 December 2018
1. 2 global sequence alignment
I used needleman-wutsch algorithm. The following code is like this.
2.Multiple sequence alignment
3. Random sequence production
4. open fasta file and show it and then change the sequence's name to "Genomics is great!" and then change it.