Next Article in Journal
The Impacts of Microgravity on Bacterial Metabolism
Next Article in Special Issue
Bioactive Compounds in Garlic (Allium sativum) and Black Garlic as Antigout Agents, Using Computer Simulation
Previous Article in Journal
Using Machine Learning to Detect Theranostic Biomarkers Predicting Respiratory Treatment Response
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Exploring and Identifying Prognostic Phenotypes of Patients with Heart Failure Guided by Explainable Machine Learning

1
Biomedical Information Engineering Lab, The University of Aizu, Aizuwakamatsu 965-8580, Japan
2
Division of Cardiovascular Medicine, Toho University Ohashi Medical Center, Tokyo 153-8515, Japan
3
Division of Cardiovascular Medicine, Odawara Cardiovascular Hospital, Odawara 250-0873, Japan
4
Division of Information Science, Nara Institute of Science and Technology, Ikoma 630-0192, Japan
*
Authors to whom correspondence should be addressed.
Submission received: 7 May 2022 / Revised: 20 May 2022 / Accepted: 23 May 2022 / Published: 24 May 2022
(This article belongs to the Special Issue Recent Trends in Computational Biomedical Research)

Abstract

:
Identifying patient prognostic phenotypes facilitates precision medicine. This study aimed to explore phenotypes of patients with heart failure (HF) corresponding to prognostic condition (risk of mortality) and identify the phenotype of new patients by machine learning (ML). A unsupervised ML was applied to explore phenotypes of patients in a derivation dataset (n = 562) based on their medical records. Thereafter, supervised ML models were trained on the derivation dataset to classify these identified phenotypes. Then, the trained classifiers were further validated on an independent validation dataset (n = 168). Finally, Shapley additive explanations were used to interpret decision making of phenotype classification. Three patient phenotypes corresponding to stratified mortality risk (high, low, and intermediate) were identified. Kaplan–Meier survival curves among the three phenotypes had significant difference (pairwise comparison p < 0.05). Hazard ratio of all-cause mortality between patients in phenotype 1 (n = 91; high risk) and phenotype 3 (n = 329; intermediate risk) was 2.08 (95%CI 1.29–3.37, p = 0.003), and 0.26 (95%CI 0.11–0.61, p = 0.002) between phenotype 2 (n = 142; low risk) and phenotype 3. For phenotypes classification by random forest, AUCs of phenotypes 1, 2, and 3 were 0.736 ± 0.038, 0.815 ± 0.035, and 0.721 ± 0.03, respectively, slightly better than the decision tree. Then, the classifier effectively identified the phenotypes for new patients in the validation dataset with significant difference on survival curves and hazard ratios. Finally, age and creatinine clearance rate were identified as the top two most important predictors. ML could effectively identify patient prognostic phenotypes, facilitating reasonable management and treatment considering prognostic condition.

1. Introduction

Heart failure (HF) has a high prevalence worldwide and is estimated to affect 64.3 million people [1]. In developed countries, about 1–2% of adults suffer from HF [2] with the incidence of HF rapidly increasing with age [3]. Globally, Japan has the most rapidly aging society. In 2021, 29.4% of the population was aged 65 years or older [4,5], and the number of HF subjects is expected to reach 1.3 million by 2030 [6]. Furthermore, HF is a leading cause of hospitalization in Japan and imposes a heavy burden on society [7]. Although the prognosis for survival in Japanese patients with HF is better than that in European and US populations, the length of stay in Japan is approximately three times that of Western countries. A reduction in length of stay is necessary to alleviate the demand on the Japanese health care system caused by the HF pandemic [4]. Identifying patient phenotypes corresponding to prognosis, and making informed decisions including treatment, medication, length of stay, and even cost are very important [8].
Although some models, such as the Seattle heart failure model [9], have been developed for survival prediction, their generalization ability may be limited due to differences in treatments among populations in different regions and countries [10]. For example, some treatments, both pharmacological and nonpharmacological, are unique to Japan [4]. Therefore, Miyagawa et al. developed and validated a Japan heart failure model for the 5-year survival prediction of Japanese patients with HF [10]. This model mainly considers patients with an ejection fraction less than 35% and does not consider the phenotypes with stratified mortality risk nor the specific significant factors associated with mortality for phenotypes in different risk levels. Additionally, exploring and identifying patient phenotypes by manually reviewing medical records is difficult. Machine learning (ML) techniques have been applied for varied HF-related issues or tasks in prior studies, such as detection, classification, and prediction of medication adherence [11,12]. In addition, ML methods had considerable ability to predict short-term survival of patient with HF using serum creatinine and ejection fraction only [13]. Notably, an unsupervised ML method has performed considerable potential to identify patient phenotypes. Segar et al. used a penalized finite-mixture-model-based clustering analysis to successfully identify three phenotypes with distinct clinical characteristics and long-term outcomes of patients with HF with preserved ejection fraction [14]. Bretos-Azcona et al. demonstrated the existence of distinct three risk subgroups within population of high-risk multiple chronic condition patients using a clustering method, and suggested subgroup-specific treatment strategy instead of a uniform one [15]. In addition, Stevens et al. declared unsupervised ML could provide a basis for homogenization and was expected to guide personalized intervention [16]. More recently, Inomata et al. developed a smartphone-based phenotyping method using ML clustering to identify distinct subgroups with heterogeneous dry eye symptoms, and concluded that such a phenotyping method could guild precise medicine [17].
It was noteworthy that unsupervised ML was a powerful tool for exploring patient phenotypes, but it had limitations when applied for new patients compared with supervised methods. The purpose of this study was to explore phenotypes of patients with HF corresponding to prognostic condition (risk of mortality) and identify the phenotype for new patients combining unsupervised and supervised ML methods. Simultaneously, we explain the decision-making process of a supervised ML model and identify important predictors which contribute to discriminate phenotypes and their effects on model output. Furthermore, phenotype-specific clinical characteristics of patients and significant risk and protective factors associated with mortality were discussed.

2. Materials and Methods

2.1. Data Collection

A retrospective study was conducted to investigate risk stratification in hospitalized patients with HF diagnosed using the Japanese Healthcare Data System at Toho University Ohashi Medical Center between 7 April 2016 and 17 March 2019, constituting a derivation dataset. All patients were enrolled in this study. If a patient had several admissions, the data from the first hospitalization only were analyzed. Data from other admissions were excluded.
All patients generated diagnosis procedure combination (DPC) data, which were developed for the Japanese insurance reimbursement system. DPC data consist of admission and discharge summaries, and also include the following patient details: age, sex, body mass index (BMI), medical procedures, medical cost, daily records of drug administration, and activities of daily living (ADL), according to the components of the Barthel index at hospital admission and discharge. The patient needed complete assistance for available items was defined as low ADL. Patients’ characteristics, laboratory data, and echocardiographic data from electronic medical records were analyzed as well. Finally, after verifying consistency between DPC data and medical data, the database for this study was created. Details of collected patient information are summarized in Table S1. Then, an independent validation dataset was organized which consisted of data from patients admitted between 20 March 2019 and 16 March 2020 at Toho University Ohashi Medical Center.
The protocol for the study was prepared in accordance with the Declaration of Helsinki, and this study was approved by the Institutional Review Board and Ethics Committee of Ohashi Hospital, School of Medicine, Toho University (No. H19031).

