![]() |
HEP-CE 2.0.1
Hepatitis-C Cost Effectiveness Simulation
|
Source Code: https://github.com/SyndemicsLab/hep-ce
HEP-CE
is a simulation model written and maintained by the Syndemics Lab at Boston Medical Center. HEP-CE
is a Markov chain Monte Carlo state-transition model which simulates the spread and treatment of Hepatitis C Virus (HCV).
The version of HEP-CE
you see now is a complete refactor developed with a focus on four goals:
The old HEP-CE
model (HEPCEv1) was written in C++, like this one, but to honor the above goals we did not reuse code from HEPCEv1.
Clone the source code and then build:
To use the provided executable, you need data in the correct structure.
Each set of model inputs must be provided in a folder named input<number>
, where the <number>
is replaced with the identifier of the input. The following depicts a tree of directories in which there are two input sets, numbered 1 and 2, for HEP-CE
in the same source directory:
The sim.conf
uses the .ini
configuration format to break down model settings into key-value pairs that are also grouped into sections. For detailed descriptions of these values, reference Managing the Data.
An empty database with the correct structure can be created via the example schema.
Once you have model inputs in the correct structure, you can call the executable from the git directory with
To run the model for the example data-source
shown above, you'd use the following command: