Next Article in Journal
Cold Chain Logistics Management of Medicine with an Integrated Multi-Criteria Decision-Making Method
Previous Article in Journal
Evaluation of Qualitative Dietary Protocol (Diet4Hashi) Application in Dietary Counseling in Hashimoto Thyroiditis: Study Protocol of a Randomized Controlled Trial
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Predicting Hepatitis B Virus Infection Based on Health Examination Data of Community Population

1
Department of Medical Statistics and Epidemiology, School of Public Health, Sun Yat-sen University, Guangzhou 510080, China
2
Department of Epidemiology and Biostatistics, School of Public Health, University at Albany, State University of New York, Rensselaer, New York, NY 12144, USA
*
Author to whom correspondence should be addressed.
Int. J. Environ. Res. Public Health 2019, 16(23), 4842; https://doi.org/10.3390/ijerph16234842
Submission received: 1 October 2019 / Revised: 26 November 2019 / Accepted: 27 November 2019 / Published: 2 December 2019
(This article belongs to the Section Health Behavior, Chronic Disease and Health Promotion)

Abstract

:
Despite a decline in the prevalence of hepatitis B in China, the disease burden remains high. Large populations unaware of infection risk often fail to meet the ideal treatment window, resulting in poor prognosis. The purpose of this study was to develop and evaluate models identifying high-risk populations who should be tested for hepatitis B surface antigen. Data came from a large community-based health screening, including 97,173 individuals, with an average age of 54.94. A total of 33 indicators were collected as model predictors, including demographic characteristics, routine blood indicators, and liver function. Borderline-Synthetic minority oversampling technique (SMOTE) was conducted to preprocess the data and then four predictive models, namely, the extreme gradient boosting (XGBoost), random forest (RF), decision tree (DT), and logistic regression (LR) algorithms, were developed. The positive rate of hepatitis B surface antigen (HBsAg) was 8.27%. The area under the receiver operating characteristic curves for XGBoost, RF, DT, and LR models were 0.779, 0.752, 0.619, and 0.742, respectively. The Borderline-SMOTE XGBoost combined model outperformed the other models, which correctly predicted 13,637/19,435 cases (sensitivity 70.8%, specificity 70.1%), and the variable importance plot of XGBoost model indicated that age was of high importance. The prediction model can be used to accurately identify populations at high risk of hepatitis B infection that should adopt timely appropriate medical treatment measures.

1. Introduction

Hepatitis B virus (HBV) infection remains a major public health concern worldwide, with an average prevalence of 3.61% [1]. In 2015, over 300 million patients were reported to have viral hepatitis globally—of which, approximately 257 million people were HBV-infected. Additionally, approximately 0.65 million deaths per year were due to HBV infection [2]. In China, the disease burden of HBV is a serious concern. An estimated 90 million people in China—approximately 7% of the national population—are chronically infected with the HBV, and 0.33 million people annually die from HBV-related cancers [3]. According to China Center for Disease Control and Prevention (China CDC), the total cost of treating HBV-related diseases was estimated at 80–120 billion RMB (i.e., Chinese Yuan, CNY) in 2015 [4].
In 2016, the World Health Assembly published the Global Health Sector Strategy, calling for the elimination of the threat of hepatitis in humans by 2030, reducing the number of new viral infections by 95% and the number of hepatitis deaths by 65%. Hepatitis B is a major contributor to the epidemic of viral hepatitis, and the primary target for prevention and control [5]. Hepatitis B is an infectious disease, with severe prognosis and no effective way to eliminate the virus in an infected individual. Moreover, if HBV infection results in the development of a chronic disease, there is a risk that the associated harm will be lifelong. Most HBV carriers are without symptoms in the early stages and are often diagnosed during medical examinations, missing the ideal treatment period [6]. There are also hidden hepatitis B carriers who do not know their infection status. Therefore, the early identification of high-risk groups and timely intervention are effective ways to control HBV infection [7].
Currently, China’s government takes great steps towards ensuring enrollment and employment rights for hepatitis B patients. Laws including the Infectious Diseases Prevention Law require that educational institutions and employers cannot screen for HBV for admission of citizens to school and employment. For this reason, challenges occur as a result of limited available information that can assist in calculating the current prevalence of hepatitis B and controlling HBV transmission [8]. Additionally, general HBV screening is neither cost-effective nor practical [9]. Assessing the risk of HBV infection is important for health care providers to identify patients appropriate for antigen testing. Previous studies aimed to prevent and control HBV infection by identifying risk factors including lifestyle, and corresponding vaccine and infectious history [10,11]. However, risk factors may not be fully identified and the risk of HBV infection was not predicted. Predictive models are widely used in the medical field to quantify population risks of certain disease [12]. If individuals at risk of HBV infection could be identified using a prediction model, it would be possible to perform targeted intervention efficiently. However, there remains a gap in knowledge on an early warning model for HBV infection based on large health screening data.
Currently, machine learning technology is an important branch of artificial intelligence and widely used for analyzing medical data. Machine learning can automatically discover and exploit the interactions and nonlinear relationships between variables and improve the accuracy of disease prediction [13]. A study by Weng, et al., reported that machine learning improves the accuracy of cardiovascular risk prediction and increases the number of patients identified who could benefit from preventive treatment [14]. The purpose of the present study was to develop and evaluate models for identifying people who require screening for hepatitis B surface antigen (HBsAg). We applied machine learning methods to select high-risk groups more efficiently. We believe that the development and application of predictive models will provide important information for law makers to distribute limited medical resources more efficiently and effectively.