2.2. Preprocessing and Statistical Analysis

The preprocessing and statistical analysis were similar to a previous work [18]. Firstly, the percentage of missing variables was checked. Variables which missed in more than 20% of patients were deleted [19]. Because multiple imputation is hard to convergent with relatively small sample size but high dimension of variables, a commonly used simple imputation was conducted in this study. Missing values of continuous and categorical variables were imputed with mean and mode, respectively. Available data were presented as mean ± standard deviation or frequency (percentage) depending on the type of variables. A two-tailed, unpaired Student’s t-test was used to assess the difference of continuous variables with a normal distribution. A Mann–Whitney test was employed for skewed continuous variables. Normality was tested using the Shapiro–Wilk test. Categorical data were compared using Pearson’s chi-square test or Fisher’s exact test, as appropriate. In statistical analysis, p < 0.05 was considered statistically significant. Data preprocessing was performed using Python (Python Software Foundation, Beaverton, OR, USA; version 3.7.7), and statistical analysis was conducted using R (R Foundation for Statistical Computing, Vienna, Austria; version x64 3.6.0).

2.3. Phenotype Exploration and Classification

Agglomerative hierarchical clustering [20] was applied to group patients in clusters based on their similarity of clinical presentation. Ward’s method was used as a linkage criterion, which minimized the sum of squared differences within all clusters [21]. The optimal number of clusters was determined based on dendrogram [15], scree plot [22], and elbow methods [23]. Dimension reduction was performed using uniform manifold approximation and projection [24]. To further explore clinical implications, three patient phenotypes were further identified depending on the risk of mortality in the above clusters [25]. The stability and robustness of the clustering results were assessed as previously described [15]. For stability assessment, all the patients were divided into five subgroups, similar to fivefold cross validation, and then the cluster algorithm was implemented on each subgroup. For evaluation of robustness, a K-means cluster model was developed on all the patients. The number of clusters in K-means was set to equal the optimal number of clusters in agglomerative hierarchical clustering to compare the percentage of patients in each cluster group. Significant differences were checked by the chi-square test.
The unsupervised clustering along with supervised ML method would have better reproducibility for new unknown patients [26]. Popular supervised learning methods such as decision tree and random forest were employed for phenotypes classification. In this way, the system could be directly applied to identify the phenotype of new patients. Variables performed significant difference among the three phenotypes were used as predictors for phenotypes classification. For model development, data in derivation dataset were randomly divided into training (70%) and internal testing (30%) set [26] in a way of stratified sampling and repeating it ten times for internal validation. In addition, an independent validation dataset was employed after the model was established to validate the model’s generalization. Because we aimed to develop a simple decision model which could be easier and better applied in clinical practice, parameters in decision tree and random forest followed the default setting in “scikit-learn 1.0.2” package [27], but the number of estimators in random forest was manually set to 3 to simplify the model and decision making. The performance of classification models was evaluated by area under receiver operating characteristic curve (AUC) of each phenotype and micro- and macro-average AUCs. Because the phenotype of new patients in the validation dataset was unknown, the above evaluation indexes were inapplicable. In this case, Kaplan–Meier (KM) estimator and log-rank test were employed to confirm the survival curves of phenotypes [25,28,29,30] classified by the classifier on the validation dataset. Simultaneously, a univariate Cox proportional hazards (CPH) model was performed on each phenotype to explore the phenotype- or risk-level-specific significant risk and protective factors. Finally, the Shapley additive explanations (SHAP) tree explainer [31,32] was elaborated for interpretation of decision making. The detailed system frame was shown in Figure 1.

3. Results

3.1. Characteristics of Patients

A total of 562 patients with HF were included in the derivation dataset. Overall, the mean ± standard derivation age of patients was 77.8 ± 13.3 years; 257 (45.7%) patients were women. During follow-up of 30.9 ± 13.7 months, all-cause mortality rate was 14.4% (81 patients), where 39 patients died due to cardiovascular diseases. Compared with patients who survived (survival group), patients who died (death group) were significantly older with a heavier burden on kidney function. A comparison of the medical histories between the survival group and the death group did not reveal any significant differences in disease condition, except for ischemic heart disease (IHD; 30.2% vs. 42.0%, p = 0.047). Detailed statistical results are summarized in Table S1. Most of characteristics of patients in deviation and validation datasets were comparable, but patients in the validation dataset were more likely to have vascular disease (VD), and higher mitral regurgitation, diastolic blood pressure (DBP), and heart rate (HR), as illustrated in Table S2. In addition, follow up times for the validation dataset (maximum: 31 months) were shorter than the derivation dataset (maximum: 52 months), but it seemed that mortality rate in the validation dataset was slightly higher than the derivation dataset (16.7% vs. 14.4%, p = 0.551), this is because almost all the patients in the derivation dataset with a follow-up longer than 31 months survived, which did not contribute to improved mortality rate and, conversely, reduced the overall mortality rate.

3.2. Phenotype Exploration and Identification

