Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Evaluation of the impact of body mass index on venous thromboembolism risk factors

  • Fatemeh Tajik,

    Roles Conceptualization, Investigation, Validation, Writing – original draft

    Affiliation School of Economics and Management, Dalian University of Technology, Dalian, China

  • Mingzheng Wang ,

    Roles Conceptualization, Funding acquisition, Investigation, Supervision, Validation, Writing – review & editing

    wangmzh@zju.edu.cn

    Affiliation School of Management, Zhejiang University, Hangzhou, China

  • Xiaohui Zhang,

    Roles Investigation, Methodology, Supervision, Validation, Writing – review & editing

    Affiliation Business School, University of Exeter, Exeter, England, United Kingdom

  • Jie Han

    Roles Formal analysis, Investigation, Supervision, Validation, Writing – review & editing

    Affiliation The First Affiliated Hospital, Zhejiang University, Hangzhou, China

Abstract

In this paper, we investigate the interaction impacts of body mass index (BMI) on the other important risk factors for venous thromboembolism (VTE), using deep venous thrombosis (DVT) patient data from the International Warfarin Pharmacogenetics Consortium (IWPC). We apply eight machine learning techniques, including naive Bayes classifier (NB), support vector machine (SVM), elastic net regression (ENET), logistic regression (LR), lasso regression (LAR), multivariate adaptive regression splines (MARS), boosted regression tree (BRT) and random forest model (RF). The RF method is selected as the best model for classification. Out of 33 features considered in this study, we identify 12 variables as relatively important risk factors for VTE. Finally, we examine the interaction impacts of BMI on these important VTE risk factors. We conclude that the impacts of risk factors on VTE incidence are varying across different BMI groups, and the variations are different for different risk factors. Therefore the interaction impacts of BMI on the other risk factors have to be taken into account in order to better understand the incidence of VTE.

1 Introduction

Venous thromboembolism (VTE), a term referring to blood clots in the veins, is a disorder that includes deep vein thrombosis (DVT) and pulmonary embolism (PE). It is the third most common vascular disorder in Caucasian after myocardial infarction and stroke [1, 2]. VTE also causes morbidity and mortality in cancer patients and patients after major surgery, especially hip or knee arthroplasty [35]. To prevent VTE, warfarin is one of the main oral anticoagulants treatments [6, 7], which needs international normalized ratio (INR) monitoring.

One leading risk factor for VTE is obesity [1, 3, 8, 9]. In particular, Yang et al. [10] classified obesity as a moderate risk factor for VTE incidence, and found it can interact with other risk factors in VTE development and increase the risk of VTE. Obesity not only increases the VTE incidence, but also causes other chronic diseases such as diabetes, hypertension, coronary heart disease, and ischemic stroke [10]. The prevalence of obesity has increased dramatically during the last decades [11, 12]. According to the World Health Organization, at least 700 million adults and more than 20% of young children aged 6–11 years in the world were obese in 2015 [13]. Due to the high prevalence of obesity, there is increasing interest in measuring body fat. Body mass index (BMI), calculated as the ratio of an individual’s weight (in kg) to his/her squared height (in meter), is one of the most popular measures of body mass because of its simplicity.

BMI, as an indicator for obesity, has been identified as a VTE risk factors by the previous studies [1418]. The previous studies have also found the effect of BMI on warfarin treatment. For example, Routledge et al. [19] identified one of the key factors affecting on warfarin therapy is body weight. Tellor [20] showed morbidly obese patients required higher total weekly dose to maintain a therapeutic INR. Wallace et al. [21] compared average warfarin dose with the different patients BMI to get the therapeutic INR in hospital, and found warfarin response dose was decreasing with the BMI increment. Wells et al. [22] predicted warfarin dose with BMI, age and some other predictors, for patients with a history of VTE. However, there is no enough evidence on the impact of BMI on VTE occurrence for warfarin treated patients with history of DVT, and on the interaction between BMI and other risk factors for VTE.

To assess the VTE risk factors, the traditional statistical techniques such as linear regression model [17, 22], logistic regression model [5] and Cox regression model [23] have been widely used by the previous studies. Although these statistical techniques are powerful tools for prediction and description, there are various issues influencing classification, i.e. prediction of discrete values, by the traditional regression models [24, 25]. In particular, highly correlated predictors and sparse sample size are two common statistical issues which may lead to collinearity and over-fitting, respectively [26]. To address these issues, machine learning (ML) techniques provide an alternative way. Significant advantages of ML techniques include high power and accuracy, ability of modeling non-linear effects, and capacity of dealing with large data sets [27, 28].

The objective of ML algorithms is to optimize its performance at a particular task using the past experience (input data). Supervised classification techniques are ML algorithms that learn patterns in data to predict associated discrete classes [29]. In medical science, supervised classification techniques have been employed to identify risk factors for a specific disease or to predict disease occurrence such as VTE. Among a large number of available supervised ML techniques, kernel machine learning [30], various decision trees [31, 32], artificial neural networks [3335], random forest [36, 37], support vector machines [38, 39], Bayesian decision rules [40, 41], supervised principal component analysis [42], penalized regression models [43] have been applied in medical science. Although the choice of ML techniques is often based on the minimum loss function, it is difficult to make an informed decision on the most appropriate method.

