SurvivalVolume

SurvivalVolume: interactive volume threshold survival graphs - Published in JOSS (2016)

https://github.com/genomematt/survivalvolume

Science Score: 100.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 12 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    3 of 5 committers (60.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Mathematics Computer Science - 84% confidence
Last synced: 6 months ago · JSON representation ·

Repository

A set of tools for parsing measurement with threshold over time data (eg tyre wear, tumour treatment studies) and generating interactive and static plots.

Basic Info
  • Host: GitHub
  • Owner: genomematt
  • License: gpl-3.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 4.8 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 8
Created over 9 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Code of conduct Citation

README.md

DOI JOSS PyPI

SurvivalVolume

v1.2.4 Matthew Wakefield

Treatment studies of cancer frequently use tumour volume to measure response to therapy. Therapeutic response will be apparent at different time points during the experiment. Progressive disease (increasing volume), stable disease and regression (reduction in volume) under therapy are important measures of response in addition to the overall time to reach a defined maximum volume. Traditional methods of presenting this data involve 3 unconnected graphs: line graphs of each individual, average volume of each group with standard error of the mean, and a Kaplan-Meier graph of time to maximum volume.

Survival volume is a python package to produce an integrated plot of these three representations of the same data, and to provide interaction with the plots of volume to enhance exploration of outliers and subgroups that are of interest clinically.

Survival volume can also be applied to any other survival application where a measurement is taken over time, and a threshold used to determine failure, eg tyre tread wear.

Installation

Survival volume is written for use with Python3 Version 1.2.4 requires Python 3.8 or higher.

It has dependencies on: - matplotlib >= v3.3 - mpld3 >= 1.16.5 - lifelines >= 0.26 - scipy >= 1.6 - pandas >= 1.2 - numpy >=1.16.5 - xlrd - openpyxl

It is recommended that you use a pyvenv virtual environment.

For a simple install using the release version of mpld3 you can either install from the Python Package Index (PyPI)

pip3 install survivalvolume

or from the github repository

pip3 install git+https://github.com/genomematt/survivalvolume.git

To run the tests use

python3 -m survivalvolume.tests.test_all

It is also recommended to run the user_guide.ipynb file and visually compare it to the html version (see below)

Usage

Worked examples of how to use survivalvolume are provided in the user guide

Github will not render all the graphics in the User Guide jupyter notebook in the github repository, you can see the text just not the output. To look at the graphics you can either download the html version and open in your browser, or view the html on github.io

User Guide on github.io

API documentation for parsing files

API documentation for plotting files

Contributing to survivalvolume

Survivalvolume is licensed under the GPLv3. You are free to fork this repository under the terms of that license. If you have suggested changes please start by raising an issue in the issue tracker. Pull requests are welcome and will be included at the discretion of the author. Bug reports should be made to the issue tracker. Difficulty in understanding how to use the software is a documentation bug, and should also be raised on the issue tracker with the tag question so your question and my response are easily found by others.

Survivalvolume aims to maintain a respectful and inclusive community and adopts the contributor covenant v2.1

Citing survivalvolume

Survivalvolume is published in the Journal of Open Source Software. Please cite the paper in academic publications DOI:10.21105/joss.00111. Each release also has a Zenodo DOI identifier for each release. In an ideal world this is what you would cite to indicate the code you use, and make everything more reproducible but academic credit is better served at the moment by the paper. Try and include the Zenodo DOI or a version number in your methods. The DOI for the current release is Zenodo DOI

@article{JWakefield2016, doi = {10.21105/joss.00111}, url = {http://dx.doi.org/10.21105/joss.00111}, year = {2016}, month = {dec}, publisher = {The Open Journal}, volume = {1}, number = {8}, author = {Matthew J. Wakefield}, title = {{SurvivalVolume}: interactive volume threshold survival graphs}, journal = {The Journal of Open Source Software} }

References

Davidson-Pilon, C., Lifelines, (2016), Github repository, https://github.com/CamDavidsonPilon/lifelines

Owner

  • Name: Matthew Wakefield
  • Login: genomematt
  • Kind: user
  • Location: Wurundjeri lands (Melbourne, Australia)

JOSS Publication

SurvivalVolume: interactive volume threshold survival graphs
Published
December 14, 2016
Volume 1, Issue 8, Page 111
Authors
Matthew J. Wakefield ORCID
The Walter and Eliza Hall Institute, The University of Melbourne
Editor
Arfon Smith ORCID
Tags
bioinformatics biostatisics visualisation treatment studies

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Wakefield"
  given-names: "Matthew"
  orcid: "https://orcid.org/0000-0001-6624-4698"
title: "SurvivalVolume"
version: 1.2.3
doi: 10.5281/zenodo.1039994
date-released: 2021-05-31
url: "https://github.com/genomematt/survivalvolume"
preferred-citation:
  type: article
  authors:
  - family-names: "Wakefield"
    given-names: "Matthew"
    orcid: "https://orcid.org/0000-0001-6624-4698"
  doi: "10.21105/joss.00111"
  journal: "The Journal of Open Source Software"
  month: 9
  start: 111 # First page number
  end: 111 # Last page number
  title: "SurvivalVolume: interactive volume threshold survival graphs"
  issue: 1
  volume: 8
  year: 2016

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 72
  • Total Committers: 5
  • Avg Commits per committer: 14.4
  • Development Distribution Score (DDS): 0.556
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Matthew Wakefield w****d@w****u 32
Matthew Wakefield w****d@g****l 18
Matthew Wakefield w****d@g****u 10
Matthew Wakefield m****d@w****u 10
Arfon Smith a****n 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 13
  • Average time to close issues: 9 days
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.29
  • Average comments per pull request: 0.08
  • Merged pull requests: 12
  • 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
  • genomematt (6)
  • jankatins (1)
Pull Request Authors
  • genomematt (11)
  • arfon (2)
Top Labels
Issue Labels
bug (4) enhancement (3)
Pull Request Labels

Dependencies

pyproject.toml pypi
  • Jinja2 ^3.0.3
  • ipython ^5.11
  • lifelines ^0.26
  • matplotlib ^3.3
  • mpld3 ^0.5.7
  • numpy ^1.16.5
  • openpyxl ^3.0.9
  • pandas ^1.2
  • python ^3.8
  • scipy ^1.6
  • xlrd ^2.0.1
requirements.txt pypi
  • ipython >=2.0
  • jinja2 *
  • lifelines >=0.26
  • matplotlib >=3.3
  • mpld3 *
  • numpy >=1.16.5
  • openpyxl *
  • pandas >=1.2
  • scipy >=1.6
  • xlrd *
setup.py pypi
  • jinja2 *
  • lifelines >=0.26
  • matplotlib >=3.3
  • mpld3 *
  • numpy >=1.16.5
  • openpyxl *
  • pandas >=1.2
  • scipy >=1.6
  • setuptools *
  • xlrd *