From f659249c5d9613f1e2012d1dd34b5ff00eb3d69b Mon Sep 17 00:00:00 2001 From: Elin Nyman <elin.nyman@liu.se> Date: Wed, 5 Feb 2020 15:27:30 +0100 Subject: [PATCH] Add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2fad01 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Matlab files to reproduce the results of the manuscript **Mechanisms of a sustained anti-inflammatory drug response in alveolar macrophages unraveled with mathematical modeling** by Nyman et al. + +The IQM toolbox is used. + +First, you need to install the toolbox from https://iqmtools.intiquan.com/ + +Second, run the file `initIQM.m` + +To reproduce the results in the manuscript, run `plot_many_params.m` for each hypothesis + +The included files: + +`Macrophage_simple.txt` model text file used for hypothesis testing in the format of the IQM toolbox + +`Macrophage_treatment.txt` model text file for the model used to simulate treatment scenarios in in the format of the IQM toolbox + +`allGoodValuesX.dat` contains acceptable parameter values + +`cost_simple.m` computes the cost and need a set of parameter values as input + +`Optimization_simple.m` main script to use in the optimization of parameters + +`LoadData.m` computes mean values and standard error of the means from the raw data with only LPS stimulation and load to workspace + +`LoadDrugData.m` computes mean values and standard error of the means from the raw data with addition of Dexamathasone and load to workspace + +`plot_many_params.m` simulate the model and plot for all loaded acceptable parameter values + +`plot_treatment.m` simulate the treatment model and plot for for all loaded acceptable parameter values \ No newline at end of file -- GitLab