필터 지우기
필터 지우기

FRET data analysis with simulation

조회 수: 4 (최근 30일)
Parul Tewatia
Parul Tewatia 2020년 5월 23일
댓글: Parul Tewatia 2020년 5월 27일
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