https://github.com/cutright/dvh-analytics

A DICOM Database Application for Radiation Oncology

https://github.com/cutright/dvh-analytics

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 16 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.9%) to scientific vocabulary

Keywords

bokeh dicom dicompyler machine-learning pydicom radiation-oncology wxpython-phoenix
Last synced: 9 months ago · JSON representation

Repository

A DICOM Database Application for Radiation Oncology

Basic Info
  • Host: GitHub
  • Owner: cutright
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 39.3 MB
Statistics
  • Stars: 85
  • Watchers: 14
  • Forks: 33
  • Open Issues: 5
  • Releases: 0
Archived
Topics
bokeh dicom dicompyler machine-learning pydicom radiation-oncology wxpython-phoenix
Created over 7 years ago · Last pushed over 4 years ago
Metadata Files
Readme Changelog License

README.rst

DVH Analytics
=============

**NOTE**: DVHA has been archived and is no longer supported. The developers of DVHA and dicompyler have teamed up to form `ONCurate `__.

|logo|


DVH Analytics (DVHA) is a software application for building a local database of radiation oncology 
treatment planning data. It imports data from DICOM-RT files (*i.e.*, plan, dose, and structure), creates a SQL database,
provides customizable plots, and provides tools for generating linear, multi-variable, and machine learning 
regressions.

|pypi| |Docs| |lgtm-cq| |lgtm| |lines| |repo-size| |code-style|


Documentation
-------------
Be sure to check out the `latest release `__
for the user manual PDF, which is geared towards the user interface. For
power-users, `dvha.readthedocs.io `__
contains detailed documentation for backend tools (*e.g.*, if you want to
perform queries with python commands).

Executables
-----------
Executable versions of DVHA 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. 


About
-----
|screenshot|

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
- share regression models with other DVHA users
- additional screenshots available `here `__


The code is built with 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 `__ - A library of core radiation therapy modules for DICOM RT
* `Bokeh `__ - Interactive Web Plotting for Python
* `scikit-learn `__ - Machine Learning in Python


Installation
------------
To install via pip:

.. code-block:: console

    $ pip install dvha

If you've installed via pip or setup.py, launch from your terminal with:

.. code-block:: console

    $ dvha

If you've cloned the project, but did not run the setup.py installer, launch DVHA with:

.. code-block:: console

    $ 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, < 4.1.0
* `Pydicom `__ >=1.4.0
* `dicompyler-core `__ >= 0.5.4
* `Bokeh `__ >= 1.2.0, < 2.0.0
* `PostgreSQL `__ (optional) and `psycopg2 `__
* `SQLite3 `__
* `SciPy `__
* `NumPy `__
* `Shapely `__ < 1.7.0
* `Statsmodels `__ >=0.8.0
* `Scikit-image `__
* `Scikit-learn `__ >= 0.21.0
* `regressors `__
* `RapidFuzz `__
* `selenium `__
* `PhantomJS `__
* `DVHA MLC Analyzer `__


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.

The previous web-based version described in the above publication can be found 
`here `__ but is no longer being developed.

Related Publications
--------------------
DOI: `http://doi.org/10.1002/mp.14795 `__
  Roy A, Widjaja R, Wang M, Cutright D, Gopalakrishnan M, Mittal BB. "Treatment plan quality control using multivariate control charts." Medical Physics. (2021).

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).


Selected Studies Using DVHA
---------------------------
*5,000 Patients*  
National Cancer Institute (5R01CA219013-03): Active 8/1/17 → 7/31/22  
`Retrospective NCI Phantom-Monte Carlo Dosimetry for Late Effects in Wilms Tumor `__
Brannigan R (Co-Investigator), Kalapurakal J (PD/PI), Kazer R (Co-Investigator)

*265 Patients*  
DOI: `https://doi.org/10.1016/j.ijrobp.2019.06.2509 `__
Gross J, et al. "Determining the organ at risk for lymphedema after regional nodal irradiation in 
breast cancer." International Journal of Radiation Oncology* Biology* Physics 105.3 (2019): 649-658.

.. |pypi| image:: https://img.shields.io/pypi/v/dvha.svg
   :target: https://pypi.org/project/dvha/
   :alt: pypi

.. |lgtm-cq| image:: https://img.shields.io/lgtm/grade/python/g/cutright/DVH-Analytics.svg?logo=lgtm&label=code%20quality
   :target: https://lgtm.com/projects/g/cutright/DVH-Analytics/context:python
   :alt: lgtm code quality

.. |lgtm| image:: https://img.shields.io/lgtm/alerts/g/cutright/DVH-Analytics.svg?logo=lgtm
   :target: https://lgtm.com/projects/g/cutright/DVH-Analytics/alerts
   :alt: lgtm

.. |Docs| image:: https://readthedocs.org/projects/dvha/badge/?version=latest
   :target: https://dvha.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. |lines| image:: https://img.shields.io/tokei/lines/github/cutright/dvh-analytics
   :target: https://img.shields.io/tokei/lines/github/cutright/dvh-analytics
   :alt: Lines of code

.. |repo-size| image:: https://img.shields.io/github/languages/code-size/cutright/dvh-analytics
   :target: https://img.shields.io/github/languages/code-size/cutright/dvh-analytics
   :alt: Repo Size

.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: black

.. |logo| raw:: html

    
      DVHA logo
    

.. |screenshot| raw:: html

    DVH Analytics screenshot

Owner

  • Name: Dan Cutright
  • Login: cutright
  • Kind: user
  • Location: Chicago, IL
  • Company: University of Chicago Medicine

Medical Physicist

GitHub Events

Total
  • Watch event: 5
  • Fork event: 2
Last Year
  • Watch event: 5
  • Fork event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 1,070
  • Total Committers: 3
  • Avg Commits per committer: 356.667
  • Development Distribution Score (DDS): 0.201
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
cutright d****t@g****m 855
cutright d****t@r****u 213
cutright 8****7 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 77
  • Total pull requests: 23
  • Average time to close issues: 21 days
  • Average time to close pull requests: about 21 hours
  • Total issue authors: 13
  • Total pull request authors: 1
  • Average comments per issue: 6.04
  • Average comments per pull request: 0.57
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cutright (44)
  • Kiragroh (8)
  • sama2689 (7)
  • bozhikovstanislav (5)
  • SotiriStathakis (4)
  • ThirumuruganE (2)
  • reza021mohammadi (1)
  • MohammadSalehi72 (1)
  • darcymason (1)
  • rabayliss (1)
  • TroyChicago (1)
  • akosgulyban (1)
  • mateuszbaran (1)
Pull Request Authors
  • cutright (23)
Top Labels
Issue Labels
bug (23) enhancement (12) bug: minor (10) discussion (2)
Pull Request Labels

Dependencies

docs/requirements.txt pypi
  • bokeh <2.0.0
  • dicompyler-core *
  • psycopg2-binary *
  • pydicom *
  • pypubsub *
  • python-dateutil *
  • rapidfuzz *
  • regressors *
  • scikit-image *
  • scikit-learn *
  • selenium *
  • shapely *
  • statsmodels *
requirements.txt pypi
  • bokeh >=1.2.0,<2.0.0
  • dicompyler-core >=0.5.5
  • dvha-mlca >=0.2.3.post1
  • numpy *
  • pandas >=1.1.5
  • psycopg2-binary *
  • pydicom >=1.4.0
  • pypubsub *
  • python-dateutil *
  • rapidfuzz *
  • regressors *
  • scikit-image *
  • scikit-learn >=0.21.0
  • scipy *
  • selenium *
  • shapely *
  • statsmodels >=0.8.0
  • wxPython >=4.1.1