Difference between revisions of "2. Make a perl program translating 'all' combinations of triple bases into amino acids"

From Biolecture.org
imported>Jaehyeok Shin
(Created page with "<p>Using Bioperl, I could make the simple program that can translationg 'all' combinations of triple bases into amino acids.</p> <p>This is the script for program.</p> ...")
 
imported>Jaehyeok Shin
 
Line 4: Line 4:
  
 
<p><img alt="" src="/ckfinder/userfiles/images/Translation_tool1.png" style="height:429px; width:800px" /></p>
 
<p><img alt="" src="/ckfinder/userfiles/images/Translation_tool1.png" style="height:429px; width:800px" /></p>
 +
 +
<p>&nbsp;<img alt="" src="/ckfinder/userfiles/images/Translation_tool2(1).png" style="height:429px; width:800px" /></p>
 +
 +
<hr />
 +
<p>This is the&nbsp;DNA sequence template file to translate.&nbsp;It&nbsp;was written in txt file.</p>
 +
 +
<p><img alt="" src="/ckfinder/userfiles/images/DNA_sample.png" style="height:429px; width:800px" /></p>
 +
 +
<hr />
 +
<p>This is the result. The program works so well :D.</p>
 +
 +
<p><img alt="" src="/ckfinder/userfiles/images/Compile.png" style="height:385px; width:400px" /></p>
  
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
  
<p>&nbsp;</p>
+
<hr />
 +
<p>References</p>
 +
 
 +
<p>Using VI editor : <a href="http://yagi815.tistory.com/146">http://yagi815.tistory.com/146</a></p>
 +
 
 +
<p>Using General command of linux : <a href="http://www.mireene.com/webimg/linux_tip1.htm">http://www.mireene.com/webimg/linux_tip1.htm</a></p>
 +
 
 +
<p>DNA sequence of DSCR1(RCAN1) : <a href="http://www.ncbi.nlm.nih.gov/nuccore/NM_001285389.2">http://www.ncbi.nlm.nih.gov/nuccore/NM_001285389.2</a></p>

Latest revision as of 01:10, 11 June 2016

Using Bioperl, I could make the simple program that can translationg 'all' combinations of triple bases into amino acids.

This is the script for program.

 


This is the DNA sequence template file to translate. It was written in txt file.


This is the result. The program works so well :D.

 


References

Using VI editor : http://yagi815.tistory.com/146

Using General command of linux : http://www.mireene.com/webimg/linux_tip1.htm

DNA sequence of DSCR1(RCAN1) : http://www.ncbi.nlm.nih.gov/nuccore/NM_001285389.2