Patients in the deviation dataset were divided into five clusters, where the optimal number of clusters was determined by dendrogram, scree plot, distortion score and Calinski–Harabasz score together. Details are illustrated in Supplementary Materials, Figure S1. The stability and robustness of the clustering method were validated. As illustrated in Table S3, stability validation showed that there was no significant difference between all the patients and subgroups for each cluster. This indicated that the result of the clustering was reproducible even when conducted on subgroups. Furthermore, the clustering results of agglomerative hierarchical clustering and K-means did not show a significant difference, indicating the determined optimal number of clusters and the distribution of patients in each cluster group were robust.
Patients in cluster 1 (n = 160) were highlighted by echocardiographic imaging results. Details are illustrated in Table S4 and visualized by violin plots in Figure 2a; the patients in cluster 1 had higher left ventricular ejection fraction (LVEF; 57.6 ± 16.1%, p < 0.001 vs. other clusters), and lower left ventricular end-diastolic volume (93.3 ± 40.7 mL, p < 0.001 vs. other clusters), left ventricular end-diastolic diameter (43.8 ± 8.2 mm, p < 0.001 vs. clusters 2, 4, 5; p = 0.001 vs. cluster 3), and left ventricular end-systolic diameter (30.5 ± 9.1 mm, p < 0.001 vs. other clusters). Typically, patients were more likely to be female (68.8%) than in other clusters (p < 0.001 vs. clusters 2, 4, 5; p = 0.001 vs. cluster 4).
Cluster 2 (n = 142) and cluster 3 (n = 93) had significant differences in mortality risk with other clusters, as shown in Figure 2b,c. Patients in cluster 2 were younger (64.0 ± 14.5 years, p < 0.001 vs. other clusters) and had significant higher overall and cardiovascular survival probability than others, which indicated the lowest risk of mortality. Conversely, patients in cluster 3 were oldest (84.7 ± 10.0 years, p < 0.05 vs. clusters 2, 4, 5) and had the highest risk of all-cause and cardiovascular mortality (Table S4).
Patients in cluster 4 (n = 66) were more likely to accept pharmacotherapy, as shown in Figure 2d, and illustrated in Table S4, including direct oral anticoagulants or Warfarin (DOACWFuse; 77.3%, p < 0.001 vs. other clusters at admission; p < 0.001 vs. clusters 2, 3, 5 and p = 0.047 vs. cluster 1 at discharge), diuretic (83.3%, p < 0.001 vs. clusters 2, 3, 5; p = 0.005 vs. cluster 1), and mineralocorticoid receptor antagonist (MRA; 51.5%, p < 0.001 vs. clusters 2, 3, 5; p = 0.025 vs. cluster 1). In addition, patients in cluster 4 were more likely to experience atrial septal defect after ablation (33.3%, p < 0.001 vs. other clusters).
Patients in cluster 5 (n = 103) were more likely to have medical history, as shown in Figure 2e and illustrated in Table S4, such as hypertension (81.6%, p < 0.001 vs. clusters 1, 2, 4; p = 0.046 vs. cluster 3), hyperlipemia (76.7%, p < 0.001 vs. clusters 1, 2, 3; p = 0.039 vs. cluster 4), diabetes mellitus (60.2%, p < 0.001 vs. clusters 1, 2, 3; p = 0.002 vs. cluster 4), IHD (76.7%, p < 0.001 vs. clusters 1, 2, 3; p = 0.024 vs. cluster 4), peripheral arterial disease (PAD; 33.0%, p < 0.001 vs. clusters 1, 2, 4; p = 0.004 vs. cluster 3), and VD (81.6%, p < 0.001 vs. clusters 1, 2, 3; p = 0.002 vs. cluster 4).
Based on the results of clustering, three patient phenotypes corresponding to stratified mortality risk were identified. Cluster 3 with the highest mortality risk was identified as phenotype 1 (n = 91; all-cause mortality rate: 27.5%; cardiovascular mortality rate: 16.5%), cluster 2 with the lowest mortality risk was phenotype 2 (n = 142, all-cause mortality rate: 4.2%; cardiovascular mortality rate: 1.4%), and phenotype 3 combined clusters 1, 4, and 5 had intermediate risk of mortality (n = 329, all-cause mortality rate: 15.2%; cardiovascular mortality rate: 6.7%). The overall and cardiovascular survival curves with 95% confidence interval (CI) (using Greenwood’s exponential formula) of the three phenotypes were visualized in Figure 3. Log-rank test indicated survival curves among the three phenotypes indeed had significant difference (pairwise comparison p < 0.05), and chi-square test confirmed mortality rates in the three phenotypes had significant difference as well (pairwise comparison p < 0.05). The hazard ratios of all-cause and cardiovascular mortality between patients in phenotype 1 (high risk) and phenotype 3 (intermediate risk) were 2.08 (95%CI 1.29–3.37, p = 0.003) and 2.78 (95%CI 1.44–5.36, p = 0.002), respectively; the hazard ratios of all-cause and cardiovascular mortality between patients in phenotype 2 (low risk) and phenotype 3 were 0.26 (95%CI 0.11–0.61, p = 0.002) and 0.20 (95%CI 0.05–0.85, p = 0.029), respectively.
Phenotype 1, with the highest risk of mortality, was composed of older patients (p < 0.001 vs. phenotype 2, p = 0.002 vs. phenotype 3) with the lowest estimated glomerular filtration rate (eGFR; p < 0.001 vs. phenotype 2, p = 0.009 vs. phenotype 3 at admission; p < 0.001 vs. other phenotypes at discharge) and creatinine clearance rate (Ccr; p < 0.001 vs. other phenotypes), and the highest creatinine (p < 0.001 vs. other phenotypes). Phenotype 2 with the lowest risk of mortality was characterized by younger (p < 0.001 vs. other phenotypes), the lowest proportion of medical history (p < 0.001 vs. other phenotypes) including chronotropic incompetence, IHD, PAD, and VD, and the lowest CHADS 2 and CHAD 2 D S 2 V A S C scores (p < 0.001 vs. other phenotypes). Mortality risk and most characteristics in phenotype 3 played a transitional situation between phenotype 1 and 2, as illustrated in Table S5, but phenotype 3 exhibited the highest tricuspid regurgitation (TR; p = 0.001 vs. phenotype 1, p < 0.001 vs. phenotype 2), and patients in phenotype 3 were more likely to accept pharmacotherapy (p < 0.001 vs. other phenotypes) including beta blockers, MRA, diuretic, and direct oral anticoagulants or warfarin (Table S5).
Significant risk and protective factors varied by phenotypes identified by univariate CPH analysis, as illustrated in Table 1. New York Heart Association functional classification (NYHA) of low ADL, DOACWFuse, and HR were phenotype-1-specific significant factors, compared with phenotype 3. Simultaneously, TR, logarithm of N-terminal pro B-type natriuretic peptide (NT-proBNP) (logNT-proBNP), and albumin showed statistical significance only in phenotype 3. Some variables were significant factors in both phenotypes 1 and 3, including eGFR, Ccr, and creatinine, which were parameters related to kidney function. Overall, DOACWFuse, eGFR, Ccr, systolic blood pressure (SBP), DBP, and albumin were protective factors, while NYHA, low ADL, creatinine, HR, TR, and NT-proBNP were risk factors. Because of the rare mortality occurred in phenotype 2 (low risk; mortality: 6/142), we did not conduct the univariate analysis for phenotype 2 in case of the limited power of statistical analysis.

3.3. Phenotype Classification

