Skip to content

mwhitemfldm/zxara_PK

Repository files navigation

Test CI OS Test codecov Documentation Status

pkmodel-zxara

A Python package for pharmacokinetics modelling of drug delivery systems.

Read the Docs here.

Installation

Use the package manager pip to install.

pip install pkmodel-zxara

Usage

Navigate to the model directory.

cd lib/python3.8/site-packages/pkmodel_zxara/

Run the main.py file.

python3 -m __main__.py

Theory

Pharmacokinetics (PK) provides a quantitative basis for describing the delivery of a drug to a patient, the diffusion of that drug through the plasma/body tissue, and the subsequent clearance of the drug from the patient’s system. PK is used to ensure that there is sufficient concentration of the drug to maintain the required efficacy of the drug, while ensuring that the concentration levels remain below the toxic threshold. For an introductory theory, we recommend "Principles of Pharmacokinetics", by Ratain et. al. Available from: https://www.ncbi.nlm.nih.gov/books/NBK12815/

The model presented discretises the body into several linked, homogeneous compartments through which the concentration of an administered drug is tracked. It allows the user to specify the drug administration protocol, as well as physiological parameters.

Demo

The program outputs a figure and the associated data. With these users may compare models with different protocols and physiological parameters. An example is provided in the results directory, as shown in the following figure.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Relentlessly statistical Pharmokinetics Modelling Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages