Difference between revisions of "Jiyoung Oh"

From Biolecture.org
imported>Jiyoung Oh
imported>Jiyoung Oh
Line 1: Line 1:
<p><img alt="" src="/ckfinder/userfiles/images/20amino%20acids.PNG" style="height:413px; width:357px" /></p>
+
<p>&nbsp;</p>
  
 
<p>weezle52@naver.com</p>
 
<p>weezle52@naver.com</p>
  
<p>5.20 homework</p>
+
<p>[[1. Homework]]</p>
 +
 
 +
<ul>
 +
<li>&nbsp;Define 20 words most important words in my life.</li>
 +
</ul>
  
<p>20 amino acids</p>
+
<p>&nbsp;</p>
  
 
<p>&nbsp;</p>
 
<p>&nbsp;</p>
  
<p>&lt;&lt;5/20 During lecture&gt;&gt;</p>
+
<p>[[2. Lecutre]]</p>
 +
 
 +
<ul>
 +
<li>5/20</li>
 +
</ul>
  
 
<p>how our programming~~</p>
 
<p>how our programming~~</p>

Revision as of 00:23, 24 May 2016

 

weezle52@naver.com

1. Homework

  •  Define 20 words most important words in my life.

 

 

2. Lecutre

  • 5/20

how our programming~~

coding is not equal to programming. Coding is a tool for programming.

cracking - illegal, breaking into

hacking- invading site and code 훔치는 것   

 

how to program life?=how to hack life?

To know the data = The reason why we do experiments

 

Cell – full of circuit

IP,Y2H -> interaction 알기 위한 실험들 중 몇가지들

Scale free network(척도 없는 네트워크)

Architecture

Slide is simulating paper.

What simulation?

What is perl?

#/USF/bin/perl

 

Database

  • Flat file
  • Relational(MySQL)

 

<숙제하는 방법>

Make a Perl program translating 'all' combinations of triple bases into amino acids

$uuu = ‘F’ ;

(이런식으로 20개 아미노산 다 쓰기)

Array하는 방법

 

  1. @AA=(‘G’’I’,’K’,…);

          @Base=(‘A,T,G,C);

 

Or 2. %AA=(‘A’,’GCC’,’L’,’UUA,..);

          For(%AA);

 

Write ( )

Open(Filehandle,”/usr/bio/Jong/test.txt”);

Print(filehandle, “ “);

Close( )