Patients in phenotype 1, 3, and 2 (with high, intermediate, and low risk of mortality, respectively) were labeled as class “0”, “1”, and “2”, respectively. Then, variables performed significant difference among the three phenotypes were used as predictors (Table S5). Based on above univariate CPH analysis, the variable collected at discharge (D) was more likely to be a significant risk or protective factor than the one collected at admission (A). Therefore, for variable collected twice, only the one collected at discharge was used. Then, age, NYHA (≥3), independence in daily life for the elderly with cognitive impairment (IDL) (≥2), LVEF, eGFR, Ccr, creatinine, NT-proBNP, albumin, DBP, and HR at admission were used as predictors. After internal validation, the micro-average AUC, macro-average AUC, AUCs of high, intermediate, low risk were 0.736 ± 0.039, 0.688 ± 0.038, 0.682 ± 0.045, 0.655 ± 0.050, and 0.727 ± 0.051 for the decision tree, respectively; and 0.819 ± 0.016, 0.757 ± 0.024, 0.736 ± 0.038, 0.721 ± 0.036, and 0.815 ± 0.035 for the random forest, respectively. The performance of the two models did not show significant difference.
During the ten experiments, the model performed best was selected as the final classification model. Receiver operating characteristic (ROC) curves of the final used decision tree and random forest models were visualized in Figure 4a,b, respectively. Thereafter, the models classified patients in the validation dataset into three phenotypes, and their survival curves were checked by KM estimator and log-rank test as shown in Figure 4c–f. The overall survival curves of the three classified phenotypes indeed had significant difference, indicating a reliable performance of the models for identifying risk levels of all-cause mortality. However, the two models appeared to have difficulty discriminating between low- and intermediate-risk cardiovascular mortality. However, the two models were particularly good at identifying high-risk patients, and phenotypes classified by random forest had more significant difference than decision tree, indicating a slightly better performance. When validating on complete cases in the validation dataset for sensitivity analysis, similar results were obtained, showing that the classifier was good at identifying high-risk patients, as shown in Figure S2.
Based on the results from random forest, feature importance, effects on model output, and decision-making thresholds or cutoff values of important variables were analyzed for transparently interpretation using SHAP. Overall, age, Ccr, eGFR, LVEF, and NT-proBNP were the top five most important variables, as shown in Figure 5a. Figure 5b–d show SHAP summary plots for each phenotype individually, showing the distribution of the impacts each variable had on the model output evaluated by SHAP value. Each point on the summary plot is a SHAP value of a variable for a patient. Variables or predictors were ranked in importance order in the y-axis, and the color indicated the value of the variables from low to high (red—high; blue—low). SHAP values larger than zero in the x-axis push the prediction toward “positive”, for example, in Figure 5b, a higher IDL had a positive SHAP value, so it pushed the model to give a “positive” prediction (class 0: high risk); conversely, a lower Ccr had a positive SHAP value, so it hindered the model to give the “positive” prediction and pushed the model towards “negative” prediction (non class 0). Notably, age, Ccr, NT-proBNP, eGFR, and HR were the top important predictors for all the three phenotypes, where age and Ccr were the top two most important variables.
To further explore the exact effects and cutoff values of the top two most important predictors (age and Ccr), a SHAP dependence plot was enabled. Because age and Ccr were the most important factors, respectively, for phenotype 2 (Figure 5c) and phenotype 1 (Figure 5b), we used the SHAP values of phenotype 2 to analyze age, and Ccr was analyzed using the SHAP values of phenotype 1. Figure 6a implied that age < 73 years was a protective factor which contributed to give the “phenotype 2 or low risk” prediction, and age > 80 years was a risk factor which contributed to give the “non-phenotype 2 or non-low risk” prediction. In detail, hazard ratio of all-cause mortality between patients whose age < 73 years and others (age ≥ 73 years) was 0.28 (95%CI 0.13–0.58, p < 0.001) and the hazard ratio between patients older than 80 years and others (age ≤ 80 years) was 2.22 (95%CI 1.40–3.55, p < 0.001). In the same way, Figure 6b identified the cutoff values of Ccr were 20.0 mL/min and 28.0 mL/min, and the related hazard ratios were summarized in Table 2.

4. Discussion

This study explored and identified phenotypes of patients with HF corresponding to prognosis (risk of mortality during follow-up) from their medical records data during hospitalization and analyzed phenotype-specific characteristics and factors that are significantly associated with mortality. Thereafter, to better apply these findings in clinical settings, such as through identifying the phenotypes of new patients, a phenotype classifier was trained which could aid in making management and treatment plans that take likely prognostic condition into account.
The ML method successfully identified three distinct phenotypes that were characterized by significant difference in prognostic condition, that is, the risk of mortality. The mortality rate in phenotype 1 (high risk) was about twice that of phenotype 3 (intermediate risk) and three times that of phenotype 2 (low risk). Great variability in characteristics and significant risk and protective factors was observed across the phenotypes. Combining unsupervised and supervised ML methods were much of concerned and highlighted in the present study. Determining or identifying the possible prognostic condition for patients by manually viewing their complicated medical records data was irresponsible, subjective, and impossible. Even for cardiologists with prior knowledge and experience, manual prognostic prediction is difficult because of interactions between diseases and complications. However, an unsupervised method could learn from data even without any prior knowledge in hand. Furthermore, the results obtained form the unsupervised method could be used as label information to train a supervised model, since a well-trained model is easier to deploy in clinical applications than an unsupervised model.
It has been reported that mortality of HF increases with advanced age [33]. In this study, patients in the high-risk group were much older than those in the low-risk group (84.7 ± 10.0 vs. 64.0 ± 14.5 years, p < 0.001), with a greater proportion of females (47.3% vs. 23.9%, p < 0.001) as previously reported by Gustafsson et al. [34]. Based on the CHARM program, Kenchaiah et al. concluded that lower BMI was associated with a greater risk of all-cause and cardiovascular mortality [35], which was consistent with the results of this study. Chronotropic incompetence was common in HF patients and presented a primary cause of severe and symptomatic exercise intolerance, resulting in impaired quality of life [36], and was associated with adverse clinical outcomes, such as all-cause mortality and hospitalization [37,38]. In this study, the prevalence of chronotropic incompetence in the phenotype 1 was about twelvefold greater than phenotype 2. NYHA has been used as a simple descriptor of HF clinically and reported as a strong predictor of mortality with an eightfold increased risk in NYHA III compared with NYHA I [39]. In this study, NYHA class (e.g., III, IV) showed significant difference between phenotype 1 and phenotype 2. Some studies used CHADS 2 and CHAD 2 D S 2 V A S C to predict all-cause mortality [40,41], which were also significantly higher in phenotype 1 than phenotype 2 in this study. Renal insufficiency was confirmed strongly associated with poor outcomes in HF [42], and patients with renal insufficiency were more likely to suffer from drug toxicities, thus preventing them from benefiting from medications [43]. In this study, variables related to kidney function showed significant difference between phenotype 1 and phenotype 2 and were significantly associated with mortality.
In addition, the predictive value of some variables was controversial. Previous studies concluded patients with HF with preserved ejection fraction (HFpEF) had a better prognosis than patients with HF with reduced ejection fraction (HFrEF) [44,45]. By contrast, Abebe et al. found patients with HFpEF or HFrEF had no significant difference in survival [46]. This study showed the phenotype 1 (high risk) had a higher percentage of patients with HFpHF than phenotype 2 (low risk), indicating a different result from above. The possible reason might be that the patients in phenotype 1 were much older than those in phenotype 2 and earlier studies have reported HFpEF was a disease of aging that occurred mainly in older people [47,48,49].
Factors significantly associated with mortality varied by phenotypes or risk levels. Therefore, identifying phenotypes which associated with risk level of mortality was strongly recommended for guiding more precise decision making of treatment strategies and medical resource allocation. It was especially important in determining when to introduce pharmacotherapy or medical devices for patients at high risk [8] or determining advanced discharge for low-risk patients for cost and medical resource saving. Furthermore, univariate CPH analysis suggested greater attention to variables collected at discharge than admission, because most of the significant factors associated with mortality were those collected at discharge.
This study had several limitations. Firstly, the findings presented were explored and identified from a single cohort, which required replication across multiple populations. Secondly, the proposed system could be directly applied for new patients to identify their phenotypes or risk levels of mortality using several easily collected variables, but the exact individual risk score had not been quantified yet. Therefore, the findings in the study were phenotype-specific rather than individual-specific. However, identifying risk groups had considerable clinical significance as well [50,51,52]. Thirdly, this study used mixed cases including HFrEF, patients with HF with with mid-range ejection fraction, and HFpEF. It has reported that the three types differed in treatment and prognostic outcomes [53]; therefore, HF-type-specific analysis is important. Finally, some variables were missing in more than 20% patients, whose data were excluded in this cohort, thus their effects were not included in the presented study.

5. Conclusions

ML methods have performed considerable potential to identify distinct clusters and prognostic phenotypes of patients with HF. An unsupervised method, combined with a supervised ML model, was recommended for easier clinical deployment. Furthermore, patients in different mortality risk levels had significant difference in characteristics, risk, or protective factors. Therefore, clinical treatment or management plans are recommended to be formulated or adjusted after careful consideration of prognostic phenotypes or risk levels.

Supplementary Materials

The following are available at https://0-www-mdpi-com.brum.beds.ac.uk/article/10.3390/life12060776/s1, Figure S1: Optimal number of clusters (k = 5) determined by dendrogram (a), scree plot (b) and elbow method based on distortion score (c) and calinski harabasz score (d), Figure S2: Survival curves of phenotypes classified by random forest for complete cases in validation dataset, Table S1: Characteristics of patients with heart failure in derivation dataset, Table S2: Comparison between patients in derivation and validation datasets, Table S3: Validation of stability and robustness of clustering, Table S4: Characteristics of clusters, Table S5: Characteristics of phenotypes.

Author Contributions

Conceptualization, X.Z. (Xue Zhou), K.N., and X.Z. (Xin Zhu); methodology, X.Z. (Xue Zhou), M.H., and X.Z. (Xin Zhu); formal analysis, X.Z. (Xue Zhou) and K.N.; investigation, X.Z. (Xue Zhou), K.N., and X.Z. (Xin Zhu); resources, K.N., N.S., M.A., Y.T., Y.E., H.H., M.N. (Mahito Noro), K.S., M.M., and M.N. (Masato Nakamura); data curation, X.Z. (Xue Zhou), K.N., N.S., M.A., Y.T., Y.E., H.H., M.N. (Mahito Noro), K.S., M.M., M.N. (Masato Nakamura), M.H., and X.Z. (Xin Zhu); writing—original draft preparation, X.Z. (Xue Zhou), K.N., M.H., and X.Z. (Xin Zhu); writing—review and editing, X.Z. (Xue Zhou), K.N., N.S., M.A., Y.T., Y.E., H.H., M.N. (Mahito Noro), K.S., M.M., M.N. (Masato Nakamura), M.H., and X.Z. (Xin Zhu); visualization, X.Z. (Xue Zhou) and X.Z. (Xin Zhu); supervision, X.Z. (Xin Zhu); project administration, X.Z. (Xin Zhu); funding acquisition, X.Z. (Xin Zhu) and K.N. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by JSPS Kakenhi Basic Research Fund C 21K10287, and Competitive Research Fund of The University of Aizu, 2021-P-5.

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki, and approved by the Institutional Review Board and Ethics Committee of Ohashi Hospital, School of Medicine, Toho University (No. H19031).

Informed Consent Statement

Patient consent was waived for this study in accordance with the national legislation and the institutional requirements.

Data Availability Statement

The data used in this article are not readily available because the restrictions of the Institutional Review Board. Requests to access the datasets should be directed to corresponding authors.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ADLactivities of daily living
AUCarea under receiver operating characteristic curve
BMIbody mass index
Ccrcreatinine clearance rate
CIconfidence interval
CPHCox proportional hazards
DBPdiastolic blood pressure
DOACWFusedirect oral anticoagulants or warfarin used
DPCdiagnosis procedure combination
eGFRestimated glomerular filtration rate
HFheart failure
HFpEFheart failure with preserved ejection fraction
HFrEFheart failure with reduced ejection fraction
HRheart rate
IDLindependence in daily life for the elderly with cognitive impairment
IHDischemic heart disease
KMKaplan–Meier
LVEFleft ventricular ejection fraction
MLmachine learning
MRAmineralocorticoid receptor antagonist
NT-proBNPN-terminal pro B-type natriuretic peptide
NYHANew York Heart Association
PADperipheral arterial disease
ROCreceiver operating characteristic curve
SHAPShapley additive explanations
TRtricuspid regurgitation
VDvascular disease

