Skip to content

LxMLearners/ClusTric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClusTric

Identifying disease progression patterns and groups of similar progressors is becoming more relevant to understanding disease progression and improving personalized treatments. As most works focus on univariate temporal analysis, they are incapable of detecting complex temporal patterns. In this study, we propose a novel approach, ClusTric, to learn comprehensive patterns from triclustering and feed these patterns to an agglomerative clustering algorithm to disclose patient groups. We apply the proposed method to Amyotrophic Lateral Sclerosis (ALS), a neurodegenerative disease with patients manifesting heterogeneous temporal progressions. Specifically, we analyzed the results using the Lisbon ALS clinic dataset containing patient follow-up data and unveiled four clinically relevant progression profiles, namely fast and slow progressors and moderate bulbar and spinal progressors. The results were validated in a publicly available ALS cohort, confirming the robustness of the proposed method. We compared ClusTric with a state-of-the-art method with relevant results in ALS. Our method showed to improve the groups' composition when compared to the state-of-the-art.

Run Clustric:

python3 .\src\clustric.py <config_file>

Config File

DATA_FILE: <path_to_snapshots_file>
TOP_FOLDER: <output_folder_name>
N_CLUST: <number_of_clusters>  
MIN_APP: <minimal_number_of_appointments>             
REF_FEATURE: <feature_to_identify_each_patient>
INCLUDE_STATIC: <True_if_include_static_data_False_otherwise>
STATIC_FEATURES: <list_static_features>

TEMPORAL_FEATURES: <list_temporal_features>

Python version and specific package versions used for analysis listed below:

Python: 3.10.11

Packages:

numpy: 1.23.4
pandas: 1.5.1
matplotlib: 3.6.3
sklearn: 1.2.2
seaborn: 0.12.2
scipy: 1.10.0
pacmap: 0.7.0
sortedcontainers: 2.4.0
yaml: 6.0

Relevant Citations

If you use Clustric in your research, please cite our paper:

M. Amaral, D., Soares, D.F., Gromicho, M. et al. Temporal stratification of amyotrophic lateral sclerosis patients using disease progression patterns. Nat Commun 15, 5717 (2024). https://doi.org/10.1038/s41467-024-49954-y

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages