Difference between revisions of "Lecture 2 - Bioprogamming class"

From Biolecture.org
imported>YoungKwang Jung
imported>YoungKwang Jung
Line 2: Line 2:
 
Library : set of book<br />
 
Library : set of book<br />
 
my: confiner(restirct computer memory)<br />
 
my: confiner(restirct computer memory)<br />
%, $, @ - variable<br />
+
%(hash), $(scaler), @(array) - variable<br />
 
for example<br />
 
for example<br />
 
$: 1,2,3,4...<br />
 
$: 1,2,3,4...<br />

Revision as of 20:10, 19 May 2017

What is program?
Library : set of book
my: confiner(restirct computer memory)
%(hash), $(scaler), @(array) - 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)

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

20 amino acid

File:Amino acid structure.png