The main objective of this study is to investigate the interaction effect of BMI on the other risk factors for VTE. In order to fulfill this objective, we have answered the following two questions first. They are, (1) which ML algorithm is most suitable for classification, and (2) which risk factors play important roles as risk factors for VTE. In particular, we use the DVT patient’s validation group of international warfarin pharmacogenetics Consortium (IWPC), from the PharmGKB website to identify the risk factors for VTE, predict the VTE occurrence, and examine the interaction impact of BMI on the other risk factors for VTE. We perform a two-step procedure to select important risk factors for VTE. First, we apply eight ML methods, including naive Bayes classifier (NB), support vector machine (SVM), elastic net regression (ENET), logistic regression model (LR), lasso regression (LAR), multivariate adaptive regression splines (MARS), boosted regression tree (BRT) and random forest classification (RF), and select the best classification method among them. Second, we use the selected classification model to identify the important risk factors for VTE. Finally, we examine the interaction impacts of BMI on the selected risk factors for VTE.

2 Methods

In this study, we apply eight supervised classification ML methods. We compare their performance and select the best model to identify the important risk factors for VTE. A brief introduction of each ML technique is given below.

2.1 Naïve Bayesian classifier

Naïve Bayesian classifier (NB) is a simple probabilistic classifier based on the Bayes’ theorem [29], which is introduced by Maron [44]. NB assumption is conditional independence between every pair of predictors [45]. It predicts membership probabilities for each class, such as the probability that a given record or a data point belongs to a particular class. The class with the highest probability is considered as the most likely class, which is also known as maximum posterior probability of each class [46].

2.2 Support Vector Machine (SVM)

Introduced by Vapnik [47], Support Vector Machine (SVM) is based on the inductive learning [48]. SVM is used in both classification and regression. It uses the principle of maximum margin classifier to separate data. For a d-dimensional data, SVM uses a (d– 1)-dimensional hyper plane for data separation. The advantages of SVM are in identifying nonlinear impact using small sample and high dimensional data [49]. In addition, its loss function is based on a global optimization, hence SVM is not prone to fall into a local optimization [50].

2.3 Elastic-net regression

Elastic-net Regression (ENET) was introduced by Zou [51], which combines the lasso regression (LAR) and the ridge regression model. It penalizes both the L1 and L2 norms with individual tuning parameters in order to achieve the best performance for both LAR and ridge regressions. ENET is robust to extreme correlations among the predictors [52].

2.4 Logistic regression model

Pearl et al. [53] introduced the logistic regression model (LR), based on logistic function, to model a binary dependent variable. It has been borrowed by machine learning for binary classification problems.

2.5 Lasso regression

Lasso (Least absolute shrinkage and selection operator) regression (LAR) analysis performs both variable selection and regularization. It was introduced by Tibshirani [54] in order to improve the prediction accuracy of regression model by selecting only a subset of the provided covariates for use in the final model rather than using all of them. LAR relies on the L1 penalty for both fitting and penalization of the coefficients.

2.6 Multivariate adaptive regression splines

Multivariate adaptive regression splines (MARS) is a non-parametric regression technique introduced by Friedman [55]. The MARS uses spline-based method by allowing different functions (linear or nonlinear) over different intervals to model the nonlinear relationship between the input and the output variables (x, y), in order to improve the goodness of fit [56].

2.7 Boosted regression tree model

Boosted Regression Tree (BRT) models combine two techniques, i.e. decision tree algorithms and boosting methods [57]. In particular, a decision tree algorithm relates a response to their predictors by recursive binary splits, and a boosting method is an adaptive method for combining many simple models to give improved predictive performance.

2.8 Random forests classifier

Random Forests (RF) classifier is an ensemble tree-based learning algorithm [58]. Generally speaking, RF constructs a multitude of decision trees at training time and outputs the class as the mode of the classes (classification) of the individual trees. The first algorithm for random forests was created by Ho [59], and the random forests proper was first introduced by Breiman [60]. RF is robust to overfitting, and more stable in the presence of outliers and in high dimensional parameter spaces than other machine learning algorithms [61].

2.9 Simulation setup

Feature (or variable) selection helps to explain the data in the simplest way, avoids unnecessary cost of measuring redundant predictors, and mitigate the issue of collinearity. It also helps to improve the prediction accuracy [62]. Therefore finding a proper feature selection method is crucial. In this paper, we apply the eight aforementioned ML methods and compare their performance in order to select the best classification model suitable for our data. To evaluate the eight ML methods’ performance, we apply bootstrap sampling and cross validation [63]. In order to generate reliable results, we use 100 bootstrapping samples for the bootstrap sampling and choose K = 10 for the K-fold cross validation.

