Literature DB >> 33854400

Machine Learning Can Predict Total Death After Radiofrequency Ablation in Liver Cancer Patients.

Jianhua Tong1, Panmiao Liu1, Muhuo Ji1, Ying Wang1, Qiong Xue1, Jian-Jun Yang1, Cheng-Mao Zhou1.   

Abstract

OBJECTIVE: Over 1 million new cases of hepatocellular carcinoma (HCC) are diagnosed worldwide every year. Its prognosis remains poor, and the 5-year survival rate in all disease stages is estimated to be between 10% and 20%. Radiofrequency ablation (RFA) has become an important local treatment for liver cancer, and machine learning (ML) can provide many shortcuts for liver cancer medical research. Therefore, we explore the role of ML in predicting the total mortality of liver cancer patients undergoing RFA.
METHODS: This study is a secondary analysis of public database data from 578 liver cancer patients. We used Python for ML to establish the prognosis model.
RESULTS: The results showed that the 5 most important factors were platelet count (PLT), Alpha-fetoprotein (AFP), age, tumor size, and total bilirubin, respectively. Results of the total death model for liver cancer patients in test group: among the 5 algorithm models, the highest accuracy rate was that of gbm (0.681), followed by the Logistic algorithm (0.672); among the 5 algorithms, area under the curve (AUC) values, from high to low, were Logistic (0.738), DecisionTree (0.723), gbm (0.717), GradientBoosting (0.714), and Forest (0.693); Among the 5 algorithms, gbm had the highest precision rate (0.721), followed by the Logistic algorithm (0.714). Among the 5 algorithms, DecisionTree had the highest recall rate (0.642), followed by the GradientBoosting algorithm (0.571).
CONCLUSION: Machine learning can predict total death after RFA in liver cancer patients. Therefore, ML research has great potential for both personalized treatment and prognosis of liver cancer.
© The Author(s) 2021.

Entities:  

Keywords:  Treatment algorithms; hepatocellular carcinoma; individual outcomes; patient stratification; radiofrequency ablation

Year:  2021        PMID: 33854400      PMCID: PMC8013536          DOI: 10.1177/11795549211000017

Source DB:  PubMed          Journal:  Clin Med Insights Oncol        ISSN: 1179-5549


Introduction

Hepatocellular carcinoma (HCC) is the second-most deadly form of cancer in China, killing approximately 300 000 people every year. This accounts for 55% of liver cancer deaths worldwide. Surgical resection is one of the most effective treatments for liver cancer, but only 10% to 20% of patients are candidates for these treatments.[1] In recent years, with the development of minimally invasive and interventional techniques, radiofrequency ablation (RFA) has become an important local treatment for liver cancer because it is safe and involves minimal trauma.[2] It is also recognized as an effective surgical treatment for early HCC among patients with Barcelona Clinic Liver Cancer (BCLC) who do not meet the requirements. However, due to the high risk of liver cancer recurrence, the 5-year survival rate for HCC patients with tumors 5 cm in diameter before RFA is only 50%.[3] Moreover, targeted preventive measures for patients with liver cancer and patient stratification schemes for treatment algorithms customized to the specific conditions of patients with liver cancer can improve their prognosis,[4] such as application of liquid biopsy and multiparametric analysis in liver malignancy management. The economic and medical burden caused by liver cancer is also great, and patients with liver cancer need more effective treatment methods to prolong their survival times and improve their quality of life. Therefore, an effective prognostic evaluation tool for liver cancer patients after RFA is needed. Machine learning (ML) provides another method for standard predictive modeling, which can solve the current limitations, and by making better use of “big data” for algorithm development, it has the potential to revolutionize medicine.[5-7] At present, ML is providing many shortcuts for medical research.[8] For example, ML methods can provide accurate hospital stay predictions for patients with heart disease. This can be used for clinical bed management and resource allocation[9]; studies have shown that ML can predict acute kidney injury after liver cancer resection[10]; ML can also predict persistent depressive symptoms in older adults.[11] Similarly, studies have shown that ML can provide individualized patient profile analysis, and build prediction models in the palliative treatment of malignant tumors in the liver.[12] At present, there are few studies on the application of ML among liver cancer patients undergoing RFA. Therefore, this study assesses 5 ML algorithms’ ability to predict the prognosis of liver cancer patients undergoing RFA.

Methods

Patients

Our study is a secondary analysis of public database data from the BioStudies (https://www.ebi.ac.uk/biostudies/studies/S-EPMC6059486) (public) database. It includes 611 HCC patients who had been treated with RFA between January 2006 and December 2010. Finally, the study covers 578 enrolled patients whose ferritin serum levels were measured on admission before RFA. Radiofrequency ablation is typically performed in patients with 3 or fewer lesions less than 3 cm in diameter. The following variables and serum ferritin levels were used: sex, body mass index (BMI), aspartate aminotransferase (AST) level, age, hepatitis C antibody positive, platelet count (PLT), hepatitis B surface antigen positive, alcohol consumption, number of tumors, hemoglobin (HB), Child-Pugh classification, tumor size, and Alpha-fetoprotein (AFP) level. Categorical variables were compared by Fisher’s exact test, while continuous variables were compared by 1-way analysis of variance (parametric) or Kruskal–Wallis test (nonparametric). Survival follow-up ended on December 31, 2015. The difference was considered statistically significant when P < .05. We performed ML modeling with python, and Pearson’s correlation analysis. The 5-ML model was performed with the following models: random forest, decision tree, Logistic regression, LightGBM, and gradient boosted decision trees (GBDT). Eighty percent of the data were divided into training groups for development, and 20% were verified by the test groups. See Appendix 1 Table 4 for the parameters used in ML in this study.
Table 4.

Functions, packages, and tuning parameters used in Anaconda for each machine learning algorithm.

AlgorithmClassifierPackageTuning parameters
Logistic regressionLogisticRegressionfrom sklearn.linear_model import LogisticRegressionpenalty =‘l2’, tol = 0.000001, C = 0.1, fit_intercept = True,intercept_scaling = 1, class_weight = None,max_iter = 100, multi_class =‘ovr’,verbose = 0, warm_start = False,n_jobs = 1
DecisionTreeDecisionTreeClassifierfrom sklearn.tree import DecisionTreeClassifiersplitter =‘best’, max_depth = 3, min_samples_split = 30, min_samples_leaf = 2, min_weight_fraction_leaf = 0.01
forestRandomForestClassifierfrom sklearn.ensemble import RandomForestClassifiern_estimators = 50, n_jobs = -1, min_samples_split = 20, min_samples_leaf = 2, random_state = 41
GradientBoostingGradientBoostinglassifierfrom sklearn.ensemble import GradientBoostinglassifierlearning_rate = 0.2, n_estimators = 20, max_depth = 3, min_samples_split = 20, min_samples_leaf = 5
gbmlgb.LGBMClassifierlightgbm 2.2.0boosting_type =‘gbdt’, objective =‘binary’,metrics =‘auc’,learning_rate = 0.1, n_estimators = 100, max_depth = 2, bagging_fraction = 0.5, feature_fraction = 0.5
Comparison of each basic index between the 2 groups: There was no significant difference in age between the nondeath group and the death group, nor between the training group and the test group (P = .001 and P = .013). Moreover, the platelet differences between the nondeath group and the death group in the training group and the test group were statistically significant (P < .001 and P = .049), and the rest are shown in Table 1.
Table 1.

Basic patient characteristics.

Training groupP valueTest groupP value
NondeathDeathNondeathDeath
Number of people2402226056
Age (years)67.7 ± 9.770.7 ± 8.70.00166.0 ± 10.871.4 ± 9.50.013
Size (mm)23.1 ± 8.724.2 ± 8.30.06723.2 ± 8.326.0 ± 9.90.134
Height (cm)159.3 ± 9.8159.1 ± 9.10.942161.2 ± 9.5157.6 ± 10.10.034
Wight (kg)59.6 ± 11.359.6 ± 11.70.81360.6 ± 9.958.5 ± 10.30.126
Body mass index (kg/m2)23.4 ± 3.323.5 ± 3.90.81123.3 ± 3.123.6 ± 3.50.875
Serum albumin (g/dL)3.8 ± 0.53.6 ± 0.4<0.0013.8 ± 0.53.5 ± 0.5<0.001
Total bilirubin (mg/dL)0.9 ± 0.41.1 ± 0.5<0.0010.9 ± 0.61.0 ± 0.60.052
AST (IU/L)56.5 ± 36.762.1 ± 37.20.01151.2 ± 30.163.0 ± 35.60.034
ALT (IU/L)55.9 ± 50.853.3 ± 37.40.69850.5 ± 31.253.2 ± 32.50.658
Platelet count (×109/L)12.3 ± 5.310.5 ± 5.5<0.00113.3 ± 6.911.3 ± 6.60.049
Hemoglobin (g/dL)12.9 ± 1.512.8 ± 1.60.39413.2 ± 1.612.5 ± 1.80.025
Prothrombin activity (%)88.3 ± 13.284.8 ± 13.00.00290.0 ± 13.383.0 ± 15.30.005
PTINR1.1 ± 0.11.1 ± 0.10.0021.0 ± 0.21.1 ± 0.20.004
Creatinine0.7 ± 0.20.8 ± 0.20.0530.8 ± 0.20.8 ± 0.70.294
Serum ferritin level (ng/mL)193.0 ± 249.8197.8 ± 232.30.780197.8 ± 194.7212.7 ± 303.20.553
 AFP111.1 ± 459.8129.5 ± 452.1<0.001131.8 ± 490.2432.3 ± 2487.40.513
 L35.1 ± 13.97.4 ± 15.7<0.0017.2 ± 16.05.9 ± 13.30.577
 Male0.2990.289
 No90 (37.5%)73 (32.9%)21 (35.0%)25 (44.6%)
 Yes150 (62.5%)149 (67.1%)39 (65.0%)31 (55.4%)
HBsAg-positive only<0.0010.006
 No192 (80.0%)209 (94.1%)44 (73.3%)52 (92.9%)
 Yes48 (20.0%)13 (5.9%)16 (26.7%)4 (7.1%)
Anti HCVAb-positive only0.1220.092
 No75 (31.2%)55 (24.8%)25 (41.7%)15 (26.8%)
 Yes165 (68.8%)167 (75.2%)35 (58.3%)41 (73.2%)
Alcohol consumption0.0450.203
 ⩽80 g/day192 (80.0%)159 (71.6%)52 (86.7%)41 (73.2%)
 >80 g/day22 (9.2%)21 (9.5%)4 (6.7%)6 (10.7%)
 None26 (10.8%)42 (18.9%)4 (6.7%)9 (16.1%)
Child-Pugh score<0.0010.019
 0155 (64.6%)86 (38.7%)40 (66.7%)20 (35.7%)
 157 (23.8%)80 (36.0%)12 (20.0%)15 (26.8%)
 214 (5.8%)38 (17.1%)5 (8.3%)10 (17.9%)
 311 (4.6%)10 (4.5%)2 (3.3%)6 (10.7%)
 41 (0.4%)7 (3.2%)1 (1.7%)3 (5.4%)
 52 (0.8%)1 (0.5%)0 (0.0%)2 (3.6%)

Abbreviations: AFP, alpha-fetoprotein; anti-HCVAb, anti-hepatitis C virus antibody; AST, aspartate aminotransferase; HBsAg, hepatitis B surface antigen; ALT, alanine aminotransferase; PTINR,prothrombin time-international normalized ratio.

The results of correlation analysis showed that age, tumor size, and AFP were proportional to the postoperative death of patients with liver cancer receiving RFA, and PLT was inversely proportional to the death outcome (Figure 1). These results showed that the 5 most important factors were PLT, AFP, age, tumor size, and total bilirubin, respectively (Figure 2).
Figure 1.

Factor correlations.

Figure 2.

Variable importance of features included in the machine-learning algorithm for predicting postoperative death outcomes.

AFP indicates alpha-fetoprotein; AST, aspartate aminotransferase; BMI, body mass index; HB, hemoglobin; HBsAg, hepatitis B surface antigen; PLT, platelet count; TB, total bilirubin; PTINR, prothrombin time-international normalized ratio; ALT, aminoleucine transferase; ALB, albumin; PT, prothrombin time; BW, body weight.

Training group’s effect on total postoperative death model for liver cancer patients: Among the 5 algorithm models, forest’s accuracy was the highest (0.900), followed by the GradientBoosting algorithm (0.831); among the 5 algorithms, the AUC values were, from high to low, Forest (0.971), Gradient Boosting (0.914), gbm (0.825), DecisionTree (0.748), and Logistic (0.739). Among the 5 algorithms, the highest precision rate was that of forest (0.904), followed by the GradientBoosting algorithm (0.795). Among the 5 algorithms, Forest had the highest recall rate (0.887), followed by GradientBoosting (0.874) (See Table 2 and Figure 3).
Table 2.

Forecasted results for the training group.

AccuracyPrecisionRecallAUC
Logistic0.6860.6790.6580.739
DecisionTree0.6900.6420.8060.748
Forest0.9000.9040.8870.971
GradientBoosting0.8310.7950.8740.914
Gbm0.7550.7420.7520.825

Abbreviation: AUC, area under the curve.

Figure 3.

Machine-learning algorithm predictions of postoperative death outcomes in the training group.

AUC indicates area under the curve, ROC, receiver operating characteristics.

Results of the total death model for liver cancer patients in the test group: Among the 5 algorithm models, the highest accuracy rate was that of gbm (0.681), followed by the Logistic algorithm (0.672); among the 5 algorithms, the AUC values, from high to low, were Logistic (0.738), DecisionTree (0.723), gbm (0.717), GradientBoosting (0.714), and Forest (0.693); among the 5 algorithms, gbm had the highest precision rate (0.721), followed by the Logistic algorithm (0.714). Among the 5 algorithms, DecisionTree had the highest recall rate (0.642), followed by the GradientBoosting algorithm (0.571; see Table 3 and Figure 4).
Table 3.

Forecasted results for the testing group.

AccuracyPrecisionRecallAUC
Logistic0.6720.7140.5380.738
DecisionTree0.6640.6900.6420.723
forest0.6380.6460.5540.693
GradientBoosting0.6640.6890.5710.714
gbm0.6810.7210.5540.717

Abbreviation: AUC, area under the curve.

Figure 4.

Machine-learning algorithm predictions of postoperative death outcomes in the test group.

AUC indicates area under the curve, ROC, receiver operating characteristics.

Basic patient characteristics. Abbreviations: AFP, alpha-fetoprotein; anti-HCVAb, anti-hepatitis C virus antibody; AST, aspartate aminotransferase; HBsAg, hepatitis B surface antigen; ALT, alanine aminotransferase; PTINR,prothrombin time-international normalized ratio. Factor correlations. Variable importance of features included in the machine-learning algorithm for predicting postoperative death outcomes. AFP indicates alpha-fetoprotein; AST, aspartate aminotransferase; BMI, body mass index; HB, hemoglobin; HBsAg, hepatitis B surface antigen; PLT, platelet count; TB, total bilirubin; PTINR, prothrombin time-international normalized ratio; ALT, aminoleucine transferase; ALB, albumin; PT, prothrombin time; BW, body weight. Forecasted results for the training group. Abbreviation: AUC, area under the curve. Machine-learning algorithm predictions of postoperative death outcomes in the training group. AUC indicates area under the curve, ROC, receiver operating characteristics. Forecasted results for the testing group. Abbreviation: AUC, area under the curve. Machine-learning algorithm predictions of postoperative death outcomes in the test group. AUC indicates area under the curve, ROC, receiver operating characteristics.

Discussion

Radiofrequency ablation is considered the most effective first-line percutaneous ablation therapy.[13] Survival results for patients completely relieved by RFA have been shown to be equivalent to those of patients treated by hepatectomy,[14] with a 5-year recurrence rate that may be as high as 80%.[15] In clinical courses with frequent recurrence and retreatment, tumors have tended to be out of control, which has been the primary reason for the low long-term survival rates after ablation.[16] The results of our study showed that the 5 most important factors were PLT, AFP, age, tumor size, and total bilirubin. The results of the correlation analysis showed that age, tumor size, AFP, and death after RFA for liver cancer were proportional. In addition, PLT was inversely proportional to death outcome. After internal validation, all 5-ML algorithms could better predict the prognosis of liver cancer patients undergoing RFA. Albumin-bilirubin grade has been introduced to assess liver function in liver cancer patients.[17] In HCC patients undergoing transarterial chemoembolizatio (TACE), the serum prealbumin-bilirubin score (PALBI) grades were predictive of postoperative overall survival.[18] Similarly, albumin-bilirubin grade could predict survival in HCC patients undergoing TACE.[19] Furthermore, PLT predicts functional recovery and complications after hepatectomy.[20] The results of this study also suggest that total bilirubin and platelets are important risk factors for the prognosis of liver cancer patients undergoing RFA. Anemia is a risk factor for death among liver cancer patients.[21] Hemoglobin changes have also been shown to be associated with overall survival for a variety of malignancies, including lung, breast, colorectal, and liver cancers. This has also been reported in a cohort study of breast, colorectal, and liver cancer.[22] Also, the addition of AFP and ascites to the BCLC staging classification may improve prognostic predictors of early and mid-term liver cancer.[23] This finding is also supported by this study. Patients with tumors >2 cm have consistently shown that the survival benefits of RFA exceed those of percutaneous ethanol injection (PEI).[16,24] Researchers have agreed that when a patient’s tumor is ⩽2 cm, RFA is advantageous in liver cancer treatment.[25] The results of our study also suggest that tumor size is an important factor affecting the prognosis of liver cancer patients undergoing RFA. Machine learning is instrumental for the multiomics and multiparametric analysis essential to improving the overall management of liver malignancies and individual outcomes. In the next step of ML and liver cancer research, ML schemes based on biomarkers of chronic inflammation may be a useful tool in prediction and prevention.[26] Moreover, to facilitate the interpretability of ML in liver cancer research, it would be of great significance and scientific value to incorporate multigroup learning.[27] Our study does have several limitations. First, since this was a retrospective study, it was impossible to collect all of the data from the HCC patients. This may have biased the model effect. Second, data on molecular factors was lacking. This may have influenced patient prognosis. Finally, this study model has only been internally validated. Thus, further prospective and multicenter studies are needed in the future.

Conclusion

Our results show that each factor derived from the ML gbm algorithm accounts for the weight of death. This indicates that the 5 most important factors, ranked in order, were PLT, AFP, age, tumor size, and total bilirubin. Furthermore, ML algorithms can improve prognosis prediction for liver cancer patients undergoing RFA. In sum, prevention, prediction, and individuation are of great significance to the prognosis of patients with liver cancer.[28] As such, ML research has great potential for personalized treatment and prognosis of liver cancer.
  28 in total

Review 1.  Logistic regression and artificial neural network classification models: a methodology review.

Authors:  Stephan Dreiseitl; Lucila Ohno-Machado
Journal:  J Biomed Inform       Date:  2002 Oct-Dec       Impact factor: 6.317

2.  Clinical outcomes of radiofrequency ablation, percutaneous alcohol and acetic acid injection for hepatocelullar carcinoma: a meta-analysis.

Authors:  Giacomo Germani; Maria Pleguezuelo; Kurinchi Gurusamy; Tim Meyer; Graziella Isgrò; Andrew Kenneth Burroughs
Journal:  J Hepatol       Date:  2010-01-17       Impact factor: 25.083

3.  Survival rates are comparable after radiofrequency ablation or surgery in patients with small hepatocellular carcinomas.

Authors:  Hung-Hsu Hung; Yi-You Chiou; Cheng-Yuan Hsia; Chien-Wei Su; Yi-Hong Chou; Jen-Huey Chiang; Wei-Yu Kao; Teh-Ia Huo; Yi-Hsiang Huang; Yu-Hui Su; Han-Chieh Lin; Shou-Dong Lee; Jaw-Ching Wu
Journal:  Clin Gastroenterol Hepatol       Date:  2010-09-08       Impact factor: 11.382

4.  Predicting persistent depressive symptoms in older adults: A machine learning approach to personalised mental healthcare.

Authors:  Christopher M Hatton; Lewis W Paton; Dean McMillan; James Cussens; Simon Gilbody; Paul A Tiffin
Journal:  J Affect Disord       Date:  2018-12-25       Impact factor: 4.839

5.  Single measurement of hemoglobin predicts outcome of HCC patients.

Authors:  Fabian Finkelmeier; Dominik Bettinger; Verena Köberle; Michael Schultheiß; Stefan Zeuzem; Bernd Kronenberger; Albrecht Piiper; Oliver Waidmann
Journal:  Med Oncol       Date:  2013-12-11       Impact factor: 3.064

6.  Postoperative Decrease in Platelet Counts Is Associated with Delayed Liver Function Recovery and Complications after Partial Hepatectomy.

Authors:  Kazuhiro Takahashi; Tomohiro Kurokawa; Yukio Oshiro; Kiyoshi Fukunaga; Shingo Sakashita; Nobuhiro Ohkohchi
Journal:  Tohoku J Exp Med       Date:  2016-05       Impact factor: 1.848

7.  Predicting the Future - Big Data, Machine Learning, and Clinical Medicine.

Authors:  Ziad Obermeyer; Ezekiel J Emanuel
Journal:  N Engl J Med       Date:  2016-09-29       Impact factor: 91.245

Review 8.  Preventive, predictive, and personalized medicine for effective and affordable cancer care.

Authors:  Jaak Ph Janssens; Klaus Schuster; Andreas Voss
Journal:  EPMA J       Date:  2018-03-26       Impact factor: 6.543

9.  Post-diagnosis hemoglobin change associates with overall survival of multiple malignancies - results from a 14-year hospital-based cohort of lung, breast, colorectal, and liver cancers.

Authors:  Shaogui Wan; Yinzhi Lai; Ronald E Myers; Bingshan Li; Juan P Palazzo; Ashlie L Burkart; Guokai Chen; Jinliang Xing; Hushan Yang
Journal:  BMC Cancer       Date:  2013-07-10       Impact factor: 4.430

Review 10.  Chronic inflammation: key player and biomarker-set to predict and prevent cancer development and progression based on individualized patient profiles.

Authors:  Shehua Qian; Olga Golubnitschaja; Xianquan Zhan
Journal:  EPMA J       Date:  2019-11-20       Impact factor: 6.543

View more
  2 in total

1.  Deep Learning Using CT Images to Grade Clear Cell Renal Cell Carcinoma: Development and Validation of a Prediction Model.

Authors:  Lifeng Xu; Chun Yang; Feng Zhang; Xuan Cheng; Yi Wei; Shixiao Fan; Minghui Liu; Xiaopeng He; Jiali Deng; Tianshu Xie; Xiaomin Wang; Ming Liu; Bin Song
Journal:  Cancers (Basel)       Date:  2022-05-24       Impact factor: 6.575

2.  Evaluation of 3D-CEUS in the Recurrence of Liver Cancer after Radiofrequency Ablation.

Authors:  Lianjie Bai; Xinping Wang; Shenglong Shi; Jian Gao; Xing Li; Ying Wang; Maitao Jiang; Chunlei Zheng; Huilin Liu
Journal:  J Healthc Eng       Date:  2021-12-20       Impact factor: 2.682

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.