All notable changes to this project will be documented in this file.
Instructions on how to update this Changelog are available in the Updating the Changelog
section of the CONTRIBUTING.md
. This project follows semantic versioning.
Minor updates before making repo public
Changes to Hypergraphs for Multimorbidity project:
- Successor tab added to the Streamlit app - this tab allows the user to input a set of 'diseases' and find out the next likely observed disease progressions using the hyperedge centrality scores calculated from the dual hypergraph
- Minor changes to functions and scripts
Changes to Hypergraphs for Multimorbidity project:
- Directed hypergraphs page added to Streamlit app
- Minor changes to clean the Python scripts
Added description of the Hypergraphs for Multimorbidity project, plus:
- What multimorbidities are and what hypergraphs are
- How hypergraphs can be used to look at patient pathways with multimorbidities
- Walkthrough of how undirected graphs are built from a population of fictitious randomly generated 'patients'
- Calculation of node centrality using Eigenvector centrality
Added working codebase for Hypergraph Animations using manim