FRET data analysis with simulation

5 次查看(过去 30 天)
I am having FRET data where the FRET ratio of AKAR the reporter for active PKA is calculated from the graph going from ratio 1.08 (dephosphorylated AKAR) to 1.9 (fully phos AKAR i.e AKARp)
the reaction is PKAc+AKAR4<-> PKAcAKAR4-> AKARp
i have developed a model in simbiology and want to fit the experimetal data to the output ratio of model and then calculate maximum Active PKA (PKAc) based on the ratio.
is there any example to do the same or anyone has done something similar.

回答(1 个)

Arthur Goldsipe
Arthur Goldsipe 2020-5-26
Hi Parul,
This sounds like a fitting problem that can be solved using sbiofit from the command line or using a fit program within the SimBiology graphical app. You can find an example of fitting from the command line on this reference page.
But maybe the detail you are struggling with is how to fit to ratio? If that's the case, I can think of a couple of ways to accomplish that. Perhaps the most straightforward would be to add the relevant ratio to your SimBiology model using a repeated assignment rule. If I understand correctly, your measurements correspond to the ratio of AKAR to AKARp. In that case, you could add a parameter (let's call it FRET) to the model, make sure it is non-constant, and then add a repeated assignment rule FRET = AKAR/AKARp. Then, you can fit your simulated values of FRET to your actual measurements.
If you need more details, please let me know whether you want a command-line example or an example in the SimBiology graphical app, and what version of MATLAB you are using.
-Arthur
  3 个评论
Arthur Goldsipe
Arthur Goldsipe 2020-5-27
If you want a command-line example, I suggest the one from the sbiofit reference page or one of these examples. The main difference is that when you map the model response to a column in the data, you will use the name of the repeated assignment variable on the left-hand side of the expression and the name of the relevant variable in your experimental data as the right-hand side of the expression.
Parul Tewatia
Parul Tewatia 2020-5-27
aha thank you arthur, now i have a reference to look at.
Thanks again for all your help.
best
Parul

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Import Data 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by