Difference between revisions of "Coding&other homework"

From Biolecture.org
imported>Na kyung Jung
imported>Na kyung Jung
Line 13: Line 13:
 
<p>[[randomseq code 1]]</p>
 
<p>[[randomseq code 1]]</p>
  
<p>4.opening fasta file and changing name</p>
+
<p>&nbsp;</p>
 
 
<p>[[fasta code 1]]</p>
 

Revision as of 08:33, 7 December 2018

1. 2 global sequence alignment

I used needleman-wutsch algorithm. The following code is like this. 

my code1

2.Multiple sequence alignment

MSA code 1

3. Random sequence production

randomseq code 1