Skip to content

aidos-lab/apparent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apparent

arXiv

Analysing Physician-Patient Referral Network Topology.

This is the associated repository for our preprint on Characterizing Physician Referral Networks with Ricci Curvature. We analyze large scale networks of physician referrals across the US using discrete curvature and persistent homology. Our data, displayed using Datasette, is publically available at:

https://apparent.topology.rocks/

Note

Our current codebase reflects the materials used to perform the analysis included in the manuscript. Major changes coming soon (see PR#2 for drafted changes) that will restructure the codebase to focus on interacting with our online dataset.

Installation

It is recommended to use the poetry package manager. With poetry installed, setting up the repository works like this:

$ poetry install

Since poetry creates its own virtual environment, it is easiest to interact with scripts by calling poetry shell.