Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

pythonhealthdatascience

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@pythonhealthdatascience

Reproducible Healthcare Simulations in Python and R

For the UKRI-funded project STARS: Sharing Tools and Artefacts for Reproducible Simulations

STARS: Sharing Tools and Artefacts for Reproducible Simulations

STARS Framework

The STARS framework is a set of open practices, tools and learning materials to produce enhanced versions of research artefacts that intend to increase accessibility for others to (re)use, adapt and build on work.

Essential components of STARS framework (shaded in green below):

  • Open license
  • Dependency management
  • Model created using free and open-source software (FOSS)
  • Minimum documentation
  • Research artefact meta data (ORCID ID + citation information)
  • Remote code repository
  • Open science archive

Optional components of STARS framework (shaded in blue below):

  • Enhanced documentation
  • Documentation hosting
  • Online coding environment
  • Model interface
  • Web app hosting

STARS framework overview

Repositories

Several repositories are related to our recent paper 'Towards sharing tools and artefacts for reusable simulations in healthcare', which includes three examples of the implemented STARS framework in Python:

RepositoriesDescription
stars-treat-simSTARS paper example 1. Implements essential components + annotated notebook to run code executable online with Binder
stars-simpy-example-docs

stars-streamlit-example
STARS paper example 2. Fully implements essential + optional components including enhanced documentation hosted online and web app
stars-ciw-exampleSTARS paper example 3. Fully implements essential + optional components, but with different licence, documentation publishing software, web app framework and web app hosting

Subsequently, we have been developing similar examples in R, as well as looking at webassembly:

RepositoriesDescription
stars-treat-simmerR simmer implementation of treatment simulation model
stars-shiny-simmerTemplate for shiny interface to simmer DES model
stars-stlite-examplestlite template for SimPy models
stars-simpy-jupterliteJupyterLite template for SimPy models

As part of STARS, we are assessing the reproducibility of published simualation models, with related repositories as follows:

RepositoriesDescription
stars-reproduction-protocolLatex files for reproduction protocol
stars-reproduce-allen-2020Test run of reproducibility protocol on Allen et al. 2020
stars-reproduction-templateTemplate for assessment of computational reproducibility
stars-reproduce-shoaib-2022Reproduction study 1: Shoaib and Ramamohan 2022 (Python)
stars-reproduce-huang-2019Reproduction study 2: Huang et al. 2019 (R)
stars-reproduce-lim-2020Reproduction study 3: Lim et al. 2020 (Python)
stars-reproduce-kim-2021Reproduction study 4: Kim et al. 2021 (R)
stars-reproduce-anagnostou-2022Reproduction study 5: Anagnostou et al. 2022 (Python)
stars-reproduce-johnson-2021Reproduction study 6: Johnson et al. 2021 (R)
stars-reproduce-hernandez-2015Reproduction study 7: Hernandez et al. 2015 (Python model + R figures)
stars-reproduce-wood-2021Reproduction study 8: Wood et al. 2021 (R)
stars_wp1_summarySummary of the eight computational reproducibility assessments conducted as part of STARS Work Package 1. These assessed discrete-event simulation papers with models in Python and R.

There is a tutorial on discrete-event simulation for the Operational Research Society Simulation Workshop 2025:

RepositoriesDescription
intro-open-simAn introduction to Discrete-Event Simulation using Free and Open Source Software

Other repositories are:

RepositoriesDescription
stars-publicationsList of all STARS publications
stars-logoSVG and PNG files with logo
stress_updateA review and update of the Strengthening the Reporting of Empirical Simulation Studies guidelines for DES, SD, and ABS.
stars-eom-rccModifications to the "Exeter Oncology Model: Renal Cell Carcinoma edition (EOM-RCC)" as part of STARS work package 3.
stars_wp3_summaryReflections from prospective and retrospective application of the STARS framework

Team

MemberORCIDGitHub
Thomas MonksORCID: Monkshttps://github.com/TomMonks
Alison HarperORCID: Harperhttps://github.com/AliHarp
Navonil MustafeeORCID: Mustafeehttps://github.com/NavonilNM
Andrew MayneORCID: Maynehttps://github.com/andy-mayne
Amy HeatherORCID: Heatherhttps://github.com/amyheather

Popular repositoriesLoading

  1. intro-open-simintro-open-simPublic

    An introduction to building open Descrete-Event Simulation (DES) in Python

    Jupyter Notebook 4

  2. stars-simpy-jupterlitestars-simpy-jupterlitePublic template

    A template for Discrete-Event Simulation (DES) repositories that use JupyerLite and xeus-python to enable reproducible environments and models

    Jupyter Notebook 3

  3. stars-shiny-simmerstars-shiny-simmerPublic

    WORK IN PROGRESS: An example R shiny interface to a simmer DES model.

    JavaScript 3

  4. stars-eom-rccstars-eom-rccPublic

    Forked fromnice-digital/NICE-model-repo

    Modifications to the "Exeter Oncology Model: Renal Cell Carcinoma edition (EOM-RCC)" as part of STARS work package 3.

    R 3

  5. rap_template_python_desrap_template_python_desPublic template

    Template reproducible analytical pipeline (RAP) for simple python discrete-event simulation (DES) model.

    Jupyter Notebook 3

  6. stars-publicationsstars-publicationsPublic

    A list of all STARS publications including journals articles, conference papers, book chapters, pre-prints and presentations

    2

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 35 repositories
  • rap_template_python_des Public template

    Template reproducible analytical pipeline (RAP) for simple python discrete-event simulation (DES) model.

    pythonhealthdatascience/rap_template_python_des’s past year of commit activity
    Jupyter Notebook 3MIT0 6(1 issue needs help) 0 UpdatedMar 21, 2025
  • gw4_prize_presentation Public

    Amy Heather's presentation for the GW4 Open Research Prize 2024/25

    pythonhealthdatascience/gw4_prize_presentation’s past year of commit activity
    HTML 1CC-BY-4.00 0 0 UpdatedMar 19, 2025
  • rap_template_r_des Public template

    Template reproducible analytical pipeline (RAP) for simple R discrete-event simulation (DES) model.

    pythonhealthdatascience/rap_template_r_des’s past year of commit activity
    R 1 1 4(1 issue needs help) 0 UpdatedMar 18, 2025
  • intro-open-sim Public

    An introduction to building open Descrete-Event Simulation (DES) in Python

    pythonhealthdatascience/intro-open-sim’s past year of commit activity
    Jupyter Notebook 4MIT0 0 0 UpdatedFeb 25, 2025
  • stars-ciw-example Public

    A treatment simulation model implemented in CiW

    pythonhealthdatascience/stars-ciw-example’s past year of commit activity
    Python 1GPL-3.0 3 0 0 UpdatedJan 22, 2025
  • stars_wp1_summary Public

    Summary of the eight computational reproducibility assessments conducted as part of STARS Work Package 1. These assessed discrete-event simulation papers with models in Python and R.

    pythonhealthdatascience/stars_wp1_summary’s past year of commit activity
    TeX 1CC-BY-4.00 0 0 UpdatedJan 22, 2025
  • stars-reproduce-anagnostou-2022 Public

    Assessing the computational reproducibility of Anagnostou et al. 2022 as part of STARS.

    pythonhealthdatascience/stars-reproduce-anagnostou-2022’s past year of commit activity
    Jupyter Notebook0BSD-3-Clause0 0 0 UpdatedJan 9, 2025
  • stars-reproduce-shoaib-2022 Public

    Assessing the computational reproducibility of Shoaib and Ramamohan 2022 as part of STARS.

    pythonhealthdatascience/stars-reproduce-shoaib-2022’s past year of commit activity
    Jupyter Notebook0MIT0 0 0 UpdatedJan 9, 2025
  • stars-reproduce-wood-2021 Public

    Assessing the computational reproducibility of Wood et al. 2021 as part of STARS.

    pythonhealthdatascience/stars-reproduce-wood-2021’s past year of commit activity
    TeX0GPL-3.00 0 0 UpdatedJan 9, 2025
  • stars-reproduce-johnson-2021 Public

    Assessing the computational reproducibility of Johnson et al. 2021 as part of STARS.

    pythonhealthdatascience/stars-reproduce-johnson-2021’s past year of commit activity
    R0GPL-3.00 0 0 UpdatedJan 9, 2025

Top languages

Loading…

Most used topics

Loading…


[8]ページ先頭

©2009-2025 Movatter.jp