Package to model dose response dynamics
Project description
Chi
About
Chi is an open source Python package for pharmacokinetic and pharmacodynamic (PKPD) modelling.
All features of the software are described in detail in the full API documentation.
Getting started
Installation
- Install sundials
Chi uses the open source package Myokit to solve ordinary differential equations and compute their sensitivities efficiently. Myokit does this using sundials' CVODESS, which needs to be installed with:
- On Ubuntu:
apt-get install libsundials-dev
- On MacOS:
brew install sundials
- On Windows: No action required. Myokit will install sundial automatically.
- Install chi
pip install chi-drm
You can now use chi's functionality by importing it
import chi
Tutorials
Tutorials and more detailed explanations on how to use chi can be found in the documentation's getting started section.
Citation
If you use this software in your work, please cite it using the following metadata:
Citation string
Augustin, D., (2024). Chi: A Python package for treatment response modelling. Journal of Open Source Software, 9(94), 5925, https://doi.org/10.21105/joss.05925
BibTeX
@article{
Augustin2024,
doi = {10.21105/joss.05925},
url = {https://doi.org/10.21105/joss.05925},
year = {2024},
publisher = {The Open Journal},
volume = {9},
number = {94},
pages = {5925},
author = {David Augustin},
title = {Chi: A Python package for treatment response modelling},
journal = {Journal of Open Source Software}
}
Contributing
There are lots of ways how you can contribute to Chi's development, and you are welcome to join in! For example, you can report problems or make feature requests on the issues pages.
Similarly, if you would like to contribute documentation or code you can create and issue, and then provide a pull request for review. To facilitate contributions, we have written extensive contribution guidelines to help you navigate the code.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chi_drm-1.0.1.tar.gz
.
File metadata
- Download URL: chi_drm-1.0.1.tar.gz
- Upload date:
- Size: 106.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df57da131dd974c2223ec4ca67564f3d24d3b3a571a9c59f868a61aea03b0f7 |
|
MD5 | 3d689faee285c1936a89c60faf4e0a9b |
|
BLAKE2b-256 | 50ed13535117c0e554c93bbb574ef5f2c47e39221591b55fdd4a6fae07495515 |
File details
Details for the file chi_drm-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: chi_drm-1.0.1-py3-none-any.whl
- Upload date:
- Size: 118.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0cb20143a5948171629c0245380baca8036739fbf193d4be0a486115c32f6a |
|
MD5 | b5ef144236ddadcc96ca4e876f8e634e |
|
BLAKE2b-256 | 6b8a334d74e7ee8b09d10a2196c7b5ab3cf88ce408d0722bd4cdcba8b67f49e3 |