2. Material and Methods

2.1. Data Collection

In the present study, data were obtained from a community-based cross-sectional study enrolling 97,173 residents from Guangzhou city and Zhongshan city in Guangdong, China. Stratified cluster random sampling was used to recruit residents from targeted regions between January 2014 and December 2015. The first level of stratification sampling involved Guangzhou city and Zhongshan city. The Yuexiu district in Guangzhou and Xiaolan district in Zhongshan were chosen, which were the second level of stratification. The third level of stratification was the random selection of communities. The contents of the survey included the collection of demographic information, a physical heath examination, and collecting a blood sample. The blood sample was used to test for blood routine and liver function. The study obtained ethics approval from the Human Ethics Committee at Sun Yat-sen University (L2017030). All research participants signed informed consent. Among participants that agreed to the study and provided informed consent, doctors in community health centers (CHCs) collected venous blood aseptically to screen for HBsAg and biochemical tests, respectively, using enzyme-linked immunosorbent assay and velocity method. The serum was separated from the blood by centrifugation and was transported in small vials in an ice-packed box to maintain their temperature at 0–4 °C to the laboratory at Da An Gene Company.
A total of 33 indicators with the potential to be associated with HBV were included in the analysis, including demographic information, blood routine indicators, and liver function. HBsAg served as an indicator of HBV exposure and presented as the primary outcome (positive or negative). We randomly selected 80% for training and the remaining 20% for testing. Four models were trained, as described in the classification model sections.

2.2. Data Preprocessing

The total HBsAg-positive cases were 8034, accounting for 8.27% of all participants. Data such as this are considered unbalanced (the proportion of the normal population is larger). The synthetic minority oversampling technique (SMOTE), which is an oversampling technique proposed by Chawla et al., is of great popularity to address class imbalance by creating synthetic minority class samples [15]. Borderline-SMOTE combines the original SMOTE and boundary information algorithm, which only oversamples the minority examples near the borderline [16]. The borderline minority examples should first be identified from the original dataset, and then used to generate new minority examples before inserting back to the original one in order to achieve data balance. This study used Borderline-SMOTE to overcome class imbalance problems, reconstruct the training set, and then use machine learning to train the classifier.

2.3. Classification Models

We developed models for HBV prediction using four machine learning algorithms: logistic regression (LR), decision tree (DT), random forest (RF), and extreme gradient boosting (XGBoost).
LR is a generalized linear regression model that is commonly applied to binary dependent variables or multiple classification variables, which is chosen as a baseline comparison. It has advantages in the interpretation of model results, and implementation with low computational cost, and can directly derive the weight of each predictor [17]. The disadvantage is that it is sensitive to the multicollinearity of independent variables, making it unsuitable for dealing with data imbalance (i.e., the positive rate of 8.27% in our study), and it may provide an under-fitting prediction.
DT is a tree structure used for classification and regression. DT represents the procedure of classifying instances based on features, which can be considered as the set of if-then rules or the probability distribution defined between feature space and class [18]. The main merits of DT are intuitional results and fast computation. The model is built with training data relying on the principle of minimizing the loss function in learning procedure and applied to classifying testing data. However, it is easy for over-fitting to occur and bias for unbalanced data.
RF is an ensemble algorithm based on a decision tree classifier. The learning procedure combines bagging and random feature selection, which add additional diversity to the decision tree model. RF applies the majority of votes over all decision trees to output the final classification result. This can improve the predictive accuracy without increasing the computational complexity, resulting in the ability to predict outcomes for thousands of variables [19]. RF is also insensitive to the assumption of multivariate linearity, providing robust results for missing or unbalanced data.
XGBoost is a distributed gradient boosting algorithm based on classification and regression trees. XGBoost is popular in the fields of machine learning and data mining, revealing excellent judgment and recognition. The basic principle is to weigh the results of multiple decision trees (weak classifiers) as the final output (strong classifier) [20]. XGBoost achieves good control for model complexity by adding regular items to the objective function, which solves the collinearity problem between variables to a certain extent, and prevents the model from over-fitting. In the XGBoost model, the second-order Taylor series is used for the cost function, and the first and second derivatives are used to make the approximate optimization of the objective function closer to the actual value, thereby improving the predictive accuracy [21].

2.4. Tuning of Parameters

The use of XGBoost, RF, and DT for prediction requires tuning several parameters or hyper-parameters. We tuned the parameters or hyper-parameters to maximize the mean area under the receiver operating characteristic (ROC) curve (AUC) value computed from the 5-fold cross validation of the training data. Each time the training data is randomly divided into five subsets of the same size, four subsets are used to train the model and another subset is used for verification. After finding the optimal values of the parameters, prediction models are trained using the entire training data set. The performance is evaluated using the test data. Table 1 presents the tuning parameters and values of the final model for predicate HBV infection.

2.5. Evaluation Metric

In our study, we use accuracy, sensitivity, specificity, and area under the receiver operating characteristic (ROC) curve (AUC) as metrics to evaluate the performance of the prediction models [22]. The accuracy, sensitivity, and specificity were calculated as follows:
A c c u r a c y = T P + T N T P + F P + T N + F N
S e n s i t i v i t y = T P T P + F N
S p e c i f i c i t y = T N F P + T N
where TP, FP, TN, and FN denote true positives, false positives, true negatives, and false negatives, respectively.
Accuracy represents the proportion of correctly predicted samples to all predicted. Sensitivity represents the proportion of correctly predicted positive samples to all actual positive ones. Specificity represents the proportion of correctly predicted negative samples to all actual negative ones. ROC curves are plotted to describe the variance on numbers of correctly classified abnormal cases and those of incorrectly classified normal cases as abnormality. The AUC value is used to comprehensively evaluate the model prediction ability [23].

2.6. Statistical Analysis

All statistical analyses were conducted using R software version 3.3.5 (R Core Team, Vienna, Austria). Data that was normally distributed was expressed as the mean and standard deviation, and differences between groups were compared using t test. The categorical variables are expressed in terms of frequency (percentage), and the differences between groups are compared using Fisher’s exact probability method. The R packages involved include XGBoost, glm, rpart, random Forest, smotefamily

3. Results

3.1. Description

A total of 97,173 participants were included in the analysis. Table 2 presents the demographic characteristics and laboratory testing results. Overall, the positive rate of HBsAg was 8.27%, with a mean age of 54.94. Among the study participants, the ratio of male to female was 0.49:1. In total, 47.02% of participants’ highest level of education was primary and middle school, and 69.79% were married. Only 5.12% of participants received the hepatitis B vaccination among those with confirmed hepatitis B vaccination (11.31%).
In total, 77,738 instances were randomly divided to the training set and 19,435 instances were randomly divided to the testing set, resulting in a random partition of 80%/20%. Differences between the training set and testing set by the demographic characteristics and results from laboratory measurements are shown in Table 3. The p values of each variable between training and testing sets were greater than 0.05, indicating that the splitting process was random and balanced.

3.2. Predictive Accuracy

