Query over using sensitivity Analysis #78
-
Hi @himoto , I am doing sensitivity analysis for my EGFR model and am facing an unusual thing. I have to do parametric sensitivity analysis with two conditions: EGFR concentration 1nM and 10nM, and am doing the same by three ways:
I have attached the graphs for your reference. Surprisingly the results change in attempt 3 when I enter both the concentrations simultaneously, in attempt 2 with 10nM the change for the 1st parameter was over 100 (as shown in Fig.2) but this does not happen in Fig.3. I would like to mention that the simulation results stay consistent in all three attempts but could you please tell me why does this happen with parametric sensitivity? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @aryaman3900 , Thank you for your inquiry. I would like to ask you this first: can you please perform sensitivity analysis with setting options['overwrite'] to True? run_analysis(model, target='parameter', options={'overwrite': True}) I would like to know whether you will get the same results with the code above. |
Beta Was this translation helpful? Give feedback.
Hi @aryaman3900 ,
Thank you for your inquiry.
I would like to ask you this first: can you please perform sensitivity analysis with setting options['overwrite'] to True?
I would like to know whether you will get the same results with the code above.