-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
16 changed files
with
34 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ build/ | |
/data/ | ||
coverage_report/ | ||
dist/ | ||
docs/site/ | ||
node_modules/ | ||
scripts/private | ||
/public/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# History | ||
|
||
## v24.1 (TBD) | ||
|
||
* ... |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,4 @@ | ||
# BMDS webserver | ||
# BMDS UI | ||
|
||
Run a webserver that will batch process dose-response data using the US EPA's | ||
benchmark dose modeling software [BMDS](https://www.epa.gov/bmds). Under the hood, this web application | ||
uses the [BMDS Python interface](https://pypi.python.org/pypi/bmds). | ||
A user interface foe execution of dose-response data using the US EPA's Benchmark Dose Modeling Software [BMDS](https://www.epa.gov/bmds). Under the hood, this web application uses the [BMDS Python interface](https://pypi.python.org/pypi/bmds). | ||
|
||
To use the webserver, specify a new BMDS Job using a input file formatted like this. | ||
|
||
```json | ||
{ | ||
"dataset_type": "D", | ||
"bmds_version": "BMDS2601", | ||
"datasets": [ | ||
{ | ||
"doses": [0, 1.96, 5.69, 29.75], | ||
"ns": [75, 49, 50, 49], | ||
"incidences": [5, 1, 3, 14] | ||
}, | ||
{ | ||
"doses": [0, 1.96, 5.69, 29.75], | ||
"ns": [75, 49, 50, 49], | ||
"incidences": [0, 0, 11, 27] | ||
} | ||
] | ||
} | ||
``` | ||
|
||
You'll receive a Job ID back, and you can check the website to see when the job is complete. Then, results can be downloaded. Results include: | ||
|
||
* The dfile created for each model | ||
* The outfile created for each model | ||
* The parsed output file for each model | ||
* A recommended best-fitting model, using guidance from [Wignall et al. 2014](https://dx.doi.org/10.1289/ehp.1307539) (optional) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# BMDS UI | ||
|
||
BMDS UI is a user interface for running `pybmds`, a python package for dose-response modeling using the US EPA's Benchmark Dose Modeling Software ([BMDS](https://www.epa.gov/bmds)). The user interface is a web application, and it is desgined for running as a web application (such as [BMDS Online](https://bmdsonline.epa.gov)) or a desktop model, which we call BMDS Desktop. | ||
|
||
## BMDS Desktop Capabilities | ||
|
||
BMDS Desktop is designed to run locally on your desktop computer in fully offline mode; it does not interact with any resources on the internet after initial installation. | ||
|
||
|
||
*Screenshot of TUI* | ||
|
||
*Create database* | ||
|
||
*BMDS Desktop User Interface w/ Runs* | ||
|
||
*Dose Response Setup* | ||
|
||
*Dose Response Plot* |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters