Team:Paris/Modeling/f2prog

From 2008.igem.org

(Difference between revisions)
(New page: <html> <style type="text/css"> pre {font-size: 1.2em} span.keyword {color: #0000FF} span.comment {color: #228B22} span.string {color: #A020F0} span.untermstring {color: #B20000} span.sysc...)
(find_ƒ3 ( FliA ))
 
Line 14: Line 14:
<div style="text-align: left">
<div style="text-align: left">
-
== find_&#131;3 ( ''FliA'' ) ==
+
== &#131;2 ==
<html><pre class="codeinput">
<html><pre class="codeinput">

Latest revision as of 03:57, 30 October 2008

ƒ2

function act_pBad = f2(arab)
% activity of pBad in function of arabinose
 
global betabad Kbad nbad Kara nara;
% parameters
 
act_pBad = betabad * ( hill( hill( arab, Kara, nara ), Kbad, nbad ) );
 
end