Except for LR, all the other models rely on specific assumptions or tuning parameters, which need to be selected in advance. For example, for NB model we need to assume a distribution or generate nonparametric models for the explanatory variables from the training set. We are required to specify the kernel and their hyper parameters for the SVM. For ENET and LAR we need to select the penalty parameters in the loss functions. MARS model requires to specify the pruning method. The tuning parameters for BRT include the loss function (distribution), the tree complexity, the K interaction depth (K-folds), the learning rate parameter λ (shrinkage) and the subsampling rate (bag.fraction). In the case of RF, hyper parameters include the number of decision trees in the forest and the number of features considered by each tree when splitting a node.

We use accuracy and Cohen’s Kappa to compare model performance in prediction. Models with higher accuracy and Cohen’s Kappa value are believed to have better performance in prediction and fitness. We select the best one among the aforementioned eight methods as our classification method. From the selected model, we identify the relatively important risk factors for VTE as those variables with p-value less than α (α = 0.05).

The flowchart presented in Fig 1 shows the study workflow. We perform all calculations using R (V3.6.1). In particular we use R packages including “e1071”, “glmnet”, “dismo”, “earth”, “gbm”, “vcrpart”, “caret” and “naivebayes”.

thumbnail
Fig 1. Modelling procedure to evaluate the effect of BMI on VTE risk factors for warfarin users.

https://doi.org/10.1371/journal.pone.0235007.g001

3 Data

