A package for fitting benchmark dose curves to dichotomous, proportional, and light photomotor response data
Project description
bmdrc
Python library for the calculation of BenchMark Dose Response Curves (bmdrc) for binary, continuous, and larval photomotor response data. We suggest using Python version 3.10 or later.
Please cite: Degnan, D. J., Bramer, L. M., Truong, L., Tanguay, R. L., Gosline, S. M., & Waters, K. M. (2025). bmdrc: Python package for quantifying phenotypes from chemical exposures with benchmark dose modeling. PLOS Computational Biology, 21(7), e1013337.
Read the full paper here
General Schematic
Originally built to calculate benchmark doses (BMDs) for dichotomous data converted to proportions, bmdrc has now been expanded to also fit curves for continuous data.
-
Input Data Module: Import data into the python library.
-
Pre-Processing Module: Combine and remove endpoints as needed.
-
Filtering Modules: Apply recommended filters from the EPA and statistics experts.
-
Model Fitting Modules: Fit recommended models from the EPA and statistics experts. The best fit model is auto-selected for you.
-
Output Modules: Select tables to output as csvs. View plots in a HTML report.
How to install the package
First, install the package from pip using:
pip install bmdrc
Or from github using:
pip install git+https://github.com/PNNL-CompBio/bmdrc
Package terminology
A phenotype being measured in response to a chemical exposure is called an endpoint. This can be the presence or absence of a deformity (dichotomous data) or a continuous measurement (like from an assay). Each endpoint has a response variable if it can be modeled directly. When a raw measurement needs transormation before modeling (e.g., converting a value of 0 or 1 to a proportional response for dichotomous data), the initial measurement is referred to as a value. While not always required, researchers may also track data associated with the plate, well, and time of the experiment for object in specific classes.
How to use the package
Dichotomous Data
-
BinaryClass The
BinaryClassobject contains specific pre-processing and filtering functions that pertain to plates and wells. Each value should be a 0, 1, or NA, and bmdrc will caculate the response column. The following columns are needed for data in long and wide format: chemical, plate, well, concentration. The following columns are only needed for data in wide format: endpoint, value. See a full pipeline demo here -
ProportionalClass If your data does not contain plates and wells, the
ProportionalClassobject only requires a chemical, endpoint, concentration, and response (a proportion ranging from 0 to 1). Data must be in long format. See a full pipeline demo here -
LPRClass In the
LPRClass, larval photomotor response data can be converted to dichotomous as described in Thomas et al 2019. Data must be in long format and contain the following columns: chemical, plate, well, concentration, time, and value. Users must specify the time between cycles, the cooldown time between cycles, and whether to start with a light or dark cycle. If this format does not fit your data nicely, please report it to the issues tab. See a full pipeline demo here
Available Models: gamma, log logistic, log probit, logistic, multistage, probit, quantal linear, Weibull
Continuous Data
- ContinuousClass The
ContinuousClassobject requires only four columns: chemical, endpoint, concentration, and response (a continuous variable with any range). All selected models support negative numbers and zeroes. NA values are automatically filtered out. All models assume that data is meant to be monotonic (increasing/staying the same OR decreasing/staying the same). Thus, there will be one curve. See a full pipeline demo here
Available Models: asymptotic regression, exponential, Gompertz, Hill, Michaelis-Mentin, power, Weibull
Example Data and Reports
Example Data
Example data for dichotomous, proportional, larval photomotor response, and continuous data can be found here.
Example Report
A sample generated report for:
-
binary (dichotomous)/proportional data can be found here
-
larval photomotor response (LPR) data can be found here
-
proportional data can be found here
-
continuous data can be found here
Logo
Feel free to use our logo when referring to our tool!
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bmdrc-1.2.0.tar.gz.
File metadata
- Download URL: bmdrc-1.2.0.tar.gz
- Upload date:
- Size: 44.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee7f680462d850ff2a6bcbd8a54ae5987340792c6052514c6214d6df89554dcc
|
|
| MD5 |
3f3ac29387fd0eeb4414cdfe04582cb4
|
|
| BLAKE2b-256 |
82f1ac172a2116275e7caca058312f39504f190ab251dc835ccc6d508998a7e8
|
File details
Details for the file bmdrc-1.2.0-py3-none-any.whl.
File metadata
- Download URL: bmdrc-1.2.0-py3-none-any.whl
- Upload date:
- Size: 50.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
170d696318434a11dcedb34c52cda105b05b56c96901a3434bfe41255afb63f6
|
|
| MD5 |
bec7da5bb670addf76765234e300eaab
|
|
| BLAKE2b-256 |
528eb858c9f5c4e05a2be134ceabe2f841524a32a24aa4c7a4add8e846ebde56
|