Srinivasan, S., Cluett, W. R., Mahadevan, R., A scalable method for parameter identification in kinetic models of metabolism using steady state data, Bioinformatics, 2019.
-
run
create_experiment_datawith desired options active to generate initial set of experimental data withmpirun -np 4 python create_experiment_data.py -
all generated data files are stored in exp subdirectory
-
run
ident_exp_datawith desired options to generate data needed for identifiability analysis withpython ident_exp_data.py -
all generated data files are stored in exp subdirectory
- run
parallel_identwith desired functions to perform identifiability analysis on the small network - run the script with
mpito enable multithreaded operation - e.g.,
mpirun -np 4 python parallel_ident.py - all generated data files are stored in ident subdirectory
- all generated figures are stored in the results subdirectory
- all estimated parameters from the identifiability analysis in the previous step can be validated
- run
parallel_validatewith desired function to perform validation of identified and estimated parameters - run the script with
mpito enable multithreaded operation - e.g.,
mpirun -np 4 python parallel_validate.py
- Python 3.4
- mpi4py
conda install mpi4py - mpi4py master-slave library