Disease Progression and Subtype Modeling for Combined Discrete and Continuous Input Data
AI 摘要
提出了混合事件模型Mixed-SuStaIn,用于疾病进展和亚型建模,可处理离散和连续数据。
主要贡献
- 提出了Mixed-SuStaIn模型,能够处理混合数据类型。
- 将模型应用于阿尔茨海默病数据,验证了有效性。
- 提供了开源代码,方便研究者使用。
方法论
在Subtype and Stage Inference (SuStaIn)框架内,构建了能够处理离散和连续数据的混合事件模型。
原文摘要
Disease progression modeling provides a robust framework to identify long-term disease trajectories from short-term biomarker data. It is a valuable tool to gain a deeper understanding of diseases with a long disease trajectory, such as Alzheimer's disease. A key limitation of most disease progression models is that they are specific to a single data type (e.g., continuous data), thereby limiting their applicability to heterogeneous, real-world datasets. To address this limitation, we propose the Mixed Events model, a novel disease progression model that handles both discrete and continuous data types. This model is implemented within the Subtype and Stage Inference (SuStaIn) framework, resulting in Mixed-SuStaIn, enabling subtype and progression modeling. We demonstrate the effectiveness of Mixed-SuStaIn through simulation experiments and real-world data from the Alzheimer's Disease Neuroimaging Initiative, showing that it performs well on mixed datasets. The code is available at: https://github.com/ucl-pond/pySuStaIn.