Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danjscho committed Oct 5, 2023
1 parent 8e3be10 commit 1aed3c6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
Expand All @@ -23,13 +22,13 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
name: flake8 - Python linting

- repo: https://github.com/psf/black
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 23.9.1 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
name: black - consistent Python code formatting (auto-fixes)
Expand Down
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hypergraph Multimorbidity (Hypergraph-mm)
# Hypergraph Multimorbidity (hypergraph-mm)
## NHS England - Digital Analytics and Research Team - PhD Internship Projects

### About the Project
Expand All @@ -10,12 +10,18 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


This repository holds supporting code for the "Transforming Healthcare Data with Graph-based Techniques Using SAIL DataBank" project including a copy of the framework built to perform the hypergraph calculations. It also supports the work presented in the pre-print [Representing multimorbid disease progressions using directed hypergraphs](https://doi.org/10.1101/2023.08.31.23294903).
`hypergraph-mm` holds supporting code for the "Transforming Healthcare Data with Graph-based Techniques Using SAIL DataBank" project including a copy of the framework built to perform the hypergraph calculations. It was undertaken over two internships:
- **Jamie Burke** ([GitHub: jaburke166](https://github.com/jaburke166), Wave Three, July-December 2022)
- **Zoe Hancox** ([GitHub: ZoeHancox](https://github.com/ZoeHancox), Wave Four, January-June 2023)

A link to the original project proposal can be found [here](https://nhsx.github.io/nhsx-internship-projects/) and a link to an associated streamlit app explaining the methodolody can be access [here](https://nhsx-hypergraphical-streamlit-hypergraphs-hklixt.streamlit.app/).
The associated reports from these internships can be found in the [reports](./reports) folder. A link to the original project proposal can be found [here](https://nhsx.github.io/nhsx-internship-projects/transforming-healthcare-data-graph-based-sail-update/) and an associated streamlit app explaining the methodology can be accessed [here](https://nhsx-hypergraphical-streamlit-hypergraphs-hklixt.streamlit.app/) with its GitHub Repository is [hypergraphical](https://github.com/nhsx/hypergraphical).

The repository also supports the work presented in the pre-print [Representing multimorbid disease progressions using directed hypergraphs](https://doi.org/10.1101/2023.08.31.23294903).

_**Note:** Only public or fake data are shared in this repository._

Some of the data used in this project are available in the SAIL Databank at Swansea University, Swansea, UK. All proposals to use SAIL data are subject to review by an independent Information Governance Review Panel (IGRP). Before any data can be accessed, approval must be given by the IGRP. The IGRP carefully considers each project to ensure the proper and appropriate use of SAIL data. When approved, access is gained through a privacy-protecting trusted research environment (TRE) and remote access system referred to as the SAIL Gateway. SAIL has established an application process to be followed by anyone who would like to access data via [SAIL](https://www.saildatabank.com/application-process) - this study has been approved by the IGRP as project 1392.

### Project Stucture

The main code is found in the `hypmm` folder of the repository (see Usage below for more information)
Expand Down Expand Up @@ -97,12 +103,12 @@ Contributions are what make the open source community such an amazing place to l

_See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidance._

### License
### Licence

Unless stated otherwise, the codebase is released under [the MIT Licence][mit].
This covers both the codebase and any sample code in the documentation.

_See [LICENSE](./LICENSE) for more information._
_See [LICENCE](./LICENCE) for more information._

The documentation is [© Crown copyright][copyright] and available under the terms
of the [Open Government 3.0][ogl] licence.
Expand All @@ -115,4 +121,6 @@ of the [Open Government 3.0][ogl] licence.

To find out more about the [Digital Analytics and Research Team](https://www.nhsx.nhs.uk/key-tools-and-info/nhsx-analytics-unit/) visit our [project website](https://nhsx.github.io/AnalyticsUnit/projects.html) or get in touch at [[email protected]](mailto:[email protected]).

<!-- ### Acknowledgements -->
### Acknowledgements

This project makes use of anonymised data held in the SAIL Databank, which is part of the national e-health records research infrastructure for Wales. We would like to acknowledge all the data providers who make anonymised data available for research.
Empty file added reports/.gitkeep
Empty file.
11 changes: 11 additions & 0 deletions reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Project Reports

This folder contains the associated reports written as part of the NHS Transformation Directorate Digital Analytics and Research Team PhD internship project `Transforming Healthcare Data with Graph-based Techniques Using SAIL DataBank` undertaken by:
- **Jamie Burke** ([GitHub: jaburke166](https://github.com/jaburke166), Wave Three, July-December 2022) - [Report](...)
- **Zoe Hancox** ([GitHub: ZoeHancox](https://github.com/ZoeHancox), Wave Four, January-June 2023) - Report to be published soon

Further information on the project can be found on the [project page](https://nhsx.github.io/nhsx-internship-projects/transforming-healthcare-data-graph-based-sail-update/).

## Notice

The reports completed as part of this project are exploratory in nature and do not constitute NHS England policy.

0 comments on commit 1aed3c6

Please sign in to comment.