Difference between revisions of "Jiyoung Oh"
imported>Jiyoung Oh |
imported>Jiyoung Oh |
||
Line 1: | Line 1: | ||
− | <p> | + | <p> </p> |
<p>weezle52@naver.com</p> | <p>weezle52@naver.com</p> | ||
− | <p> | + | <p>[[1. Homework]]</p> |
+ | |||
+ | <ul> | ||
+ | <li> Define 20 words most important words in my life.</li> | ||
+ | </ul> | ||
− | <p> | + | <p> </p> |
<p> </p> | <p> </p> | ||
− | <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
- Define 20 words most important words in my life.
- 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하는 방법
- @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( )