References

  1. Bragazzi, N.L.; Zhong, W.; Shu, J.; Much, A.A.; Lotan, D.; Grupper, A.; Younis, A.; Dai, H. Burden of heart failure and underlying causes in 195 countries and territories from 1990 to 2017. Eur. J. Prev. Cardiol. 2021, 28, 1682–1690. [Google Scholar] [CrossRef] [PubMed]
  2. Groenewegen, A.; Rutten, F.H.; Mosterd, A.; Hoes, A.W. Epidemiology of heart failure. Eur. J. Heart. Fail. 2020, 22, 1342–1356. [Google Scholar] [CrossRef] [PubMed]
  3. Bleumink, G.S.; Knetsch, A.M.; Sturkenboom, M.C.J.M.; Straus, S.M.J.M.; Hofman, A.; Deckers, J.W.; Witteman, J.C.M.; Stricker, B.H.C. Quantifying the heart failure epidemic: Prevalence, incidence rate, lifetime risk and prognosis of heart failure The Rotterdam Study. Eur. Heart. J. 2004, 25, 1614–1619. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Konishi, M.; Ishida, J.; Springer, J.; Haehling, S.; Akashi, Y.; Shimokawa, H.; Anker, S. Heart failure epidemiology and novel treatments in Japan: Facts and numbers. ESC Heart Fail. 2016, 3, 145–151. [Google Scholar] [CrossRef] [Green Version]
  5. Statistics Bureau of Japan. Population Estimates by Age (Five-Year Groups) and Sex. Available online: http://www.stat.go.jp/english/data/jinsui/tsuki/index.html (accessed on 8 November 2021).
  6. Okura, Y.; Ramadan, M.M.; Ohno, Y.; Mitsuma, W.; Tanaka, K.; Ito, M.; Suzuki, K.; Tanabe, N.; Kodama, M.; Aizawa, Y. Impending epidemic: Future projection of heart failure in Japan to the year 2055. Circ. J. 2008, 72, 489–491. [Google Scholar] [CrossRef] [Green Version]
  7. Kanaoka, K.; Okayama, S.; Nakai, M.; Sumita, Y.; Nishimura, K.; Kawakami, R.; Okura, H.; Miyamoto, Y.; Yasuda, S.; Tsutsui, H.; et al. Hospitalization costs for patients with acute congestive heart failure in Japan. Circ. J. 2019, 83, 1025–1031. [Google Scholar] [CrossRef] [Green Version]
  8. Nagai, T.; Nakao, M.; Anzai, T. Risk stratification towards precision medicine in heart failure: Current progress and future perspectives. Circ. J. 2021, 85, 576–583. [Google Scholar] [CrossRef]
  9. Levy, W.C.; Mozaffarian, D.; Linker, D.T.; Sutradhar, S.C.; Anker, S.D.; Cropp, A.B.; Anand, I.; Maggioni, A.; Burton, P.; Sullivan, M.D.; et al. The Seattle Heart Failure Model: Prediction of survival in heart failure. Circulation 2006, 113, 1424–1433. [Google Scholar] [CrossRef]
  10. Miyagawa, S.; Pak, K.; Hikoso, S.; Ohtani, T.; Amiya, E.; Sakata, Y.; Ueda, S.; Takeuchi, M.; Komuro, I.; Sawa, Y. Japan Heart Failure Model: Derivation and accuracy of survival prediction in Japanese heart failure patients. Circ. J. 2019, 1, 29–34. [Google Scholar] [CrossRef] [Green Version]
  11. Awan, S.E.; Sohel, F.; Sanfilippo, F.M.; Bennamoun, M.; Dwivedi, G. Machine learning in heart failure: Ready for prime time. Curr. Opin. Cardiol. 2018, 33, 190–195. [Google Scholar] [CrossRef]
  12. Olsen, C.R.; Mentz, R.J.; Anstrom, K.J.; Page, D.; Patel, P.A. Clinical applications of machine learning in the diagnosis, classification, and prediction of heart failure. Am. Heart J. 2020, 229, 1–17. [Google Scholar] [CrossRef]
  13. Chicco, D.; Jurman, G. Machine learning can predict survival of patients with heart failure from serum creatinine and ejection fraction alone. BMC Med. Inform. Decis. Mak. 2020, 20, 1–16. [Google Scholar] [CrossRef]
  14. Segar, M.W.; Patel, K.V.; Ayers, C.; Basit, M.; Tang, W.H.W.; Willett, D.; Berry, J.; Grodin, J.L.; Pandey, A. Phenomapping of patients with heart failure with preserved ejection fraction using machine learning-based unsupervised cluster analysis. Eur. J. Heart Fail. 2020, 22, 148–158. [Google Scholar] [CrossRef]
  15. Bretos-Azcona, P.E.; Sánchez-Iriso, E.; Cabasés Hita, J.M. Tailoring integrated care services for high-risk patients with multiple chronic conditions: A risk stratification approach using cluster analysis. BMC Health Serv. Res. 2020, 20, 1–9. [Google Scholar] [CrossRef]
  16. Stevens, E.; Dixon, D.R.; Novack, M.N.; Granpeesheh, D.; Smith, T.; Linstead, E. Identification and analysis of behavioral phenotypes in autism spectrum disorder via unsupervised machine learning. Int. J. Med. Inform. 2019, 129, 29–36. [Google Scholar] [CrossRef]
  17. Inomata, T.; Nakamura, M.; Sung, J.; Midorikawa-Inomata, A.; Iwagami, M.; Fujio, K.; Akasaki, Y.; Okumura, Y.; Fujimoto, K.; Eguchi, A.; et al. Smartphone-based digital phenotyping for dry eye toward P4 medicine: A crowdsourced cross-sectional study. NPJ Digit. Med. 2021, 4, 1–13. [Google Scholar] [CrossRef]
  18. Zhou, X.; Nakamura, K.; Sahara, N.; Takagi, T.; Toyoda, Y.; Enomoto, Y.; Hara, H.; Noro, M.; Sugi, K.; Moroi, M.; et al. Deep learning-based recurrence prediction of atrial fibrillation after catheter ablation. Circ. J. 2022, 86, 299–308. [Google Scholar] [CrossRef]
  19. Zhong, H.; Wang, B.; Wang, D.; Liu, Z.; Xing, C.; Wu, Y.; Gao, Q.; Zhu, S.; Qu, H.; Jia, Z.; et al. The application of machine learning algorithms in predicting the length of stay following femoral neck fracture. Int. J. Med. Inform. 2021, 155, 104572. [Google Scholar] [CrossRef]
  20. Müllner, D. Modern hierarchical, agglomerative clustering algorithms. arXiv 2011, arXiv:1109.2378. [Google Scholar]
  21. Scikit-Learn 1.0.2. Hierarchical Clustering. Available online: https://scikit-learn.org/stable/modules/clustering.html#hierarchical-clustering (accessed on 2 October 2021).
  22. Cattell, R.B. The scree test for the number of factors. Multivar. Behav. Res. 1966, 1, 245–276. [Google Scholar] [CrossRef]
  23. Yuan, C.; Yang, H. Research on K-value selection method of K-means clustering algorithm. J 2019, 2, 226–235. [Google Scholar] [CrossRef] [Green Version]
  24. McInnes, L.; Healy, J.; Saul, N.; Großberger, L. UMAP: Uniform manifold approximation and projection. J. Open Source Softw. 2018, 3, 861. [Google Scholar] [CrossRef]
  25. Omar, A.M.S.; Ramirez, R.; Haddadin, F.; Sabharwal, B.; Khandaker, M.; Patel, Y.; Argulian, E. Unsupervised clustering for phenotypic stratification of clinical, demographic, and stress attributes of cardiac risk in patients with nonischemic exercise stress echocardiography. Echocardiography 2020, 37, 505–519. [Google Scholar] [CrossRef] [PubMed]
  26. Cho, J.S.; Shrestha, S.; Kagiyama, N.; Hu, L.; Ghaffar, Y.; Casaclang-Verzosa, G.; Zeb, I.; Sengupta, P.P. A network-based “phenomics” approach for discovering patient subtypes from high-throughput cardiac imaging data. JACC Cardiovasc. Imaging 2020, 13, 1655–1670. [Google Scholar] [CrossRef]
  27. Scikit-Learn 1.0.2. Available online: https://scikit-learn.org/stable/ (accessed on 2 October 2021).
  28. Hou, Y.; Zhou, Y.; Hussain, M.; Budd, G.T.; Tang, W.H.W.; Abraham, J.; Xu, B.; Shah, C.; Moudgil, R.; Popovic, Z.; et al. Cardiac risk stratification in cancer patients: A longitudinal patient–patient network analysis. PLoS Med. 2021, 18, e1003736. [Google Scholar] [CrossRef]
  29. Forte, J.C.; Yeshmagambetova, G.; van der Grinten, M.L.; Hiemstra, B.; Kaufmann, T.; Eck, R.J.; Keus, F.; Epema, A.H.; Wiering, M.A.; Horst, I.C.C. Identifying and characterizing high-risk clusters in a heterogeneous ICU population with deep embedded clustering. Sci. Rep. 2021, 11, 1–12. [Google Scholar]
  30. Komaru, Y.; Yoshida, T.; Hamasaki, Y.; Nangaku, M.; Doi, K. Hierarchical clustering analysis for predicting 1-year mortality after starting hemodialysis. Kidney Int. Rep. 2020, 5, 1188–1195. [Google Scholar] [CrossRef]
  31. Lundberg, S.M.; Lee, S.I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst. 2017, 30, 4768–4777. [Google Scholar]
  32. Lundberg, S.M.; Erion, G.; Chen, H.; DeGrave, A.; Prutkin, J.M.; Nair, B.; Katz, R.; Himmelfarb, J.; Bansal, N.; Lee, S.I. Explainable AI for trees: From local explanations to global understanding. arXiv 2019, arXiv:1905.04610. [Google Scholar] [CrossRef]
  33. Ho, K.K.; Anderson, K.M.; Kannel, W.B.; Grossman, W.; Levy, D. Survival after the onset of congestive heart failure in Framingham Heart Study subjects. Circulation 1993, 88, 107–115. [Google Scholar] [CrossRef] [Green Version]
  34. Gustafsson, F.; Pedersen, C.T.; Seibaek, M.; Burchardt, H.; Køber, L. Effect of age on short and long-term mortality in patients admitted to hospital with congestive heart failure. Eur. Heart J. 2004, 25, 1711–1717. [Google Scholar] [CrossRef] [Green Version]
  35. Kenchaiah, S.; Pocock, S.J.; Wang, D.; Finn, P.V.; Zornoff, L.A.M.; Skali, H.; Pfeffer, M.A.; Yusuf, S.; Swedberg, K.; Michelson, E.L.; et al. Body mass index and prognosis in patients with chronic heart failure: Insights from the Candesartan in Heart failure: Assessment of Reduction in Mortality and morbidity (CHARM) program. Circulation 2007, 116, 627–636. [Google Scholar] [CrossRef] [Green Version]
  36. Brubaker, P.H.; Kitzman, D.W. Chronotropic incompetence: Causes, consequences, and management. Circulation 2011, 123, 1010–1020. [Google Scholar] [CrossRef] [Green Version]
  37. Zweerink, A.; van der Lingen, A.L.C.J.; Handoko, M.L.; Rossum, A.C.; Allaart, C.P. Chronotropic incompetence in chronic heart failure: A state-of-the-art review. Circ. Heart Fail. 2018, 11, e004969. [Google Scholar] [CrossRef]
  38. Dobre, D.; Zannad, F.; Keteyian, S.J.; Stevens, S.R.; Rossignol, P.; Kitzman, D.W.; Landzberg, J.; Howlett, J.; Kraus, W.E.; Ellis, S.J. Association between resting heart rate, chronotropic index, and long-term outcomes in patients with heart failure receiving β-blocker therapy: Data from the HF-ACTION trial. Eur. Heart J. 2013, 34, 2271–2280. [Google Scholar] [CrossRef] [Green Version]
  39. Bredy, C.; Ministeri, M.; Kempny, A.; Gonzalez, R.A.; Swan, L.; Uebing, A.; Diller, G.P.; Gatzoulis, M.A.; Dimopoulos, K. New York Heart Association (NYHA) classification in adults with congenital heart disease: Relation to objective measures of exercise and outcome. Eur. Heart J. 2018, 4, 51–58. [Google Scholar] [CrossRef]
  40. Perini, A.P.; Bartolini, S.; Pieragnoli, P.; Ricciardi, G.; Perrotta, L.; Valleggi, A.; Vergaro, G.; Michelotti, F.; Boggian, G.; Sassone, B.; et al. CHADS2 and CHAD2DS2-VASC scores to predict morbidity and mortality in heart failure patients candidates to cardiac resynchronization therapy. Europace 2014, 16, 71–80. [Google Scholar] [CrossRef] [Green Version]
  41. Melgaard, L.; Rasmussen, A.G.; Lane, D.A.; Rasmussen, L.H.; Larsen, T.B.; Lip, G.Y.H. Assessment of the CHAD2DS2-VASC score in predicting ischemic stroke, thromboembolism, and death in patients with heart failure with and without atrial fibrillation. JAMA 2015, 314, 1030–1038. [Google Scholar] [CrossRef] [Green Version]
  42. McAlister, F.M.; Ezekowitz, J.; Tonelli, M.; Armstrong, P.W. Renal insufficiency and heart failure: Prognostic and therapeutic implications from a prospective cohort study. Circulation 2004, 109, 1004–1009. [Google Scholar] [CrossRef] [Green Version]
  43. McCullough, P.A. Why is chronic kidney disease the “spoiler” for cardiovascular outcomes? J. Am. Coll. Cardiol. 2003, 41, 725–728. [Google Scholar] [CrossRef]
  44. Lam, C.S.P.; Gamble, G.D.; Ling, L.H.; Sim, D.; Leong, K.T.G.; Yeo, P.S.D.; Ong, H.Y.; Jaufeerally, F.; Ng, T.P.; Cameron, V.A.; et al. Mortality associated with heart failure with preserved vs. reduced ejection fraction in a prospective international multi-ethnic cohort study. Eur. Heart J. 2018, 39, 1770–1780. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  45. Kontogeorgos, S.; Thunström, E.; Johansson, M.C.; Fu, M. Heart failure with preserved ejection fraction has a better long-term prognosis than heart failure with reduced ejection fraction in old patients in a 5-year follow-up retrospective study. Int. J. Cardiol. 2017, 232, 86–92. [Google Scholar] [CrossRef] [PubMed]
  46. Abebe, T.B.; Gebreyohannes, E.A.; Tefera, Y.G.; Abegaz, T.M. Patients with HFpEF and HFrEF have different clinical characteristics but similar prognosis: A retrospective cohort study. BMC Cardiovasc Disord. 2016, 16, 232. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  47. Andersen, M.J.; Borlaug, B.A. Heart failure with preserved ejection fraction: Current understandings and challenges. Curr. Cardiol. Rep. 2014, 16, 501. [Google Scholar] [CrossRef]
  48. Lüscher, T.F. Heart failure with preserved ejection fraction: Unravelling an enigma. Eur. Heart J. 2018, 39, 2763–2766. [Google Scholar] [CrossRef]
  49. Shah, A.M.; Claggett, B.; Loehr, L.R.; Chang, P.P.; Matsushita, K.; Kitzman, D.; Konety, S.; Kucharska–Newton, A.; Sueta, C.A.; Mosley, T.H.; et al. Heart failure stages among older adults in the community: The atherosclerosis risk in communities study. Circulation 2017, 135, 224–240. [Google Scholar] [CrossRef]
  50. Kokubo, Y.; Watanabe, M.; Higashiyama, A.; Nakao, Y.M.; Kusano, K.; Miyamoto, Y. Development of a Basic Risk Score for Incident Atrial Fibrillation in a Japanese General Population―The Suita Study―. Circ. J. 2017, 81, 1580–1588. [Google Scholar] [CrossRef] [Green Version]
  51. Chao, T.F.; Chiang, C.E.; Chen, T.J.; Liao, J.N.; Tuan, T.C.; Chen, S.A. Clinical Risk Score for the Prediction of Incident Atrial Fibrillation: Derivation in 7 220 654 Taiwan Patients With 438 930 Incident Atrial Fibrillations During a 16-Year Follow-Up. J. Am. Heart Assoc. 2021, 10, e020194. [Google Scholar] [CrossRef]
  52. Sieweke, J.T.; Hagemus, J.; Biber, S.; Berliner, D.; Grosse, G.M.; Schallhorn, S.; Pfeffer, T.J.; Derda, A.A.; Neuser, J.; Bauersachs, J.; et al. Echocardiographic Parameters to Predict Atrial Fibrillation in Clinical Routine—The EAHsy-AF Risk Score. Front. Cardiovasc. Med. 2022, 9, 466. [Google Scholar] [CrossRef]
  53. McDonagh, T.A.; Metra, M.; Adamo, M.; Gardner, R.S.; Baumbach, A.; Böhm, M.; Burri, H.; Butler, J.; Čelutkienė, J.; Chioncel, O.; et al. 2021 ESC Guidelines for the diagnosis and treatment of acute and chronic heart failure: Developed by the Task Force for the diagnosis and treatment of acute and chronic heart failure of the European Society of Cardiology (ESC) With the special contribution of the Heart Failure Association (HFA) of the ESC. Eur. Heart J. 2021, 42, 3599–3762. [Google Scholar]