The performance of the models predicting HBV infection risk is presented in Table 4, and the ROC curve of each model based on the testing set is shown in Figure 1. The AUCs of the LR, DT, RF, and XGBoost were 0.742 (95% confidence interval (95% CI: 0.729, 0.754), 0.619 (95% CI: 0.603, 0.634), 0.752 (95% CI: 0.740, 0.764), and 0.779 (95% CI: 0.768, 0.791). Two machine learning algorithms achieved improvements in discrimination (1.0% for RF, 3.7% for XGBoost) when compared to the LR model. The predictive performance of the combined models after the Borderline-SMOTE sample resampling was further improved compared to the model used alone. The Borderline-SMOTE XGBoost combined model had the best prediction results, with an AUC value of 0.782.
In terms of other measures, the LR model predicted 12,975 cases correctly from 19,435 total cases, with a sensitivity of 68.7% and specificity of 66.7%. Although the accuracy of the DT was higher than that of XGBoost, it can be seen through the confusion matrix that DT had a bias in the classification of minority class. The Borderline-SMOTE XGBoost combined model improved the identification of minority class, with the sensitivity of 70.8% and the specificity of 70.1%. Full details on the classification analysis can be found in Table 5. Using the variables exhibiting the highest coefficients of permutation importance for HBV infection in XGBoost model, the variable importance plot suggested that age was the most important predictor of HBV infection followed by ALT, PLT, AST, ALB, and PCT (Figure 2).

4. Discussion

We developed HBV infection risk assessment models based on health examination data of 97,173 community residents using a machine learning method with the goal of determining the optimal model and improving the detection rate of positive HBsAg. Our findings revealed that the Borderline-SMOTE XGBoost combined model outperformed the other models with desirable performance and may help identify individuals in need of HBsAg testing. The combined model of preprocessing samples with Borderline-SMOTE can solve the problem of data imbalance and improve the overall prediction performance of the model. A large proportion of people unaware of HBV infection missed the ideal treatment time, resulting in treatment difficulties and poor prognosis. There is a lack of assessment of patients at risk of HBV risk in clinical settings. Thus, it is necessary to improve the detection probability of HBV infected patient [24]. Therefore, the XGBoost model can be applied to assess the prevalence of HBV in the general population, promote early diagnosis and timely treatment of high-risk groups, and improve the utilization of medical resources, particularly in low resource countries [25].
The use of machine learning algorithms to predict disease risk has gained attention in the biomedical field [26]. In this study, we took advantage of large-scale datasets to identify individuals at high-risk of HBV infection by applying machine learning methods. Our findings yielded important implications for participants, such as that early identification helps to take effective interventions targeting high-risk groups. Additionally, early treatment in the disease process often means better efficacy. Negative results of the predictive model can eliminate the need for HBsAg testing in most of the general population [27]. Our predictive model can be used to improve the positive detection rate of HBV in areas with limited budget and resources.
Secondly, the predictive performance of the prediction models using machine learning methods was significantly different than that of commonly used traditional classification methods. The more commonly used ensemble model RF and the latest boosting method XGBoost were applied in this study, with controls of traditional machine learning model DT and traditional model LR. The top-performing algorithm, Borderline-SMOTE XGBoost, achieved an AUC of 0.782 (95% CI: 0.771,0.793), and overall accuracy of 70.2%, nearly a four percent higher AUC than that of the traditional LR model. Our findings are consistent with results from a previous study [28]. XGBoost can solve the classification bias problem of traditional models in a few categories, and show strong classification prediction performance on unbalanced data.
The variable importance plot of the XGBoost model showed that age was of high importance to predict HBV infection, which was consistent with a previous study [29]. In China, the majority of HBV infection cases are caused by perinatal vertical transmission and childhood infection. We could infer that older patients with hepatitis B who might have a longer infection time had more serious liver damage and greater susceptibility to adverse outcomes. In order to detect and treat hepatitis B patients early, it is important to carry out long-term follow-up and regular examinations. This study also suggests that variables (alanine aminotransferase (ALT), platelet count (PLT), Aspartate aminotransferase (AST), albumin (ALB), and plateletcrit (PCT)) were important predictors for HBV infection [30]. Our results are consistent with findings from other studies. For instance, the levels of PCT and PLT not only reflect the number of platelets, but also indirectly reveal the functional status of the liver [31,32]. Serum AST and ALT levels are important indicators for examining HBV infection, where content increases are closely related to liver disease [33]. Serum ALB levels can reflect liver reserve, especially synthetic function, which is parallel to the severity of liver disease. The above variables can provide clues and reference for further studies exploring the potential factors of HBV infection prediction.
Our findings also have societal benefits. Adopting risk assessment strategies can provide a greater understanding of HBV prevalence and identify the greatest number of patients for antigen testing [34]. Additionally, the risk of transmission for HBV infection to other individuals can be reduced by early diagnosis with subsequent lifestyle modifications. Moreover, earlier treatment in the course of the disease is related to acceptable cost per quality-adjusted life years estimates [35]. Our results are generalizable with other diseases such as diabetes [27] and cardiovascular risk to a certain extent [14], which can easily build identical predictive models using the same machine learning techniques.
Though our study provides new insight on predicting HBV infection using machine learning algorithm. Several limitations must be mentioned. First, the features we included in our model were based on the obtained datasets. There is a chance that potentially unknown relevant features might have been missing. However, this study included 31 variables and considered as many factors of HBV infection as possible. Additionally, although our model was developed using a limited number of algorithms, it also shows certain representativeness, where XGBoost represents the latest boosting method, RF signifies the traditional integration model, and DT represents traditional machine learning model. In our future research, other machine learning algorithms will be considered to improve the prediction accuracy. Third, we were unable to better analyze the variable of hepatitis B vaccine and provide more detailed information due to missing data on the history of the hepatitis B vaccine. Finally, we note that data was from a community-based study in China and data outside the study area was not used for external verification. However, our data volume is large and still has a certain extrapolation.

5. Conclusions

This study applied machine learning algorithms to predict the risk of HBV infection for each participant based on health examination data, and evaluated the predictive effects for the models. Our findings revealed that Borderline-SMOTE sample preprocessing and the XGBoost algorithm together can be used for disease risk prediction with high classification accuracy, which could better assist clinical decision making and treatment. This risk assessment model can be used to diminish the need for antigen screening among low- or non-risk individuals. In addition, interventions in high-risk groups are more cost-effective and reduce associated morbidity and mortality. Through regular follow-up, patients with hepatitis B in the general population can be found earlier. The model can also help to develop a medical resource allocation plan, which has important application value and socioeconomic significance [36].

Author Contributions

Y.W. drafted the manuscript, performed statistical analyses and was involved in the interpretation of the data. Y.H. (Yun Huang), Y.D. and Z.D. assisted with data collection and statistical analysis. Y.H. (Yun Huang), Z.D., W.R.L. and Y.H. (Yuantao Hao) were involved in revising the manuscript. All authors contributed to the interpretation of the data and the preparation of the manuscript. All authors read and approved the final manuscript.

Funding

This study was supported by grants from the Mega Projects of National Science Research for the 13th Five-Year Plan (2018ZX10715004-001-010). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Schweitzer, A.; Horn, J.; Mikolajczyk, R.T.; Krause, G.; Ott, J.J. Estimations of worldwide prevalence of chronic hepatitis B virus infection: A systematic review of data published between 1965 and 2013. Lancet 2015, 386, 1546–1555. [Google Scholar] [CrossRef]
  2. Global Hepatitis Report. 2017. Available online: https://www.who.int/hepatitis/publications/global-hepatitis-report2017/en/ (accessed on 1 October 2019).
  3. New Hepatitis B Treatment Guidelines Released in China. Available online: https://www.who.int/hepatitis/publications/global-hepatitis-report2017/en/ (accessed on 1 October 2019).
  4. Zhiqiang, G.; Zhaohui, D.; Qinhuan, W.; Dexian, C.; Yunyun, F.; Hongtao, L.; Iloeje, U.H. Cost of chronic hepatitis B infection in China. J. Clin. Gastroenterol. 2004, 38, S175–S178. [Google Scholar] [CrossRef] [PubMed]
  5. Global Health Sector Strategy on Viral Hepatitis 2016–2021. Available online: https://www.who.int/hepatitis/strategy2016-2021/ghss-hep/en/ (accessed on 1 October 2019).
  6. Uzunalimoğlu, O.; Yurdaydin, C.; Cetinkaya, H.; Bozkaya, H.; Sahin, T.; Colakoğlu, S.; Tankurt, E.; Sarioğlu, M.; Özenirler, S.; Akkiz, H.; et al. Risk factors for hepatocellular carcinoma in Turkey. Dig. Dis. Sci. 2001, 46, 1022–1028. [Google Scholar] [CrossRef] [PubMed]
  7. Shang, G.; Richardson, A.; Gahan, M.E.; Easteal, S.; Ohms, S.; Lidbury, B.A. Predicting the presence of hepatitis B virus surface antigen in Chinese patients by pathology data mining. J. Med. Virol. 2013, 85, 1334–1339. [Google Scholar] [CrossRef]
  8. Ocama, P.; Opio, C.K.; Lee, W.M. Hepatitis B virus infection: Current status. Am. J. Med. 2005, 118, 1413. [Google Scholar] [CrossRef]
  9. Chou, R.; Cottrell, E.B.; Wasson, N.; Rahman, B.; Guise, J.M. Screening for hepatitis C virus infection in adults: A systematic review for the U.S. Preventive Services Task Force. Ann. Intern. Med. 2013, 158, 101–108. [Google Scholar] [CrossRef]
  10. Guo, P.; Zeng, F.; Hu, X.; Zhang, D.; Zhu, S.; Deng, Y.; Hao, Y. Improved variable selection algorithm using a LASSO-type penalty, with an application to assessing hepatitis B infection relevant factors in community residents. PLoS ONE 2015, 10, e0134151. [Google Scholar] [CrossRef]
  11. Zeng, F.; Guo, P.; Huang, Y.; Xin, W.; Du, Z.; Zhu, S.; Deng, Y.; Zhang, D.; Hao, Y. Epidemiology of hepatitis B virus infection: Results from a community-based study of 0.15 million residents in South China. Sci. Rep. 2016, 6, 36186. [Google Scholar] [CrossRef]
  12. Jović, S.; Miljković, M.; Ivanović, M.; Šaranović, M.; Arsić, M. Prostate cancer probability prediction by machine learning technique. Cancer Investig. 2017, 35, 647–651. [Google Scholar] [CrossRef]
  13. Gao, C.; Sun, H.; Wang, T.; Tang, M.; Bohnen, N.I.; Müller, M.L.T.M.; Herman, T.; Giladi, N.; Kalinin, A.; Spino, C.; et al. Model-based and model-free machine learning techniques for diagnostic prediction and classification of clinical outcomes in parkinson’s disease. Sci. Rep. 2018, 8, 7129. [Google Scholar] [CrossRef]
  14. Weng, S.F.; Reps, J.; Kai, J.; Garibaldi, J.M.; Qureshi, N. Can machine-learning improve cardiovascular risk prediction using routine clinical data? PLoS ONE 2017, 12, e0174944. [Google Scholar] [CrossRef] [PubMed]
  15. Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority over-sampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
  16. Han, H.; Wang, W.Y.; Mao, B.H. Borderline-SMOTE: A new over-sampling method in imbalanced data sets learning. In Proceedings of the 2005 International Conference on Intelligent Computing, Hefei, China, 23–26 August 2005; pp. 878–887. [Google Scholar]
  17. Zhao, R.N.; Zhang, B.; Yang, X.; Jiang, Y.X.; Lai, X.J.; Zhang, X.Y. Logistic Regression Analysis of Contrast-Enhanced Ultrasound and Conventional Ultrasound Characteristics of Sub-centimeter Thyroid Nodules. Ultrasound Med. Biol. 2015, 41, 3102–3108. [Google Scholar] [CrossRef] [PubMed]
  18. Richardson, A.M.; Lidbury, B.A. Infection status outcome, machine learning method and virus type interact to affect the optimised prediction of hepatitis virus immunoassay results from routine pathology laboratory assays in unbalanced data. BMC Bioinform. 2013, 14, 206. [Google Scholar] [CrossRef]
  19. Kane, M.J.; Price, N.; Scotch, M.; Rabinowitz, P. Comparison of ARIMA and random forest time series models for prediction of avian influenza H5N1 outbreaks. BMC Bioinform. 2014, 13, 276. [Google Scholar] [CrossRef]
  20. Li, B.; Zhang, N.; Wang, Y.G.; George, A.W.; Reverter, A.; Li, Y. Genomic prediction of breeding values using a subset of SNPs identified by three machine learning methods. Front. Genet. 2018, 9, 237. [Google Scholar] [CrossRef]
  21. Maeta, K.; Nishiyama, Y.; Fujibayashi, K.; Gunji, T.; Sasabe, N.; Iijima, K.; Naito, T. Prediction of glucose metabolism disorder risk using a machine learning algorithm: Pilot Study. JMIR Diabetes 2018, 3, e10212. [Google Scholar] [CrossRef]
  22. Liu, L.; Yu, Y.; Fei, Z.; Li, M.; Wu, F.X.; Li, H.D.; Pan, Y.; Wang, J. An interpretable boosting model to predict side effects of analgesics for osteoarthritis. BMC Syst. Biol. 2018, 12, 105. [Google Scholar] [CrossRef]
  23. Ma, H.; Bandos, A.I.; Gur, D. On the use of partial area under the ROC curve for comparison of two diagnostic tests. Biom. J. 2015, 57, 304–320. [Google Scholar] [CrossRef]
  24. McGinn, T.; O’Connor-Moore, N.; Alfandre, D.; Gardenier, D.; Wisnivesky, J. Validation of a hepatitis C screening tool in primary care. Arch. Intern. Med. 2008, 168, 2009–2013. [Google Scholar] [CrossRef]
  25. Hutton, D.W.; So, S.K.; Brandeau, M.L. Cost-effectiveness of nationwide hepatitis B catch-up vaccination among children and adolescents in China. Hepatology 2010, 51, 405–414. [Google Scholar] [CrossRef] [PubMed]
  26. Hsieh, C.H.; Lu, R.H.; Lee, N.H.; Chiu, W.T.; Hsu, M.H.; Li, Y.C. Novel solutions for an old disease: Diagnosis of acute appendicitis with random forest, support vector machines, and artificial neural networks. Surgery 2011, 149, 87–93. [Google Scholar] [CrossRef]
  27. Heikes, K.E.; Eddy, D.M.; Arondekar, B.; Schlessinger, L. Diabetes Risk Calculator: A simple tool for detecting undiagnosed diabetes and pre-diabetes. Diabetes Care 2008, 31, 1040–1045. [Google Scholar] [CrossRef] [PubMed]
  28. Kavakiotis, I.; Tsave, O.; Salifoglou, A.; Maglaveras, N.; Vlahavas, I.; Chouvarda, I. Machine learning and data mining methods in diabetes research. Comput. Struct. Biotechnol. J. 2017, 15, 104–116. [Google Scholar] [CrossRef] [PubMed]
  29. Chao, D.T.; Lim, J.K.; Ayoub, W.S.; Nguyen, L.H.; Nguyen, M.H. Systematic review with meta-analysis: The proportion of chronic hepatitis B patients with normal alanine transaminase≤40 IU/L and significant hepatic fibrosis. Aliment. Pharmacol. Ther. 2014, 39, 349–358. [Google Scholar] [CrossRef] [PubMed]
  30. Zhu, M.Y.; Zou, X.; Li, Q.; Yu, D.M.; Yang, Z.T.; Huang, D.; Chen, J.; Gong, Q.M.; Zhang, D.H.; Zhang, Y.; et al. A novel noninvasive algorithm for the assessment of liver fibrosis in patients with chronic hepatitis B virus infection. J. Viral Hepat. 2017, 24, 589–598. [Google Scholar] [CrossRef] [PubMed]
  31. Li, Q.; Li, W.; Huang, Y.; Chen, L. The gamma-glutamyl transpeptidase-to-platelet ratio predicts liver fibrosis and cirrhosis in HBeAg-positive chronic HBV infection patients with high HBV DNA and normal or mildly elevated alanine transaminase levels in China. J. Viral Hepat. 2016, 23, 912–919. [Google Scholar] [CrossRef] [PubMed]
  32. Seto, W.K.; Lee, C.F.; Lai, C.L.; Ip, P.P.; Fong, D.Y.; Fung, J.; Wong, D.K.H.; Yuen, M.F. A new model using routinely available clinical parameters to predict significant liver fibrosis in chronic hepatitis B. PLoS ONE 2011, 6, e23077. [Google Scholar] [CrossRef]
  33. Wu, J.F.; Su, Y.R.; Chen, C.H.; Chen, H.L.; Ni, Y.H.; Hsu, H.Y.; Wang, J.L.; Chang, M.H. Predictive effect of serial serum alanine aminotransferase levels on spontaneous HBeAg seroconversion in chronic genotype B and C HBV-infected children. J. Pediatr. Gastroenterol. Nutr. 2012, 54, 97–100. [Google Scholar] [CrossRef]
  34. Shepherd, J.; Jones, J.; Hartwell, D.; Davidson, P.; Price, A.; Waugh, N. Interferon alpha (pegylated and non-pegylated) and ribavirin for the treatment of mild chronic hepatitis C: A systematic review and economic evaluation. Health Technol. Assess. 2007, 11, 1–205. [Google Scholar] [CrossRef]
  35. Wichmann, A.B.; Adang, E.M.; Stalmeier, P.F.; Kristanti, S.; Van den Block, L.; Vernooij-Dassen, M.J.; Engels, Y.; PACE. The use of Quality-Adjusted Life Years in cost-effectiveness analyses in palliative care: Mapping the debate through an integrative review. Palliat. Med. 2017, 31, 306–322. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Thomson, B.J.; Kwong, G.; Ratib, S.; Sweeting, M.; Ryder, S.D.; De Angelis, D.; Grieve, R.; Irving, W.L.; Trent, H.C.V.; Study Group. Response rates to combination therapy for chronic HCV infection in a clinical setting and derivation of probability tables for individual patient management. J. Viral Hepat. 2008, 15, 271–278. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Receiver operating characteristic (ROC) curves of the four models for predicting HBV infection. (XGBoost: extreme gradient boosting; RF: random forest; DT: decision tree; LR: logistic regression; SMOTE: synthetic minority oversampling technique).
Figure 1. Receiver operating characteristic (ROC) curves of the four models for predicting HBV infection. (XGBoost: extreme gradient boosting; RF: random forest; DT: decision tree; LR: logistic regression; SMOTE: synthetic minority oversampling technique).
Ijerph 16 04842 g001
Figure 2. Variable importance plot of the XGBoost model for predicting HBV infection risk. (XGBoost: extreme gradient boosting.)
Figure 2. Variable importance plot of the XGBoost model for predicting HBV infection risk. (XGBoost: extreme gradient boosting.)
Ijerph 16 04842 g002
Table 1. Summary of parameter values in each model for predicting hepatitis B virus (HBV) infection. Decision tree (DT), random forest (RF), and extreme gradient boosting (XGBoost).
Table 1. Summary of parameter values in each model for predicting hepatitis B virus (HBV) infection. Decision tree (DT), random forest (RF), and extreme gradient boosting (XGBoost).
AlgorithmsParameterValueMeaning
XGBoostnrounds120The number of rounds for boosting.
max_depth8Maximum depth of a tree.
eta0.09Step size shrinkage used in update to prevent overfitting.
gamma0.04Minimum loss reduction required to make a further partition on a leaf node of the tree.
colsample_bytree0.8The subsample ratio of columns when constructing each tree.
min_child_weight18Minimum sum of instance weight (hessian) needed in a child. If the tree partition step results in a leaf node with the sum of instance weight less than the value, then the building process will give up further partitioning.
subsample0.89Subsample ratio of the training instances.
n_estimators600Number of base learners in the integrated model.
max_delta_step9Maximum delta step we allow each leaf output to be. If it is set to a positive value, it can help making the update step more conservative.
DTminispilt20The minimum number of observations that must exist in a node for a split to be attempted.
minibucket20The minimum number of observations in any terminal node.
maxdepth10The maximum depth of any node of the final tree.
xval5Number of cross-validations.
cp (complexity parameter)0.001The minimum improvement in the model needed at each node.
RFmtry6Number of variables available for splitting at each tree node.
ntree700Number of trees to grow.
Table 2. Summary of participants’ characteristics.
Table 2. Summary of participants’ characteristics.
CharacteristicsN/MeanProportion (%)/SD
HBsAg
Positive80348.27
Negative89,13991.73
Gender
Male32,20833.15
Female64,96566.85
Age54.9421.72
Education level
Illiteracy, and semi-illiteracy89719.23
Primary school26,02426.78
Middle school19,66720.24
High and vocational school19,41719.98
College and above46324.77
Unknown18,46219.00
Career
Leaders of enterprise unit8270.85
Technical personnel26812.76
Handle affairs personnel18441.90
Commercial personnel47684.91
Farming, forestry, and fishery producers78438.07
Transportation equipment operators44304.56
Soldier1850.19
Unknown74,59576.77
Marital status
Single16,85117.34
Married67,82169.79
Widowed41274.25
Divorced8210.84
Unknown75537.77
Hepatitis B vaccination
No60176.19
Yes49765.12
Unknown86,18088.69
White blood cell count (WBC, 109/L)6.451.75
Percent of monocytes (MON%, %)4.441.87
Monocyte count (MON, 109/L) 0.280.14
Red cell volume distribution width-variable coefficient (RDW.CV, %)14.571.38
Red cell volume distribution width-standard deviation (RDW.SD, fL)55.406.91
Red blood cell count (RBC, 1012/L)4.580.52
hematocrit (HCT, %)45.924.98
Lymphocyte percentage (LYM%, %)37.749.05
Lymphocyte count (LYM, 109/L)2.390.77
Mean corpuscular volume (MCV, fL)100.9710.66
Mean red blood cell hemoglobin content (MCH, pg)29.553.56
Mean corpuscular hemoglobin concentration (MCHC, g/L)293.2225.12
Mean platelet volume (MPV, fL)9.030.95
Percent of basophilic granulocyte (BAS%, %) 0.580.31
Basophilic granulocyte count (BASO, 109/L)0.040.02
Percentage of eosinophilic granulocyte (EOS%, %) 3.162.39
Eosinophil count (EOS, 109/L)0.200.17
Hemoglobin (HGB, g/L)134.2814.01
Albumin (ALB, g/L)45.653.27
Alanine aminotransferase (ALT, U/L)20.6818.35
Aspartate aminotransferase (AST, U/L)23.5613.04
Direct bilirubin (DBil, umol/L)3.151.46
Total bilirubin (TBil, umol/L)10.394.37
Platelet count (PLT, 109/L)258.2568.58
Plateletcrit (PCT, %)0.230.06
Percent of neutrophile granulocyte (NEU%, %)54.089.29
Neutrophil count (NEU, 109/L)3.531.32
Total97,173
SD, standard deviation. HBsAg, hepatitis B surface antigen.
Table 3. Difference analysis between the training set and the testing set.
Table 3. Difference analysis between the training set and the testing set.
CharacteristicsTraining Set n (%)Testing Set n (%)p Value
HBsAg
Positive6419 (8.26)1615 (8.31)0.812
Negative71,319 (91.74)17,820 (91.69)
Gender
Male25,769 (33.14)6439 (33.13)0.963
Female51,969 (66.86)12,996 (66.87)
Age(year)54.90 ± 21.7555.09 ± 21.640.282
Education level
Illiteracy, and semi-illiteracy7199 (9.26)1772 (9.12)
Primary school20,855 (26.82)5169 (26.6)
Middle school15,663 (20.15)4004 (20.6)0.437
High and vocational school15,553 (20.01)3864 (19.88)
College and above3666 (4.72)966 (4.97)
Unknown14,802 (19.04)3660 (18.83)
Career
Leaders of enterprise unit650 (0.84)177 (0.91)
Technical personnel2125 (2.73)556 (2.86)
Handle affairs personnel1463 (1.88)381 (1.96)
Commercial personnel3788 (4.87)980 (5.04)
Farming, forestry, and fishery producers6272 (8.07)1571 (8.08)0.633
Transportation equipment operators3517 (4.53)913 (4.7)
Soldier149 (0.19)36 (0.19)
Unknown 59,774 (76.89)14,821 (76.26)
Marital status
Single13,542 (17.42)3309 (17.02)
Married54,196 (69.72)13,625 (70.11)
Widowed3277 (4.22)850 (4.37)0.294
Divorced674 (0.86)147 (0.76)
Unknown6049 (7.78)1504 (7.74)
History of hepatitis B vaccination
No4777 (6.14)1240 (6.38)
Yes4016 (5.17)960 (4.94)0.229
Unknown68,945 (88.69)17,235 (88.68)
WBC (109/L)6.45 ± 1.756.45 ± 1.730.718
MON% (%)4.44 ± 1.874.43 ± 1.880.768
MON (109/L) 0.28 ± 0.140.28 ± 0.140.969
RDW.CV (%)14.57 ± 1.3814.56 ± 1.350.664
RDW.SD (fL)55.39 ± 6.9155.45 ± 6.920.239
RBC (1012/L)4.58 ± 0.524.58 ± 0.521.000
HCT (%)45.91 ± 4.9745.97 ± 4.970.142
LYM% (%)37.74 ± 9.0537.71 ± 9.080.616
LYM (109/L)2.39 ± 0.772.39 ± 0.770.869
MCV (fL)100.95 ± 10.67101.07 ± 10.640.157
MCH (pg)29.54 ± 3.6629.56 ± 3.130.548
MCHC (g/L)293.26 ± 26.46293.06 ± 18.850.304
MPV (fL)9.03 ± 0.959.03 ± 0.950.765
BAS% (%) 0.58 ± 0.310.58 ± 0.310.146
BASO (109/L)0.04 ± 0.020.04 ± 0.020.213
EOS% (%) 3.16 ± 2.393.17 ± 2.420.736
EOS (109/L)0.20 ± 0.170.20 ± 0.180.560
HGB (g/L)134.26 ± 14.02134.37 ± 13.980.332
ALB (g/L)45.65 ± 3.2845.66 ± 3.280.731
ALT (U/L)20.69 ± 19.0220.62 ± 15.380.640
AST (U/L)23.57 ± 13.5023.53 ± 11.000.696
DBil (umol/L)3.15 ± 1.473.15 ± 1.390.632
TBil (umol/L)10.40 ± 4.3910.37 ± 4.290.448
PLT (109/L)258.25 ± 68.67258.27 ± 68.210.969
PCT (%)0.23 ± 0.060.23 ± 0.060.779
NEU% (%)54.08 ± 9.2854.12 ± 9.310.610
NEU (109/L)3.53 ± 1.313.54 ± 1.320.600
Total77,73819,435
Table 4. Predictive performance of each model for predicting HBV infection risk.
Table 4. Predictive performance of each model for predicting HBV infection risk.
AlgorithmsAUCStandard Error95% CIAUC Compared with LR
LR0.7420.006(0.729, 0.754)-
DT0.6190.008(0.603, 0.634)−0.123
RF0.7520.006(0.740, 0.764)+0.010
XGBoost0.7790.006(0.768, 0.791)+0.037
Borderline-SMOTE DT0.7150.007(0.702, 0.729)−0.027
Borderline-SMOTE RF0.7590.006(0.747, 0.771)+0.017
Borderline-SMOTE XGBoost0.7820.006(0.771, 0.793)+0.040
LR: logistic regression; SMOTE: synthetic minority oversampling technique; AUC: the area under the receiver operating characteristic curve; CI: confidence interval.
Table 5. Summary of evaluation metrics values of each model for predicting HBV infection risk.
Table 5. Summary of evaluation metrics values of each model for predicting HBV infection risk.
AlgorithmsTPFNTNFPAccuracySensitivitySpecificityCutoff Point
LR11095061186659340.6680.6870.6670.010
DT7528631321446060.7190.4660.7420.086
RF12034121113166890.6340.7450.6250.091
XGBoost11344811269551250.7110.7020.7120.082
Borderline-SMOTE DT10945211173160890.6600.6580.6770.135
Borderline-SMOTE RF11244911212156990.6810.6960.6800.116
Borderline-SMOTE XGBoost11444711249353270.7020.7080.7010.088
TP: true positives; FN: false negatives; TN: true negatives; FP: false positives.

Share and Cite

MDPI and ACS Style

Wang, Y.; Du, Z.; Lawrence, W.R.; Huang, Y.; Deng, Y.; Hao, Y. Predicting Hepatitis B Virus Infection Based on Health Examination Data of Community Population. Int. J. Environ. Res. Public Health 2019, 16, 4842. https://doi.org/10.3390/ijerph16234842

AMA Style

Wang Y, Du Z, Lawrence WR, Huang Y, Deng Y, Hao Y. Predicting Hepatitis B Virus Infection Based on Health Examination Data of Community Population. International Journal of Environmental Research and Public Health. 2019; 16(23):4842. https://doi.org/10.3390/ijerph16234842

Chicago/Turabian Style

Wang, Ying, Zhicheng Du, Wayne R. Lawrence, Yun Huang, Yu Deng, and Yuantao Hao. 2019. "Predicting Hepatitis B Virus Infection Based on Health Examination Data of Community Population" International Journal of Environmental Research and Public Health 16, no. 23: 4842. https://doi.org/10.3390/ijerph16234842

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