In this study, we use the International Warfarin Pharmacogenetics Consortium (IWPC) data obtained from the PharmGKB (http://www.pharmgkb.org), to identify important risk factors for VTE and to predict its incidence among DVT patients. The IWPC include information for 6256 warfarin treated patients from 22 research groups over nine countries in four continents [64]. The dataset contains patients’ non-genetic and genetic information such as their clinical characteristics, personalized medications, warfarin therapeutic doses, and genotypes. In particular, two very important genotypes, i.e. CYP2C9 and VKORC1, are available in the dataset, which are significantly related to warfarin therapy [6568]. The IWPC has been used in several recent studies to model the warfarin dose with individual patient’s clinical characteristics and genetic information [64, 6973].

In this study, we choose 376 DVT patients as the cohort validation group to predict VTE incidence (262 out of the 376 DVT patients have VTE). These DVT patients use warfarin on daily basis. Therefore in this study we take their warfarin dose, INR and the genotypes of CYP2C9 and VKORC1 as potential risk factors to examine. We also examine other risk factors including demographic factors, BMI and clinical characteristics. Except that the variables of INR and warfarin dose are continuous, all the other risk factors considered in this study are categorical variables. Table 1 presents the demographic features used in this study, including age, gender, race, and genotypes (CYP2C9 and VKORC1), as well as warfarin dose, INR and BMI, and the corresponding frequency and variable names for each feature.

The clinical characteristics considered in this study include the DVT patients’ comorbidities and concomitant medications.

thumbnail
Table 1. Demographic characteristics of the DVT validation group.

https://doi.org/10.1371/journal.pone.0235007.t001

In Table 2, we present the frequencies for the comorbidities and concomitant medications we examine, as well as their corresponding variable names in the dataset. All the comorbidities and concomitant medications we examine in this study happen to more than 5% of the DVT patients in this dataset.

thumbnail
Table 2. Clinical characteristics of the DVT validation group.

https://doi.org/10.1371/journal.pone.0235007.t002

We check the correlations across all variables in the DVT patient dataset. Fig 2 presents the correlation vizualization. It is worthwhile to note that the labels in Fig 2 are the variable names listed in Tables 1 and 2, which are in the alphabetical order from left to right and top to bottom. It is common to see high negative correlations across different categories of the same feature, for example “bl” (the race of black) and “wh” (the race of white). Across different features, we see high positive correlations between “Han” and “AA”, and between “bl” and “GG”. It has been found that AA genotype of VKORC1 is the most common genotype in Asians, and the most common genotype in African Americans is GG [74], which can explain the high correlations across the VKORC1 and race categories in our data.

thumbnail
Fig 2. Visualisation of correlations acrosss the risk factors.

https://doi.org/10.1371/journal.pone.0235007.g002

4 Results and discussion

As shown in Fig 1, to evaluate the interaction impact of BMI on the other risk factors for VTE, we conduct a three-steps analysis. First, we select the best classification model from the eight ML methods presented in Section 2; second, we identify the important risk factors for VTE using the selected model; third, we examine the interaction impact of BMI on the other risk factors for VTE.

4.1 Selection of the best classification model

First of all, we apply the eight ML methods introduced in Section 2, in order to select the best classification method among them. As discussed in Section 2.9, we have to select the required hyper parameter(s) for each ML method except for the LR model. In this study, we use Gaussian distribution for the NB method. For the SVM model, we choose a linear kernel and set the regularization hyper parameter C as 10. In LAR and ENET models, the penalty parameters are selected through cross-validation. We apply the backward strategy as the pruning method for the MARS model. As for the BRT model, Gaussian distribution is chosen as the loss function, while the tree complexity, the learning rate (λ) and the subsampling rate (bag.fraction) are set as 4, 0.004 and 0.5, respectively. For the RF model we set the number of trees as 500 and the number of features considered by each tree (mtry) as 4. To evaluate the prediction performance of these ML models, we apply five measures, including accuracy, Cohen’s Kappa, precision, recall and F1 score. For all performance measures, a higher value indicates a better performance on prediction. We perform a bootstrap sampling with replication number of 100 and K-fold (K = 10) cross validation to calculate these measures. The results are presented in Fig 3.

As shown in Fig 3, the RF model has the best prediction performance among the eight ML models, followed the MARS model, and the NB model has the poorest performance. Therefore we choose RF as the best model to conduct the following analysis.

In Fig 4, we plot the Receiver Operator Characteristic (ROC) curve for the RF model. Its AUC is 0.78207, indicating a good performance on classification.

Next, we implement a simple Monte Carlo simulation to examine the stability of our prediction using the RF model. In this Monte Carlo simulation, we generate a simulation envelope through a number of randomization (for example, n = 50) of VTE risk factors. From each randomization, the probability density function (PDF) of the predicted probability of VTE incidence can be obtained. All these PDFs constitute the simulation envelope. We compare the PDF of the predicted probability of VTE incidence from our dataset with the simulation envelope to examine the stability of the RF model prediction. Fig 5 presents the results on the PDF of the predicted probability of VTE incidence from our dataset (indicated by the red line) and the simulation envelope (indicated by the grey lines).

As shown in Fig 5, the prediction from the RF model (observed) matches well with the simulation envelope (perturbed). In particular, if we define the perturbed error as the difference between the prediction from the RF model and the simulation probability, the error mean is 0.1012 and the standard deviation is 0.0064, which demonstrate the stability of the RF prediction.

4.2 Identification of the important risk factors

We apply the RF model to rank importance of risk factors for VTE. Table 3 presents the mean decrease accuracy (MDA) for all risk factors used in this study and the corresponding p-values from permutation tests. The variables with larger mean decrease accuracy values are more important for VTE incidence, and the permutation p-values indicate the significance of importance metrics for the RFmodel.

4.3 Impact of BMI

Even though our results from the RF model show BMI is not an important risk factor for VTE, previous studies have found that obesity may interact with other risk factors in VTE development and change the impacts of other risk factors on VTE [22]. However there is very limited evidence on the exact interaction between BMI and the other VTE risk factors. This study aims to fill the gap in the literature. To examine the interaction effects, first we group our sample into four BMI categories, including underweight and normal weight (BMI<25), overweight (25≤BMI<30), obesity (30≤BMI<40), and morbidly obesity (BMI≥40). We then apply the RF model to each BMI group separately. In this way, we can obtain the varying impacts of the other important risk factors, including comorbidities and demographic features, on VTE occurrence for individuals from different BMI groups.

Table 4 presents the MDA of the important risk factors (identified by the RF model for the whole sample) for each BMI group. We also present the significance level of permutation test for importance for each risk factor across the BMI groups. As shown in Table 4, all important risk factors for VTE, except for two features (infarction and stroke), are still significantly important for VTE across all different BMI groups. However, infarction and stroke are significantly important for some specific BMI groups. For example, infarction is a moderate and weak VTE risk factor for morbidly obese people and overweight people, respectively, with significance level for importance at 10%, but it is not significantly important for people for the other two BMI groups. Stoke is significantly important for overweight and obese people but not for normal or under weight people, in terms of VTE occurrence. It is worthwhile to mention that the importance of AA genotype for VKORC1 is only 10% significant for the morbidly obesity people, while for all other people, it is 5% significantly important. On the other hand, depression is 5% significantly important for overweight people, but only 10% significantly important for the other BMI groups. In terms of MDA values, all risk factors, except for three feastures including AA genotype for VKORC1, infarction and stroke, can be qualified as, at least, moderate (i.e.MDA>2) risk factors for VTE. In particular, AA genotype for VKORC1 and infarction are two weak VTE risk factors (MDA<2) for overweight individuals but moderate for people from other BMI groups; while stroke is a weak risk factor for any BMI group. It can be seen that importance of the same risk factors are different across different BMI groups. We present the visualized results of MDA across different BMI groups in Fig 6.

thumbnail
Fig 6. Importance of VTE risk factors in different BMI categories.

BMI_A = = 1 for underweight & normal weight, BMI_B = = 1 for overweight, BMI_C = = 1 for obesity, BMI_D = = 1 for morbidly obesity.

https://doi.org/10.1371/journal.pone.0235007.g006

thumbnail
Table 4. Importance of VTE risk factors across four BMI categories.

https://doi.org/10.1371/journal.pone.0235007.t004

The horizontal axis of Fig 6 indicates the important VTE risk factors identified from the whole sample, which are ordered according to their MDA from highest to lowest. For example, “Han” has the highest MDA of 10.7470 and the lowest MDA of 2.6900 belongs to “dep”, as presented in Table 3. Fig 6 presents four lines of MDA, estimated for the four BMI groups, respectively. The trend of these lines is not strictly downward and these lines are not parallel.

Two conclusions emerge from Fig 6. First, the importance order of these risk factors for a particular BMI group is different from that of the whole population. For example, although the variable of “Han” is the most important VTE risk factor for DVT patients regardless BMI category, the second most important risk factor is different for each BMI group from the whole population. In particular, without taking into account of the interaction effect of BMI, hyperlipidemia is the second most important risk factor, however it is “bl” for overweight and morbidly obesity group, and “GG” for obesity group. Similar differences can be found on the other risk factors.

Second, the same VTE risk factor may play a different role across different BMI groups. Take the variable of race feature, “Han”, as an example, though it is the most important one across all BMI categories, it plays a most important role in the obesity group, followed by morbidly obesity group, and a least important role in the overweight group (as indicated by the points in the dashed oval in Fig 6). For some risk factors, such as “AF”, we can see more variations in the importance across different BMI grooups. But for some variables, such variation is much smaller, such as “INR”. These results further demonstrate the interaction effect of BMI on the other risk factors on VTE incidence.

5 Conclusions

In this study, we investigate the interaction impact of BMI on the other important VTE risk factors. First, we apply eight ML methods, including NB, SVM, ENET, LR, LAR, MARS, BRT and RF. According to five performance measures, i.e. accuracy, Cohan’s Kappa, precision, recall and F1-score, we choose the RF model as the best classification model among the eight ML methods. Second, by applying the RF model we identify twelve important risk factors according to their MDA and permutation test for importance. Last, we run the RF model separately for each BMI group to examine the interaction impact of BMI on the other important VTE risk factors. From this three-step analysis, we conclude that, first the importance of VTE risk factors may vary for different BMI groups. For example, we find that the AA genotype of VKORC1 plays a more important role in determine VTE occurrence for obesity or morbidly obesity individuals than for people from the other BMI categories. Second, the variation of a risk factor’s importance on VTE incidence across the four BMI groups is different. For example, we see large variation in the importance of atrial fibrillation across BMI groups, however the variation in INR’s importance is much smaller. Therefore in order to determine the risk of VTE and how risk factors impact on VTE, the interaction impact of BMI on the risk factors has to be taken into account.

Acknowledgments

The authors thank the editors and the anonymous reviewers for their constructive comments throughout the review process.

References

  1. 1. Moheimani F, Jackson DE. Venous Thromboembolism: Classification, Risk Factors, Diagnosis, and Management. ISRN Hematology. 2011;2011:1–7. pmid:22084692
  2. 2. Mi Y, Yan S, Lu Y, et al. Venous thromboembolism has the same risk factors as atherosclerosis: A PRISMA-compliant systemic review and meta-analysis. Medicine (Baltimore). 2016;95(32):e4495. Epub 2016/08/12. pmid:27512866; PubMed Central PMCID: PMC4985321.
  3. 3. Zhang J, Chen Z, Zheng J, et al. Risk factors for venous thromboembolism after total hip and total knee arthroplasty: a meta-analysis. Arch Orthop Trauma Surg. 2015;135(6):759–72. Epub 2015/04/10. pmid:25854654.
  4. 4. Nalluri SR, Chu D, Keresztes R, et al. Risk of venous thromboembolism with the angiogenesis inhibitor bevacizumab in cancer patients: a meta-analysis. JAMA. 2008;300(19):2277–85. Epub 2008/11/20. pmid:19017914.
  5. 5. Khorana AA, Francis CW, Culakova E, et al. Frequency, risk factors, and trends for venous thromboembolism among hospitalized cancer patients. Cancer. 2007;110(10):2339–46. Epub 2007/10/06. pmid:17918266.
  6. 6. Marrast L, Evans M, Ozonoff A, et al. Using highly variable warfarin dosing to identify patients at risk for adverse events. Thrombosis Journal. 2011;9(1). pmid:21985504
  7. 7. Santangeli P, Di Biase L, Sanchez JE, et al. Atrial Fibrillation Ablation without Interruption of Anticoagulation. Cardiol Res Pract. 2011;2011:837841. Epub 2011/05/18. pmid:21577267; PubMed Central PMCID: PMC3090717.
  8. 8. Anderson FA Jr, Spencer FA. Risk factors for venous thromboembolism. Circulation. 2003;107(23 Suppl 1):I9–16. Epub 2003/06/20. pmid:12814980.
  9. 9. Eichinger S, Hron G, Bialonczyk C, et al. Overweight, obesity, and the risk of recurrent venous thromboembolism. Arch Intern Med. 2008;168(15):1678–83. Epub 2008/08/13. pmid:18695082.
  10. 10. Yang G, De Staercke C, Hooper WC. The effects of obesity on venous thromboembolism: A review. Open J Prev Med. 2012;2(4):499–509. Epub 2012/11/01. pmid:26236563; PubMed Central PMCID: PMC4520798.
  11. 11. Gao J, Peng B, Ren Z, et al. Variable Selection for a Categorical Varying-Coefficient Model with Identifications for Determinants of Body Mass Index. SSRN Electronic Journal. 2015.
  12. 12. Borch KH, Braekkan SK, Mathiesen EB, et al. Anthropometric measures of obesity and risk of venous thromboembolism: the Tromso study. Arterioscler Thromb Vasc Biol. 2010;30(1):121–7. Epub 2009/10/17. pmid:19834110.
  13. 13. Allman-Farinelli MA. Obesity and venous thrombosis: a review. Semin Thromb Hemost. 2011;37(8):903–7. Epub 2011/12/27. pmid:22198855.
  14. 14. Holst AG, Jensen G, Prescott E. Risk factors for venous thromboembolism. Circulation. 2010;121(17):1896–903. pmid:20404252
  15. 15. Bahl V, Hu HM, Henke PK, et al. A Validation Study of a Retrospective Venous Thromboembolism Risk Scoring Method. Annals of Surgery. 2010;251(2):344–50. pmid:19779324
  16. 16. Tsai AW, Cushman M, Rosamond WD, et al. Cardiovascular risk factors and venous thromboembolism incidence: the longitudinal investigation of thromboembolism etiology. Archives of internal medicine. 2002;162(10):1182–9. pmid:12020191
  17. 17. Yang Y, Zhou Z, Niu XM, et al. Clinical analysis of postoperative venous thromboembolism risk factors in lung cancer patients. J Surg Oncol. 2012;106(6):736–41. Epub 2012/06/20. pmid:22711667.
  18. 18. Craig ES, Walker ME, Fusi S. Venous thromboembolism risk factors in breast cancer patients undergoing deep inferior epigastric perforator flap reconstruction. Microsurgery. 2012;32(4):334–5. pmid:22437263
  19. 19. Routledge PA, Chapman PH, Davies DM, et al. Factors affecting warfarin requirements. European Journal of Clinical Pharmacology. 1979;15(5):319–22. pmid:378674
  20. 20. Tellor KB, Nguyen SN, Bultas AC, et al. Evaluation of the impact of body mass index on warfarin requirements in hospitalized patients. Ther Adv Cardiovasc Dis. 2018;12(8):207–16. Epub 2018/06/20. pmid:29914293; PubMed Central PMCID: PMC6041876.
  21. 21. Wallace JL, Reaves AB, Tolley EA, et al. Comparison of initial warfarin response in obese patients versus non-obese patients. J Thromb Thrombolysis. 2013;36(1):96–101. Epub 2012/09/28. pmid:23015280.
  22. 22. Wells PS, Majeed H, Kassem S, et al. A regression model to predict warfarin dose from clinical variables and polymorphisms in CYP2C9, CYP4F2, and VKORC1: Derivation in a sample with predominantly a history of venous thromboembolism. Thromb Res. 2010;125(6):e259–64. Epub 2010/04/28. pmid:20421126.
  23. 23. Pires GS, Ribeiro DD, Oliveira JAQ, et al. Risk factors associated with recurrent venous thromboembolism after a first cerebral venous thrombosis event: A cohort study. Thromb Res. 2019;178:85–90. Epub 2019/04/17. pmid:30991243.
  24. 24. Abraham A, Pedregosa F, Eickenberg M, et al. Machine learning for neuroimaging with scikit-learn. Front Neuroinform. 2014;8:14. Epub 2014/03/07. pmid:24600388; PubMed Central PMCID: PMC3930868.
  25. 25. Shmueli G. To Explain or to Predict? Statistical Science. 2010;25(3):289–310.
  26. 26. Ratner B. Variable selection methods in regression: Ignorable problem, outing notable solution. Targeting, Measurement and Analysis for Marketing 2009;18(1):65–75.
  27. 27. Makridakis S, Spiliotis E, Assimakopoulos V. Statistical and Machine Learning forecasting methods: Concerns and ways forward. PLoS One. 2018;13(3):e0194889. Epub 2018/03/28. pmid:29584784; PubMed Central PMCID: PMC5870978.
  28. 28. Tang J, Liu R, Zhang Y-L, et al. Corrigendum: Application of Machine-Learning Models to Predict Tacrolimus Stable Dose in Renal Transplant Recipients. Scientific Reports. 2018;8:46936. pmid:29376518
  29. 29. Stephens D, Diesing M. A comparison of supervised classification methods for the prediction of substrate type using multibeam acoustic and legacy grain-size data. PloS one. 2014;9(4):e93950. pmid:24699553
  30. 30. Ferroni P, Zanzotto FM, Scarpato N, et al. Validation of a machine learning approach for venous thromboembolism risk prediction in oncology. Disease markers. 2017;2017.
  31. 31. Tang J LR, Zhang YL, Liu MZ, et al. Corrigendum: Application of Machine-Learning Models to Predict Tacrolimus Stable Dose in Renal Transplant Recipients. 2018. Epub 08 February 2017. PubMed Central PMCID: PMC5787702. pmid:29376518
  32. 32. Sabra S, Malik KM, Afzal M, et al. A hybrid knowledge and ensemble classification approach for prediction of venous thromboembolism. Expert Systems. 2019:e12388.
  33. 33. Qatawneh Z, Alshraideh M, Almasri N, et al. Clinical decision support system for venous thromboembolism risk classification. Applied computing and informatics. 2017.
  34. 34. Cao Y, Fang X, Ottosson J, et al. A Comparative Study of Machine Learning Algorithms in Predicting Severe Complications after Bariatric Surgery. Journal of Clinical Medicine. 2019;8(5). pmid:31083643
  35. 35. Rucco M, Falsetti L, Herman D, et al. Using topological data analysis for diagnosis pulmonary embolism. arXiv preprint arXiv:14095020. 2014.
  36. 36. Yang Y, Wang X, Huang Y, et al. Ontology-based venous thromboembolism risk assessment model developing from medical records. BMC Med Inform Decis Mak. 2019;19(Suppl 4):151. Epub 2019/08/09. pmid:31391095; PubMed Central PMCID: PMC6686216.
  37. 37. Kawaler E, Cobian A, Peissig P, et al., editors. Learning to predict post-hospitalization VTE risk from EHR data. AMIA annual symposium proceedings; 2012: American Medical Informatics Association.
  38. 38. Li GH, He G. The research on identification of gene splice site by support vector machine. Journal of biomedical science and engineering. 2016;9(10):53–7.
  39. 39. Sabra S, Malik KM, Alobaidi M. Prediction of venous thromboembolism using semantic and sentiment analyses of clinical narratives. Computers in biology and medicine. 2018;94:1–10. pmid:29353160
  40. 40. Liu YI, Kamaya A, Desser TS, et al, editors. A Bayesian classifier for differentiating benign versus malignant thyroid nodules using sonographic features. AMIA Annual Symposium Proceedings; 2008: American Medical Informatics Association.
  41. 41. Blanco R, Inza I, Merino M, et al. Feature selection in Bayesian classifiers for the prognosis of survival of cirrhotic patients treated with TIPS. Journal of Biomedical Informatics. 2005;38(5):376–88. pmid:15967731
  42. 42. Türe M, Ömürlü İK. Development of a New Supervised Principal Component Analysis Based on Artificial Neural Networks in Gene Expression Data. Osmangazi Tıp Dergisi. 40(1):20–7.
  43. 43. Friede T, Göbl CS, Bozkurt L, et al. Application of Penalized Regression Techniques in Modelling Insulin Sensitivity by Correlated Metabolic Parameters. Plos One. 2015;10(11). pmid:26544569
  44. 44. Maron ME. Automatic indexing: an experimental inquiry. Journal of the ACM (JACM). 1961;8(3):404–17.
  45. 45. Asif M, Martiniano HF, Vicente AM, et al. Identifying disease genes using machine learning and gene functional similarities, assessed through Gene Ontology. PloS one. 2018;13(12):e0208626. pmid:30532199
  46. 46. Zhang H. The optimality of naive Bayes. AA. 2004;1(2):3.
  47. 47. Vapnik VN. Adaptive and learning systems for signal processing communications, and control. Statistical learning theory. 1998.
  48. 48. Li H, He G. The Research on Identification of Gene Splice Sites by Support Vector Machine. Journal of biomedical science and engineering. 2016;9(10):53–7.
  49. 49. Dan S, Yang SX. Improved GA-SVM Algorithm and Its Application of NIR Spectroscopy in Orange Growing Location Identification. Data Processing Techniques and Applications for Cyber-Physical Systems (DPTA 2019): Springer; 2020. p. 581–91.
  50. 50. Masulli F, Mitra S, Pasi G. Applications of Fuzzy Sets Theory: 7th International Workshop on Fuzzy Logic and Applications, WILF 2007, Camogli, Italy, July 7–10, 2007, Proceedings: Springer; 2007.
  51. 51. Hui Zou TH. Regularization and variable selection via the elastic net. The Royal Statistical Society 2005;Ser. B(2):301–20. Epub Apr 18 2005.
  52. 52. Friedman J, Hastie T, Tibshirani R. Regularization paths for generalized linear models via coordinate descent. Journal of statistical software. 2010;33(1):1. pmid:20808728
  53. 53. Pearl R, Reed LJ. On the Rate of Growth of the Population of the United States since 1790 and Its Mathematical Representation. Proceedings of the National Academy of Sciences. 1920;6(6):275–88. pmid:16576496
  54. 54. Tibshirani R. Regression Shrinkage and Selection Via the Lasso. THE ROYAL STATISTICAL SOCIETY. 1994;Ser. B(58): 267–88.
  55. 55. Friedman JH. Multivariate Adaptive Regression Splines. The Annals of Statistics. 1991;19(1): 1–67. Epub 12 April 2007.
  56. 56. Issa F. Zakeri ALA, Puyau 2 Maurice R., Vohra Firoz A.22 and Butte Nancy F.2. Multivariate adaptive regression splines models for the prediction of energy expenditure in children and adolescents. J Appl Physiol. 2009;108:128–36. Epub November 5, 2009. pmid:19892930
  57. 57. Elith J, Leathwick JR, Hastie T. A working guide to boosted regression trees. Journal of Animal Ecology. 2008;77(4):802–13. pmid:18397250
  58. 58. Roguet A, Eren AM, Newton RJ, McLellan SL. Fecal source identification using random forest. Microbiome. 2018;6(1):185. pmid:30336775
  59. 59. Ho TK, editor Random decision forests. Proceedings of 3rd international conference on document analysis and recognition; 1995: IEEE.
  60. 60. Breiman L. Random forests. Machine learning. 2001;45(1):5–32.
  61. 61. Sarica A, Cerasa A, Quattrone A. Random forest algorithm for the classification of neuroimaging data in Alzheimer's disease: A systematic review. Frontiers in aging neuroscience. 2017;9:329. pmid:29056906
  62. 62. Suleiman A, Tight MR, Quinn AD. Hybrid Neural Networks and Boosted Regression Tree Models for Predicting Roadside Particulate Matter. Environmental Modeling & Assessment. 2016;21(6):731–50.
  63. 63. Kohavi R, editor A study of cross-validation and bootstrap for accuracy estimation and model selection. Ijcai; 1995: Montreal, Canada.
  64. 64. International Warfarin Pharmacogenetics C, Klein TE, Altman RB, Eriksson N, Gage BF, Kimmel SE, et al. Estimation of the warfarin dose with clinical and pharmacogenetic data. N Engl J Med. 2009;360(8):753–64. Epub 2009/02/21. pmid:19228618; PubMed Central PMCID: PMC2722908.
  65. 65. Janeth D. creating and validating a warfarin pharmacogenetic dosing algorithm for colombian patients. Pharmacogenomics and Personalized Medicine.
  66. 66. Johnson JA, Cavallari LH. Warfarin pharmacogenetics. Trends Cardiovasc Med. 2015;25(1):33–41. Epub 2014/10/06. pmid:25282448; PubMed Central PMCID: PMC4278947.
  67. 67. Ayesh BM, Abu Shaaban AS, Abed AA. Evaluation of CYP2C9- and VKORC1-based pharmacogenetic algorithm for warfarin dose in Gaza-Palestine. Future Sci OA. 2018;4(3):FSO276. Epub 2018/03/24. pmid:29568565; PubMed Central PMCID: PMC5859345.
  68. 68. Dean L. Warfarin therapy and VKORC1 and CYP genotype. Medical Genetics Summaries [Internet]: National Center for Biotechnology Information (US); 2018.
  69. 69. Kim S, Gaweda AE, Wu D, Li L, Rai SN, Brier ME. Simplified Warfarin Dose-response Pharmacodynamic Models. Biomed Eng (Singapore). 2015;27(1). Epub 2015/03/10. pmid:25750489; PubMed Central PMCID: PMC4349334.
  70. 70. Hamberg AK, Friberg LE, Hanseus K, Ekman-Joelsson BM, Sunnegardh J, Jonzon A, et al. Warfarin dose prediction in children using pharmacometric bridging—comparison with published pharmacogenetic dosing algorithms. Eur J Clin Pharmacol. 2013;69(6):1275–83. Epub 2013/01/12. pmid:23307232; PubMed Central PMCID: PMC3651819.
  71. 71. Hu YH, Wu F, Lo CL, Tai CT. Predicting warfarin dosage from clinical data: a supervised learning approach. Artif Intell Med. 2012;56(1):27–34. Epub 2012/04/28. pmid:22537823.
  72. 72. Sharabiani A, Bress A, Douzali E, Darabi H. Revisiting Warfarin Dosing Using Machine Learning Techniques. Comput Math Methods Med. 2015;2015:560108. Epub 2015/07/07. pmid:26146514; PubMed Central PMCID: PMC4471424.
  73. 73. Liu R, Li X, Zhang W, Zhou HH. Comparison of Nine Statistical Model Based Warfarin Pharmacogenetic Dosing Algorithms Using the Racially Diverse International Warfarin Pharmacogenetic Consortium Cohort Database. PLoS One. 2015;10(8):e0135784. Epub 2015/08/26. pmid:26305568; PubMed Central PMCID: PMC4549222.
  74. 74. Cavallari LH, Momary KM. Pharmacogenetics in Cardiovascular Diseases. Pharmacogenomics: Elsevier; 2019. p. 133–79.