Figure 1. The proposed system frame for phenotype exploration and classification combining unsupervised and supervised machine learning methods.
Figure 1. The proposed system frame for phenotype exploration and classification combining unsupervised and supervised machine learning methods.
Life 12 00776 g001
Figure 2. Characteristics of patients clusters 1 (a), 2 (b), 3 (c), 4 (d), and 5 (e), respectively. The bottom violin plot in (a) showed the characteristics adjusted by gender. “***” in (a) indicates p < 0.001; “**” in (b) indicates p < 0.01.
Figure 2. Characteristics of patients clusters 1 (a), 2 (b), 3 (c), 4 (d), and 5 (e), respectively. The bottom violin plot in (a) showed the characteristics adjusted by gender. “***” in (a) indicates p < 0.001; “**” in (b) indicates p < 0.01.
Life 12 00776 g002
Figure 3. Overall (a) and cardiovascular (b) survival curves of the three identified phenotypes.
Figure 3. Overall (a) and cardiovascular (b) survival curves of the three identified phenotypes.
Life 12 00776 g003
Figure 4. Classification performance of decision tree and random forest. (a,b) Show ROC curves of the two models on internal validation. (cf) Show survival curves of phenotypes classified by decision tree and random forest for patients in the independent validation dataset, respectively.
Figure 4. Classification performance of decision tree and random forest. (a,b) Show ROC curves of the two models on internal validation. (cf) Show survival curves of phenotypes classified by decision tree and random forest for patients in the independent validation dataset, respectively.
Life 12 00776 g004
Figure 5. Feature importance for overall (a), phenotype 1 (b), phenotype 2 (c), and phenotype 3 (d), interpreted by SHAP.
Figure 5. Feature importance for overall (a), phenotype 1 (b), phenotype 2 (c), and phenotype 3 (d), interpreted by SHAP.
Life 12 00776 g005
Figure 6. Cutoff values of age (a) and Ccr (b) and their exact impact on model output.
Figure 6. Cutoff values of age (a) and Ccr (b) and their exact impact on model output.
Life 12 00776 g006
Table 1. Univariate analysis for phenotype 1 and phenotype 3.
Table 1. Univariate analysis for phenotype 1 and phenotype 3.
VariablesPhenotype 1 (High Risk)Phenotype 3 (Intermediate Risk)
Hazard Ratiop ValueHazard Ratiop Value
NYHA at discharge3.61 (2.19–5.94)<0.0012.31 (1.43-3.75)<0.001
Low ADL at discharge2.94 (1.32–6.58)0.009 - 1
DOACWFuse at discharge0.11 (0.01–0.79)0.030 -
eGFR at discharge0.97 (0.95–0.99)0.0090.97 (0.95–0.99)0.002
Ccr at discharge0.97 (0.93–0.999)0.0450.96 (0.93–0.98)<0.001
Creatinine at discharge1.15 (1.04–1.27)0.0071.78 (1.37–2.30)<0.001
SBP at admission0.98 (0.97–0.998)0.029 -
SBP at discharge0.95 (0.93–0.96)<0.0010.98 (0.97–0.9998)0.047
DBP at discharge0.95 (0.92–0.99)0.006 -
HR at discharge1.02 (1.002–1.05)0.035 -
TR -1.29 (1.03–1.62)0.025
logNT-proBNP -2.64 (1.45–4.79)0.001
Albumin -0.55 (0.31–0.97)0.039
1 Not statistically significant.
Table 2. Hazard ratio between two patient groups classified by cutoff values of the top two most important predictors.
Table 2. Hazard ratio between two patient groups classified by cutoff values of the top two most important predictors.
Variables and Cutoff ValuesHazard Ratiop Value
Age < 73 years0.28 (0.13–0.58)<0.001
Age > 80 years2.22 (1.40–3.55)<0.001
Ccr at discharge < 20 mL/min3.63 (2.34–5.63)<0.001
Ccr at discharge > 28 mL/min0.35 (0.22–0.55)<0.001
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhou, X.; Nakamura, K.; Sahara, N.; Asami, M.; Toyoda, Y.; Enomoto, Y.; Hara, H.; Noro, M.; Sugi, K.; Moroi, M.; et al. Exploring and Identifying Prognostic Phenotypes of Patients with Heart Failure Guided by Explainable Machine Learning. Life 2022, 12, 776. https://0-doi-org.brum.beds.ac.uk/10.3390/life12060776

AMA Style

Zhou X, Nakamura K, Sahara N, Asami M, Toyoda Y, Enomoto Y, Hara H, Noro M, Sugi K, Moroi M, et al. Exploring and Identifying Prognostic Phenotypes of Patients with Heart Failure Guided by Explainable Machine Learning. Life. 2022; 12(6):776. https://0-doi-org.brum.beds.ac.uk/10.3390/life12060776

Chicago/Turabian Style

Zhou, Xue, Keijiro Nakamura, Naohiko Sahara, Masako Asami, Yasutake Toyoda, Yoshinari Enomoto, Hidehiko Hara, Mahito Noro, Kaoru Sugi, Masao Moroi, and et al. 2022. "Exploring and Identifying Prognostic Phenotypes of Patients with Heart Failure Guided by Explainable Machine Learning" Life 12, no. 6: 776. https://0-doi-org.brum.beds.ac.uk/10.3390/life12060776

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop