Implementation of several cardiovascular risk scores
Project description
Cardiovascular Risk Scores for the ACRIBiS Project
Risk scores
CHA2DS2-VASc
(Congestive heart failure/Left ventricular dysfunction, Hypertension, Age ≥ 75 years, Diabetes mellitus, Prior Stroke/Transient ischaemic attack/Thromboembolism, Vascular disease, Age 65-74 years, Sex category)
Original publication: https://doi.org/10.1378/chest.09-1584
Predicts the 1-year risk of thromboembolic events in patients with atrial fibrillation (AF)
HAS-BLED
(Hypertension, Abnormal renal and liver function, Stroke, Bleeding, Labile international normalized ratios, Elderly, Drugs or alcohol)
Original publication: https://doi.org/10.1378/chest.10-0134
Predicts the 1-year risk of major bleeding in AF patients
ABC-AF
(Age, Biomarker, Clinical history)
Stroke
Original publication: https://doi.org/10.1093/eurheartj/ehw054
Recalibration: https://doi.org/10.1161/CIRCULATIONAHA.120.053100
Predicts the 1-year risk of stroke in AF patients
Bleeding
Original publication: https://doi.org/10.1016/S0140-6736(16)00741-8
Recalibration: https://doi.org/10.1161/CIRCULATIONAHA.120.053100
Predicts the 1-year risk of bleeding in AF patients
Death
Original publication: https://doi.org/10.1093/eurheartj/ehx584
Predicts the 1-year risk of death in AF patients
CHARGE-AF
(Cohorts for Heart and Aging Research in Genomic Epidemiology)
Original publication: https://doi.org/10.1161/JAHA.112.000102
Predicts the 5-year incidence of AF
SMART
(Secondary Manifestations of ARTerial disease)
Original publication: https://doi.org/10.1136/heartjnl-2013-303640
Recalibration: https://doi.org/10.1161/CIRCULATIONAHA.116.021314
Assumptions on the effects of antithrombotic treatment: https://doi.org/10.1016/S0140-6736(09)60503-1
Predicts the 10-year risk of recurrent ischaemic events in patients with pre-existing vascular disease
SMART-REACH
(Secondary Manifestations of ARTerial disease-REduction of Atherothrombosis for Continued Health)
Original publication: https://doi.org/10.1161/JAHA.118.009217
Predicts the 10-year risk and lifetime risk (i.e. risk until age 90 years) for (recurrent) myocardial infarction, stroke or vascular death and (recurrent) event free life-expectancy
MAGGIC
(Meta-Analysis Global Group In Chronic Heart Failure )
Original publication: https://doi.org/10.1093/eurheartj/ehs337
[!IMPORTANT] The implementation differs from the formula presented in the article!
Statement on the website of the online calculator:
From 18 September 2013, the integer score will increase by 2 if heart failure was diagnosed > 18 months ago. This may affect a comparison of the current result to risk assessments before this date.
Calculator returns integer risk score, can be used to look up 1- and 3-year risk of death for patients with heart failure (HF)
Barcelona Bio-HF
Original publication (v1): https://doi.org/10.1371/journal.pone.0085466
Recalibration (v2): https://doi.org/10.1002/ejhf.949
Recalibration (v3): https://doi.org/10.1002/ejhf.2752
Predicts risk of all-cause death, HF-related hospital readmission, the combination of both endpoints, and life expectancy
Predicts the risk at 1 to 5 years
Publication
Preliminary results presented at GMDS Jahrestagung 2024: https://doi.org/10.3205/24GMDS112
Installation
Using pip
pip install acribis-scores
From source
# Clone repository
git clone git@github.com:IMI-HD/acribis_scores_python.git
cd acribis_scores_python
Windows
# Build
py -m build
# Install
py -m pip install dist/acribis_scores-<version>-py3-none-any.whl
# Run simple gui
py src/demo/gui.py
Linux
# Build
python3 -m build
# Install
python3 -m pip install dist/acribis_scores-<version>-py3-none-any.whl
# Run simple gui
python3 src/demo/gui.py
Testing
For automated testing against the R implementation and online/Excel calculators (if available) of these scores, clone the R project and follow the instructions there (https://github.com/IMI-HD/acribis_scores_r). Run the R Shiny app locally on port 80 and keep it running while executing the tests:
# In the acribis_scores_r folder
shiny::runApp("app/demo_gui.R", port=80)
Install the package with additional optional dependencies and run the tests:
# Install with optional test dependencies
pip install acribis-scores[test]
Windows
# In the acribis_scores_python folder
py -m unittest discover tests
Linux
# In the acribis_scores_python folder
python3 -m unittest discover tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acribis_scores-0.3.0.tar.gz.
File metadata
- Download URL: acribis_scores-0.3.0.tar.gz
- Upload date:
- Size: 45.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ffd61fb4e918a8a84dc55c98e21bf17a570178a230c76e9a1d5de09791b378
|
|
| MD5 |
e6718fd3315abdcbd88f974267a9231c
|
|
| BLAKE2b-256 |
94467e2a6e93a8f6d3720e5f37c774de866e0c7cd5da92be5bcd8a3e9795da8d
|
File details
Details for the file acribis_scores-0.3.0-py3-none-any.whl.
File metadata
- Download URL: acribis_scores-0.3.0-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1279d1eead3b576778563ebcd8652bcb98b587e9ef9349d31a0714649a9eb36b
|
|
| MD5 |
626ffff43428230f76e3a103e6aeb4f1
|
|
| BLAKE2b-256 |
dec0fa5b7b24f8f5d7ee15c18ccb0750b2dc9a4e1f8e05608d3ea0255ecb2d2c
|