Create a database of DVHs, GUI with wxPython, plots with Bokeh
Project description
Welcome to the brand new DVH Analytics (DVHA), rewritten as a native OS application with wxPython. This version is currently only available as source code during the public beta. Compiled versions will be available after successful testing. The previous web-based version can be found here but is no longer being developed.
DVHA Executables
Executable versions of DVHA 0.6.9 can be found here. Please keep in mind this software is still in beta. If you have issues, compiling from source may be more informative.
Admin Rights No Longer Needed
As of v0.6.7, DVHA supports both SQLite and PostgreSQL.
SQLite:
- No admin rights needed on your computer
- No need to figure out how to make user logins and databases in SQL
- Easier to share your database - just zip (and encrypt), send to colleague
PostgreSQL:
- Supports multiple instances of DVHA accessing the same database at once
- Database may be housed remotely (just need the accessible IP address)
- Supports user login and password
Additional SQLite vs PostgreSQL information can be found here.
About
DVH Analytics is a software application to help radiation oncology departments build an in-house database of treatment planning data for the purpose of historical comparisons and statistical analysis.
The application builds a SQL database of DVHs and various planning parameters from DICOM files (i.e., Plan, Structure, Dose). Since the data is extracted directly from DICOM files, we intend to accommodate an array of treatment planning system vendors.
In addition to viewing DVH data, this software provides methods to:
- download queried data
- create time-series plots of various planning and dosimetric variables
- calculate correlations
- generate multi-variable linear and machine learning regressions.
- additional screenshots available here
The code is built upon these core libraries:
- wxPython Phoenix - Build a native GUI on Windows, Mac, or Unix systems
- Pydicom - Read, modify and write DICOM files with python code
- dicompyler-core - Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
- Bokeh - Interactive Web Plotting for Python
- scikit-learn - Machine Learning in Python
Installation
To install via pip:
pip install dvha
If you've installed via pip or setup.py, launch from your terminal with:
dvha
If you've cloned the project, but did not run the setup.py installer, launch DVHA with:
python dvha_app.py
See our installation notes for potential Shapely install issues on MS Windows and help setting up a PostgreSQL database if it is preferred over SQLite3.
Dependencies
- Python >3.5
- wxPython Phoenix >= 4.0.4
- Pydicom >=1.0
- dicompyler-core 0.5.3
- Bokeh >= 1.2.0
- PostgreSQL (optional) and psycopg2
- SQLite3
- SciPy
- NumPy
- Shapely
- Statsmodels 0.8.0
- Scikit-learn
- regressors
Support
If you like DVHA and would like to support our mission, all we ask is that you cite us if we helped your publication, or help the DVHA community by submitting bugs, issues, feature requests, or solutions on the issues page.
Cite
DOI: https://doi.org/10.1002/acm2.12401
Cutright D, Gopalakrishnan M, Roy A, Panchal A, and Mittal BB. "DVH Analytics: A DVH database for clinicians and researchers." Journal of Applied Clinical Medical Physics 19.5 (2018): 413-427.
DOI: https://doi.org/10.1016/j.adro.2019.11.006
Roy A, Cutright D, Gopalakrishnan M, Yeh AB, and Mittal BB. "A Risk-Adjusted Control Chart to Evaluate IMRT Plan Quality." Advances in Radiation Oncology (2019).
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
File details
Details for the file dvha-0.7.0rc1.tar.gz
.
File metadata
- Download URL: dvha-0.7.0rc1.tar.gz
- Upload date:
- Size: 349.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 612e3e529daaadb50cb2f0dab83538feb9822609572a5ff9ab05df22b7ccdc16 |
|
MD5 | d921ef3f481f4406153533af6e50b6bf |
|
BLAKE2b-256 | e385dc42ffa5c2a40c4e5fdcd8e4c581ffbbfb8e23c38225c7a935fd05764a27 |
File details
Details for the file dvha-0.7.0rc1-py3-none-any.whl
.
File metadata
- Download URL: dvha-0.7.0rc1-py3-none-any.whl
- Upload date:
- Size: 368.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1528cc96fcff884cffe1cf37e41ecc89821626dd33e299c1aa8476d5d90230 |
|
MD5 | 12ffed98bb88ab85519427172ac73338 |
|
BLAKE2b-256 | f6cf433e37d9af11d532961988390c3a8d3c23620e5eaf7379366f32824c5470 |