User:Renan A. Escalante-Chong/Notebook: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==My projects==
==My projects==
This is a list of the projects in my notebook


==Systems Biology Boot Camp 2009==
*[[Summer course Systems Biology (August 2009)]]
 
'''Modeling mRNA transcription'''
 
Multiply terms on the back arrow to write an ODE
 
If there is not a mathematical software available then it is possible to obtain data points but this technique is limited by the step size:
 
- if the step size is too small the computer might round it up to zero.
- if the step size is too big we lose resolution.
 
 
<math>
\frac{dmRNA}{dt}=+\alpha - \beta \cdot mRNA
</math>
 
 
To add more equations in the system Matlab only takes column arrays
 
'''Equation with mRNA and protein'''
 
<math>
\frac{dmRNA}{dt}=+\alpha_m - \beta_m \cdot mRNA
</math>
 
<math>
\frac{dProtein}{dt}=+\alpha_p \cdot mRNA - \beta_p \cdot Protein
 
</math>
 
'''Parameter fitting'''
 
Least squares
 
Residuals
 
In Matlab there are tools to fit parameters like fmin search or cftool (courved fit tool)


*[[Rotation at the Megason Lab (starting September 2009)]]


*[[Test layout]]


{{Lnblinks}}
{{Lnblinks}}

Latest revision as of 23:00, 12 November 2010