Difference between revisions of "Lecture 2 - Bioprogamming class"

From Biolecture.org
imported>YoungKwang Jung
(Created page with "<p>What is program?<br /> Library : set of book<br /> my: confiner(restirct computer memory)<br /> %, $, @ - variable<br /> for example<br /> $: 1,2,3,4...<br /> %: 12/34<br /> @...")
 
imported>YoungKwang Jung
Line 22: Line 22:
  
 
<p>20 amino acid</p>
 
<p>20 amino acid</p>
 +
 +
<p>[[File:Amino_acid__structure.png]]</p>
  
 
<p>What is grammar?<br />
 
<p>What is grammar?<br />
 
grammar is rule to match input with ouput</p>
 
grammar is rule to match input with ouput</p>

Revision as of 19:57, 19 May 2017

What is program?
Library : set of book
my: confiner(restirct computer memory)
%, $, @ - variable
for example
$: 1,2,3,4...
%: 12/34
@: array

What is bioinformatics?
1. natural process of information propagation
2. programming technique
3. hack code of life and make a map

It vs Bioinformatics
Bioinformatics use biological data, find natural rule

Semiconductor of life
Semiconductor - can become conductor according to condition such as temperature, pH, salt concentration, number of electrons

protein is the triple point of state(liquid + gas + solid)

20 amino acid

File:Amino acid structure.png

What is grammar?
grammar is rule to match input with ouput