Home An artificial immune system with bootstrap sampling for the diagnosis of recurrent endometrial cancers
Article Open Access

An artificial immune system with bootstrap sampling for the diagnosis of recurrent endometrial cancers

  • Chih-Yen Chang , Yen-Chiao (Angel) Lu , Wen-Chien Ting , Tsu-Wang (David) Shen EMAIL logo and Wen-Chen Peng
Published/Copyright: January 29, 2021

Abstract

Endometrial cancer is one of the most common gynecological malignancies in developed countries. The prevention of the recurrence of endometrial cancer has always been a clinical challenge. Endometrial cancer is asymptomatic in the early stage, and there remains a lack of time-series correlation patterns of clinical pathway transfer, recurrence, and treatment. In this study, the artificial immune system (AIS) combined with bootstrap sampling was compared with other machine learning techniques, which included both supervised and unsupervised learning categories. The back propagation neural network, support vector machine (SVM) with a radial basis function kernel, fuzzy c-means, and ant k-means were compared with the proposed method to verify the sensitivity and specificity of the datasets, and the important factors of recurrent endometrial cancer were predicted. In the unsupervised learning algorithms, the AIS algorithm had the highest accuracy (83.35%), sensitivity (77.35%), and specificity (92.31%); in supervised learning algorithms, the SVM algorithm had the highest accuracy (97.51%), sensitivity (95.02%), and specificity (99.29%). The results of our study showed that histology and chemotherapy are important factors affecting the prediction of recurrence. Finally, behavior code and radiotherapy for recurrent endometrial cancer are important factors for future adjuvant treatment.

1 Introduction

Endometrial cancer is the sixth most common cancer among women worldwide [1]. According to a report of the International Agency for Research on Cancer, there were over 3,80,000 women living with endometrial cancer worldwide in 2018 [2].

In Taiwan, endometrial cancer is the most common neoplasm of the female genital tract [3]. According to a report by the Taiwan Cancer Registry, the annual incidence rate of endometrial cancer was 2,462 cases per 1,00,000 women in 2016 compared to 399 per 1,00,000 in 1996. It is estimated that there will be more than 3,000 new cases in 2020. Factors that influence endometrial cancer survival are of increasing importance as lifestyle-related mortality risk factors for this population may differ from those of the general population. The 5-year survival for endometrial cancer depends on the cancer stage at diagnosis. In early-stage disease, surgery alone or in combination with local therapy is generally curative [4,5]. If primary treatment fails, the opportunity for a secondary cure is slim. The treatment of endometrial cancer requires a complex therapeutic approach, consisting of surgery, radiotherapy, chemotherapy, and/or hormonal therapy. All patients are usually classified further based on the extent or stage of the disease so that therapies may be tailored to the particular disease stage. The choice of therapy depends on the extent of residual disease after initial surgery, the site and nature of recurrence, the prior therapy used, and the intent of treatment, be it curative or palliative. The risk factors for recurrent endometrial cancer include obesity, diabetes, late menopause, unopposed estrogen therapy, and nulliparity [6,7]. Inherited factors have also been suggested as important risk factors for recurrence [8]. The goal of this study was to use a biomimetic algorithm to select important factors for the diagnosis of recurrent endometrial cancers, investigate the risks associated with endometrial cancer, and provide appropriate primary treatment to enable the management of recurrent endometrial cancer.

2 Materials and methods

The datasets were provided by the cancer registry of the Cancer Center of Chung Shan Medical University Hospital under regulation. This study used a total of 599 valid records obtained from the endometrial cancer dataset provided by the Cancer Center of Chung Shan Medical University Hospital. The research process of this study was as follows: First, an endometrial cancer dataset was obtained from the cancer registration centers. Second, clinical experts provided important recurrent candidate variables and reviewed previous studies regarding this topic. Third, the dataset was cleaned and recoded. The exclusion criteria were as follows: patients with malignant disease of reproductive organs other than endometrial cancer, those previously treated for cancer, and those diagnosed within the previous 5 years.

There were a total of 20 predictive variables in the dataset as follows: (1) age (52.73 ± 11.82 years), (2) histology, (3) behavior code, (4) grade, (5) tumor size, (6) stage, (7) surgery, (8) radiotherapy, (9) surgical margin, (10) chemotherapy, (11) sequence of locoregional therapy and systemic therapy, (12) the highest radiation dose clinical target volume dose (dose to CTV_H: cGy), (13) clinical target volume treatment times of maximum radiation dose (number of fractions to CTV_H), (14) lower radiation dose clinical target volume dose (dose to CTV_L: cGy), (15) clinical target volume treatment times of lower radiation dose (number of fractions to CTV_L), (16) sequence of radiotherapy and surgery, (17) body mass index (BMI) (higher or lower than 24), (18) smoking, (19) betel nut chewing, and (20) drinking behavior. One target variable (type of recurrence) was used for the prediction of recurrence for a total of 599 sets of data. In this study, the artificial immune system (AIS) was compared with other machine learning techniques, including both supervised and unsupervised learning categories. The back propagation neural network (BPNN) and support vector machine (SVM) with a radial basis function kernel are types of supervised learning; the fuzzy c-means (FCM), ant k-means (AK), and AIS algorithms are types of unsupervised learning. The details of each are described in this section.

2.1 Back propagation artificial neural network

The BPNN [9] is an artificial neural network that combines the feedforward full connection of neurons with feedback loops. The BPNN consists of three layers, namely, the input, hidden, and output layers. The feedback loops, the so-called backward propagation, adjust the weights to achieve the minimum optimal solution of error between the output and desired signal in the mean square sense. Finally, the weights of each unit update according to the gradient. The BPNN structure for classification was N-15-2, meaning that the number of features was N with 15 neurons in the hidden layer and two neurons in the output layer, that is, two-digit outputs (01 and 10) represent diagnosis results to reduce the decision noise. A sigmoid function was used as an activation function.

2.2 Support vector machine

The SVM [10] is a supervised learning method that analyzes data and recognizes patterns. The SVM algorithm is based on the structural risk minimization principle of statistical learning theory. The algorithm seeks a separating hyperplane to classify groups with corresponding binary labels with a maximal margin and minimal error in the support vector sense. The optimal separating hyperplane maximizes the gaps among the support vectors. The positive and negative samples train a classifier to map the input samples to another space using a kernel function that can map data into another infinite-dimensional space. The decision function is as follows:

(1) f ( x ) = sgn i = 1 m α i d i K ( x , x i ) + b

where K ( x , x i ) is the radio basis function kernel function and the dual problem provides the solution of the Lagrange multiplier problem at a saddle point parameter. The regularization parameter controls the trade-off between the margin and classification error. The SVM engine was implemented using the LIBSVM package [11]. K-fold data validation was applied to evaluate the SVM system performance.

2.3 Fuzzy c-means

FCM is an unsupervised learning model inherent from the k-means algorithm [9,13] added to fuzzy logic decision sets. However, instead of binary indicators, FCM uses probability indicators to determine the degrees of membership. This method identifies the minimum distance between the input vector and specific classes. The main procedures are as follows: (1) initialize the indicators to make the sum of indicators equal to one, (2) calculate the codebooks using indicators and input vectors, (3) re-compute the new indicators by applying new codebooks, (4) calculate the distance of the FCM of each group, and (5) repeat the previous steps until all codebooks converge.

2.4 Ant colony optimization (ACO) algorithm

ACO is an unsupervised nature computing approach that is a recently proposed metaheuristic for solving hard combinatorial optimization problems [12]. In particular, the AK clustering method is one branch of ACO approaches proposed by Kuo et al. [13]. This robust clustering method provides a self-organized structure that simulates the interaction of an ant society to solve optimization problems. Instead of computing the distances toward the center codebooks, the method applies a certain probability, called pheromone, which is a biochemical material for tracking other ants. Repeated feature information provides a higher pheromone concentration to guide ants toward their targets. On the contrary, pheromones naturally evaporate over time, so that longer travel paths can cause low pheromone concentrations. Therefore, the optimal path with a higher pheromone is guaranteed. The AK algorithm assigns each data point to a specific cluster (class) based on the probability provided by the pheromone from each ant. After iterations, the optimal solution converges based on the in-grouped distances and pheromone concentrations.

2.5 AIS algorithm

The AIS algorithm [14] is based on an unsupervised artificial immune classifier with hormone concentration. The algorithm is a mathematical model to mimic clonal selection theory for selecting the best affinity antibodies to handle specific antigens as foreign substances, where antigens or foreign substances are the input data for clustering. If the affinity between antibodies and antigens is high, antibodies result in the production of mutated clones against antigens. B cells save memory on various antibodies for immediate response upon future invasion by the same antigens.

Based on these physiological facts, the algorithm first applies k-means clustering to give initial center points of hormone and initial B-cell population. Then, the affinity is calculated within each class group antigen and the n highest affinity antigens (AG) to be antibodies (AB). The radius of influence is set to 0.1 in the system. The hormone matrix (HM) covers the entire antigen area, which provides the probability sense of hormone concentration. The selected n best ABs are used to generate a clonal set. In the clonal set, if the AB affinity is higher, ABs will clone more. The clonal rate is used to determine how many clones are produced by ABs and memory B-cells, and the round function is an argument toward the closest integer. The clonal rate in this system was 10. If the affinity was higher, the mutation (MU) rate decreased. AB and MU sets were compared to update the AB list. If the generated MU had a higher affinity in relation to AG than the previous AB, then MU replaced the previous AB to update the old AB list. Finally, we updated the MC population and hormone concentration matrix (HM) to classify data. After the AIS system convergence, the system used the MC set and HM to assign AG as a certain class. When the two decisions were matched, the classification was determined. If the decisions were conflicting, an AG in the burring area was determined by the closest MC. The burring area means that the difference in hormone concentration was small (within a certain radius r) by observing probabilities in the HM. Otherwise, the strongest hormone concentration is the deciding factor. Figure 1 shows the entire AIS process.

Figure 1 
                  AIS classification process and SFS-AIS process.
Figure 1

AIS classification process and SFS-AIS process.

2.6 Bootstrap sampling method

The clinical dataset used was an imbalanced medical dataset, meaning that the number of one class was much greater than that of the other classes. To provide good classification performance in the class with fewer samples, a bootstrapping statistic technique was used to provide balanced datasets. This is a resampling method that generates a number of resamples with replacement for constructing an equal size to the observed dataset [15] in the data distribution sense. This technique measures original data properties, including variance bias, variance, confidence intervals, and prediction error, to estimate replacement samples when sampling from an approximating distribution.

2.7 The proposed feature selection method with comparison

Not all features have the same importance and may contain redundant or unrelated information and noise. Therefore, the goal of feature selection is to select the best one consisting of the original features so that the recognition rate can reach the global maximum. Good features with a better discriminating ability not only simplify the calculation of the classifier but also help understand the causal relationship of this classification problem. In addition, they speed up the training process and improve classification accuracy.

Our proposed method combines the AIS algorithm and the approximate optimal method, which is a sequential forward selection (SFS) [16], called SFS-AIS. The ABs, MCs, and HM of the AIS algorithm were mapped to the entire dataset, and SFS reduced the feature dimension. Therefore, the proposed method speeds up the training process and improves classification accuracy simultaneously. In Figure 1, the SFS-AIS steps include (1) computing AG, MC, and HM of AIS for classification; (2) leave-one-out to select the feature with the lowest recognition rate and eliminate the selected feature to improve the recognition rate; and (3) repetition of step one sequentially until 11 features were selected. Then, the proposed SFS-AIS method was compared to other feature selection methods, including the relief and information gain algorithm.

The relief algorithm is a filter method approach that provides ranking scores for feature selection. Its score is notably sensitive to feature neighborhoods and depends on the differences between the nearest neighbor vectors. The feature score decreases when a feature value difference is observed in a neighboring vector with the same class, called a hit. Alternatively, the feature score increases when a feature value difference is observed in a neighboring vector with different class values, the so-called miss. The advantages of this method are independent of heuristics, low-order polynomial time, noise tolerance, and robustness to feature interactions; however, it does not discriminate between redundant features, and low numbers of training instances fool the algorithm [17]. Finally, these scores may be applied as feature weights to inhibit bad features.

The information gain method ranks features based on entropy according to the information theory and is widely used in decision trees, such as ID3, C4.5, and C5.0. Information gain determines the most relevant attributes, and the highest information gains are the criteria of good features.

In this study, of the 20 features, 9 were dropped and the remaining 11 were selected as input features according to the above feature selection methods for comparison.

3 Results

In this study, we used BPNN, SVM, FCM, AK, and AIS to verify the sensitivity and specificity of datasets provided by the Cancer Center of Chung Shan Medical University Hospital, and the important factors of recurrence were predicted. The system framework is shown in Figure 2. In the data-processing stage, the missing data were first removed from the dataset. Then, our proposed SFS-AIS, relief, and gain information algorithms were used as feature selection approaches to determine the best feature combination for every target variable. Different approaches have different strengths, and Table 1 lists the best combinations of the three different algorithms. We found that histology and chemotherapy were selected as being most important by all methods, which implies that these features are essential.

Figure 2 
               System analysis framework.
Figure 2

System analysis framework.

Table 1

Best feature combinations of three feature selection methods

Methods Top 11 features
SFS-AIS 1, 2, 4, 5, 6, 10, 11, 12, 14, 18, 19
Gain info. 2, 3, 7, 8, 10, 11, 12, 13, 14, 15, 20
Relief algorithm 1, 2, 4, 5, 6, 8, 9, 10, 13, 15, 17

The numbers represent features, including (1) age, (2) histology, (3) behavior code, (4) grade, (5) tumor size, (6) stage, (7) surgery, (8) radiotherapy, (9) surgical margin, (10) chemotherapy, (11) sequence of locoregional therapy and systemic therapy, (12) the highest radiation dose clinical target volume dose (dose to CTV_H: cGy), (13) clinical target volume treatment times of maximum radiation dose (number of fractions to CTV_H), (14) lower radiation dose clinical target volume dose (dose to CTV_L: cGy), (15) clinical target volume treatment times of lower radiation dose (number of fractions to CTV_L), (16) sequence of radiotherapy and surgery, (17) BMI, (18) smoking, (19) betel nut chewing, and (20) drinking behavior and one target variable (type of recurrence). The bold fonts present the common features of all methods.

After feature selection, bootstrap sampling was used to generate more data to balance both classes to obtain better system performance. The cancer group (N = 38) was resampled to match the control group with N = 561. Before bootstrap sampling, the overall sensitivity was quite low in Table 2 for all classification algorithms owing to data imbalance. That is, because of overfitting on one large number class, the small group could not be correctly identified and the accuracy rate had no significant meaning. According to the results in Table 2, the bootstrap sampling method essentially improved the system performance when accuracy, sensitivity, and specificity were considered. For the same 20 features, all positive predictive values in five classifiers increased significantly from 0, 13.89, 7.02, 24.32, and 29.73% to 94.27, 99.62, 83.13, 84.34, and 82.03%, respectively.

Table 2

Performances of all combinations

No bootstrap BPNN SVM FCM AK AIS
Number of features 20 20 20 20 20
Accuracy (%) 93.59 76.51 69.23 71.07 70.07
Sensitivity (%) aNaN 55.56 32.43 5.84 6.71
Specificity (%) 93.59 77.86 71.66 93.69 94.01
PPV (%) 0 13.89 7.02 24.32 29.73
NPV (%) 100 96.94 94.15 74.15 72.73
With bootstrap BPNN SVM FCM AK AIS
Number of features 20 20 20 20 20
Accuracy (%) 81.87 96.79 74.18 72.31 74.80
Sensitivity (%) 75.54 93.95 60.61 68.01 71.70
Specificity (%) 92.39 99.64 87.72 79.34 78.96
PPV (%) 94.27 99.62 83.13 84.34 82.03
NPV (%) 69.47 94.26 60.61 60.25 67.56
No bootstrap BPNN SVM FCM AK AIS
Number of features (SFS) 11 11 11 11 11
Accuracy (%) 93.59 68.64 65.22 58.36 66.22
Sensitivity (%) aNaN 66.67 27.03 7.26 9.76
Specificity (%) 93.59 68.57 67.74 94.57 95.67
PPV (%) 0 12.00 5.24 48.65 54.05
NPV (%) 100 96.97 67.74 59.00 67.02
With bootstrap BPNN SVM FCM AK SFS-AIS
Number of features (SFS) 11 11 11 11 11
Accuracy (%) 91.60 97.51 71.95 82.55 83.35
Sensitivity (%) 94.31 95.02 56.86 75.00 77.53
Specificity (%) 89.21 99.29 87.01 96.68 92.31
PPV (%) 88.55 99.26 81.38 97.69 93.95
NPV (%) 94.66 95.21 66.89 67.38 72.73
  1. a

    NaN means Not a Number, in which true positive and false negative are equal to zero.

Moreover, after applying the feature reduction methods to reduce the number of features from 20 to 11, the algorithm performance was further improved. The comparison results of the three feature selection methods are shown in Figure 3. After feature reduction, it was found that feature selection methods provided higher classification accuracy than all-feature classification accuracy. Our proposed SFS-AIS method generates the best feature combination to provide the best overall performance among BPNN, SVM, AK, and AIS classification methods of both supervised and unsupervised learning, except FCM method.

Figure 3 
               Comparison between proposed method (blue color bar), relief algorithm (orange color bar), and gain information algorithm (gray color bar).
Figure 3

Comparison between proposed method (blue color bar), relief algorithm (orange color bar), and gain information algorithm (gray color bar).

In the unsupervised learning algorithms, the AIS algorithm has the highest accuracy (83.35%), sensitivity (77.35%), and specificity (92.31%); in the supervised learning algorithms, the SVM algorithm has the highest accuracy (97.51%), sensitivity (95.02%), and specificity (99.29%). However, the AIS algorithm had no pre-training requirements and could adapt the unknown models without a training process. Unlike SVM, AIS can handle situations with an unknown number of classes. Therefore, the AIS algorithm could become a general proposal for artificial intelligence for future medical diagnosis.

4 Discussions

Several studies have used variable observations, such as outpatient prescriptions and treatment regimens from the National Health database, for data analysis. However, to increase the cured and survival rates, it is crucial to identify factors predicting recurrence in actual diagnosis and treatment records. To obtain better important factors for recurrence, this study used multiple feature selection methods to identify the risk factors for recurrence. The SFS-AIS method provided the best feature combinations among the three feature selection methods.

The results of this study showed that histology [18] and chemotherapy [19] were important factors affecting the prediction of recurrence. In addition, early diagnosis of recurrence should not be neglected in the treatment of radiotherapy [20] and surgery [21], and long-term follow-up should be considered [22]. In particular, older patients with endometrial carcinoma are more likely to fare worse than younger patients, independent of other poor prognostic factors [23]. Similarly, the behavior code [24] appeared to be correlated with recurrence. In addition, patients with a BMI < 24 had a lower probability of developing recurrence than those with a BMI ≥ 24 [25].

Further comparison of the predictive accuracy of BPNN, SVM, FCM, AK, and AIS for endometrial cancer was carried out. As shown in Figure 4, SVM and AIS classification methods had the best performance in the supervised and unsupervised categories, respectively. The results of this retrospective study proved that for recurrence detection in patients with endometrial cancer, stratification by behavior code and radiotherapy could be used by clinicians to recommend adjuvant treatment. In the future, longitudinal studies may provide a better explanation of the long-term effects of treatments.

Figure 4 
               ROC curves of three methods (SVM, AIS, and AK) using 11 features (SFS-AIS selected) with bootstrap method. SVM provides the best performance among supervised learning methods and AIS provides the best performance among unsupervised learning method.
Figure 4

ROC curves of three methods (SVM, AIS, and AK) using 11 features (SFS-AIS selected) with bootstrap method. SVM provides the best performance among supervised learning methods and AIS provides the best performance among unsupervised learning method.

5 Conclusions

In Taiwan, endometrial cancer is the second most commonly diagnosed gynecologic malignancy, following cervical cancer of the female genital tract. According to the latest cancer statistical report, more than 3,200 new cases of endometrial cancer are expected to be diagnosed in 2020. In this study, the SFS-AIS feature selection method combined with bootstrap sampling indicated that the unsupervised biomimetic AI system can efficiently refine the 20 features down to 11 well-performing features to improve the multiple classification methods. Overall, this study showed that combination therapy with age, histology, behavior code, and radiotherapy proved to be the optimal prediction parameters for patients with recurrent endometrial cancer. For a better understanding of the disease, considering the existence of selection bias, recurrence can be detected early and appropriate primary treatment can be commenced accordingly, to enable the management of recurrent endometrial cancer.


tel: +886-4-2451-7250, #3937, fax: +886-4-2451-9951

Acknowledgments

This research was supported by Ministry of Science and Technology (MOST), Taiwan, grant number 108-2221-E-035-034-MY2 and the Chung Shan Medical University and Jen-Ai Hospital, Taiwan, project number CSMU-JAH-107-02.

  1. Conflict of interest: Authors state no conflict of interest.

  2. Data availability statement: The datasets generated during and/or analysed during the current study are available from the corresponding author on reasonable request.

References

[1] Aune D, Navarro Rosenblatt D, Chan DS, Vingeliene S, Abar L, Vieira AR, et al. Anthropometric factors and endometrial cancer risk: a systematic review and dose-response meta-analysis of prospective studies. Ann Oncol. 2015 Aug;26(8):1635–48.10.1093/annonc/mdv142Search in Google Scholar PubMed

[2] Bray F, Ferlay J, Soerjomataram I, Siegel RL, Torre LA, Jemal A. Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J Clin. 2018 Nov;68(6):394–424. PubMed PMID: 30207593. Epub 2018/09/13. Eng.10.3322/caac.21492Search in Google Scholar PubMed

[3] Ministry of Health and Welfare. Taiwan health and welfare report [internet]. Taiwan: Ministry of Health and Welfare; 2019 [cited 2020 Nov 10]. Available from: http://www.cdway.com.tw/gov/mhw2/book108/book01e/index.htmlSearch in Google Scholar

[4] Fisusi FA, Akala EO. Drug combinations in breast cancer therapy. Pharm Nanotechnol. 2019;7(1):3–23. 10.2174/2211738507666190122111224.Search in Google Scholar PubMed PubMed Central

[5] Yoon SM, Shaikh T, Hallman M. Therapeutic management options for stage III non-small cell lung cancer. World J Clin Oncol. 2017;8(1):1–20. 10.5306/wjco.v8.i1.1.Search in Google Scholar PubMed PubMed Central

[6] Deutscher E, Hung-Chang Yao H. Essential roles of mesenchyme-derived beta-catenin in mouse mullerian duct morphogenesis. Dev Biol. 2007;227–36. PubMed PMID: 17532316. PMCID: PMC2020447. Epub 2007/05/29. Eng.10.1016/j.ydbio.2007.04.036Search in Google Scholar PubMed PubMed Central

[7] Urick ME, Bell DW. Clinical actionability of molecular targets in endometrial cancer. Nat Rev Cancer. 2019 Sep;19(9):510–21. PubMed PMID: 313881276. PMCID: PMC7446243. Epub 2019/08/08. Eng.10.1038/s41568-019-0177-xSearch in Google Scholar PubMed PubMed Central

[8] Clarke MA, Long BJ, Del Mar Morillo A, Arbyn M, Bakkum-Gamez JN, Wentzensen N. Association of endometrial cancer risk with postmenopausal bleeding in women: a systematic review and meta-analysis. JAMA Intern Med. 2018 Sep 1;178(9):1210–22. PubMed PMID: 30083701. PMCID: PMC6142981. Epub 2018/08/08. Eng.10.1001/jamainternmed.2018.2820Search in Google Scholar PubMed PubMed Central

[9] Haykin S. Neural networks and learning machines. 3rd edn. New Jersey: Prentice Hall; 2008.Search in Google Scholar

[10] Cortes C, Vapnik VN. Support-vector networks. Mach Learn. 1995;20(3):273–97.10.1007/BF00994018Search in Google Scholar

[11] Chang CC, Lin CJ. LIBSVM: a library for support vector machines. ACM Trans Intell Syst Technol. 2011;2(27):1–27.10.1145/1961189.1961199Search in Google Scholar

[12] Dorigo M, Stiitzle T. The ant colony optimization metaheuristic: algorithms, applications, and advances. In: Glover F, Kochenberger GA, (Eds.). Handbook of metaheuristics. international series in operations research and management science. Boston, MA: Springer; 2003.10.1007/0-306-48056-5_9Search in Google Scholar

[13] Kuo RJ, Wang HS, Hu TL, Chou SH. Application of ant K-means on clustering analysis. Comput Math Appl. 2005;50(10–12):1709–25.10.1016/j.camwa.2005.05.009Search in Google Scholar

[14] de Castro LN, Timmis J. Artificial immune systems: a new computational intelligence approach. New York City: Springer; 2002.Search in Google Scholar

[15] Efron B, Tibshirani R. An introduction to the bootstrap. Boca Raton, FL: Chapman & Hall/CRC; 1993.10.1007/978-1-4899-4541-9Search in Google Scholar

[16] Whitney AW. A direct method of nonparametric measurement selection. IEEE Trans Comput. 1971;20(9):1100–3.10.1109/T-C.1971.223410Search in Google Scholar

[17] Kira K, Rendell L. A practical approach to feature selection. Proceedings of the ninth international workshop on machine learning; 1992. p. 249–56.10.1016/B978-1-55860-247-2.50037-1Search in Google Scholar

[18] Huijgens AN, Mertens HJ. Factors predicting recurrent endometrial cancer. Facts Views Vis Obgyn. 2013;5(3):179–86.Search in Google Scholar

[19] Bestvina CM, Fleming GF. Chemotherapy for endometrial cancer in adjuvant and advanced disease settings. Oncologist. 2016;21(10):1250–9.10.1634/theoncologist.2016-0062Search in Google Scholar

[20] Hart KB, Han I, Shamsa F, Court WS, Chuba P, Deppe G, et al. Radiation therapy for endometrial cancer in patients treated for postoperative recurrence. Int J Radiat Oncol Biol Phys. 1998 Apr 1;41(1):7–11.10.1016/S0360-3016(98)00028-5Search in Google Scholar

[21] Awtrey CS, Cadungog MG, Leitao MM, Alektiar KM, Aghajanian C, Hummer AJ, et al. Surgical resection of recurrent endometrial carcinoma. Gynecol Oncol. 2006 Sep;102(3):480–8.10.1016/j.ygyno.2006.01.007Search in Google Scholar PubMed

[22] Colombo N, Creutzberg C, Amant F, Bosse T, González-Martin A, Ledermann J, et al. ESMO-ESGO-ESTRO consensus conference on endometrial cancer: diagnosis, treatment and follow-up. Int J Gynecol Cancer. 2016;26(1):2–30.10.1097/IGC.0000000000000609Search in Google Scholar PubMed PubMed Central

[23] Driver JA, Viswanathan AN. Frailty measure is more predictive of outcomes after curative therapy for endometrial cancer than traditional risk factors in women 60 and older. Gynecol Oncol. 2017 Jun;145(3):526–30.10.1016/j.ygyno.2017.03.010Search in Google Scholar PubMed PubMed Central

[24] Wen L, Zhang Y, Chen S, Wang J, Hu W, Zhong G. Subdivision of IIIC stage for endometrioid carcinoma to better predict prognosis and treatment guidance. Front Oncol. 2020;10:1175.10.3389/fonc.2020.01175Search in Google Scholar PubMed PubMed Central

[25] Ross JGC, Escamilla V, Lee NK, Diane Yamada S, Lindau ST. Geospatial patterns of access to self-care resources for obesity among endometrial cancer survivors in a high poverty urban community. Gynecol Oncol. 2019;152(2):322–7.10.1016/j.ygyno.2018.12.005Search in Google Scholar PubMed PubMed Central

Received: 2020-11-10
Revised: 2020-12-11
Accepted: 2020-12-29
Published Online: 2021-01-29

© 2021 Chih-Yen Chang et al., published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Articles in the same Issue

  1. Research Articles
  2. Identification of ZG16B as a prognostic biomarker in breast cancer
  3. Behçet’s disease with latent Mycobacterium tuberculosis infection
  4. Erratum
  5. Erratum to “Suffering from Cerebral Small Vessel Disease with and without Metabolic Syndrome”
  6. Research Articles
  7. GPR37 promotes the malignancy of lung adenocarcinoma via TGF-β/Smad pathway
  8. Expression and role of ABIN1 in sepsis: In vitro and in vivo studies
  9. Additional baricitinib loading dose improves clinical outcome in COVID-19
  10. The co-treatment of rosuvastatin with dapagliflozin synergistically inhibited apoptosis via activating the PI3K/AKt/mTOR signaling pathway in myocardial ischemia/reperfusion injury rats
  11. SLC12A8 plays a key role in bladder cancer progression and EMT
  12. LncRNA ATXN8OS enhances tamoxifen resistance in breast cancer
  13. Case Report
  14. Serratia marcescens as a cause of unfavorable outcome in the twin pregnancy
  15. Spleno-adrenal fusion mimicking an adrenal metastasis of a renal cell carcinoma: A case report and embryological background
  16. Research Articles
  17. TRIM25 contributes to the malignancy of acute myeloid leukemia and is negatively regulated by microRNA-137
  18. CircRNA circ_0004370 promotes cell proliferation, migration, and invasion and inhibits cell apoptosis of esophageal cancer via miR-1301-3p/COL1A1 axis
  19. LncRNA XIST regulates atherosclerosis progression in ox-LDL-induced HUVECs
  20. Potential role of IFN-γ and IL-5 in sepsis prediction of preterm neonates
  21. Rapid Communication
  22. COVID-19 vaccine: Call for employees in international transportation industries and international travelers as the first priority in global distribution
  23. Case Report
  24. Rare squamous cell carcinoma of the kidney with concurrent xanthogranulomatous pyelonephritis: A case report and review of the literature
  25. An infertile female delivered a baby after removal of primary renal carcinoid tumor
  26. Research Articles
  27. Hypertension, BMI, and cardiovascular and cerebrovascular diseases
  28. Case Report
  29. Coexistence of bilateral macular edema and pale optic disc in the patient with Cohen syndrome
  30. Research Articles
  31. Correlation between kinematic sagittal parameters of the cervical lordosis or head posture and disc degeneration in patients with posterior neck pain
  32. Review Articles
  33. Hepatoid adenocarcinoma of the lung: An analysis of the Surveillance, Epidemiology, and End Results (SEER) database
  34. Research Articles
  35. Thermography in the diagnosis of carpal tunnel syndrome
  36. Pemetrexed-based first-line chemotherapy had particularly prominent objective response rate for advanced NSCLC: A network meta-analysis
  37. Comparison of single and double autologous stem cell transplantation in multiple myeloma patients
  38. The influence of smoking in minimally invasive spinal fusion surgery
  39. Impact of body mass index on left atrial dimension in HOCM patients
  40. Expression and clinical significance of CMTM1 in hepatocellular carcinoma
  41. miR-142-5p promotes cervical cancer progression by targeting LMX1A through Wnt/β-catenin pathway
  42. Comparison of multiple flatfoot indicators in 5–8-year-old children
  43. Early MRI imaging and follow-up study in cerebral amyloid angiopathy
  44. Intestinal fatty acid-binding protein as a biomarker for the diagnosis of strangulated intestinal obstruction: A meta-analysis
  45. miR-128-3p inhibits apoptosis and inflammation in LPS-induced sepsis by targeting TGFBR2
  46. Dynamic perfusion CT – A promising tool to diagnose pancreatic ductal adenocarcinoma
  47. Biomechanical evaluation of self-cinching stitch techniques in rotator cuff repair: The single-loop and double-loop knot stitches
  48. Review Articles
  49. The ambiguous role of mannose-binding lectin (MBL) in human immunity
  50. Case Report
  51. Membranous nephropathy with pulmonary cryptococcosis with improved 1-year follow-up results: A case report
  52. Fertility problems in males carrying an inversion of chromosome 10
  53. Acute myeloid leukemia with leukemic pleural effusion and high levels of pleural adenosine deaminase: A case report and review of literature
  54. Metastatic renal Ewing’s sarcoma in adult woman: Case report and review of the literature
  55. Burkitt-like lymphoma with 11q aberration in a patient with AIDS and a patient without AIDS: Two cases reports and literature review
  56. Skull hemophilia pseudotumor: A case report
  57. Judicious use of low-dosage corticosteroids for non-severe COVID-19: A case report
  58. Adult-onset citrullinaemia type II with liver cirrhosis: A rare cause of hyperammonaemia
  59. Clinicopathologic features of Good’s syndrome: Two cases and literature review
  60. Fatal immune-related hepatitis with intrahepatic cholestasis and pneumonia associated with camrelizumab: A case report and literature review
  61. Research Articles
  62. Effects of hydroxyethyl starch and gelatin on the risk of acute kidney injury following orthotopic liver transplantation: A multicenter retrospective comparative clinical study
  63. Significance of nucleic acid positive anal swab in COVID-19 patients
  64. circAPLP2 promotes colorectal cancer progression by upregulating HELLS by targeting miR-335-5p
  65. Ratios between circulating myeloid cells and lymphocytes are associated with mortality in severe COVID-19 patients
  66. Risk factors of left atrial appendage thrombus in patients with non-valvular atrial fibrillation
  67. Clinical features of hypertensive patients with COVID-19 compared with a normotensive group: Single-center experience in China
  68. Surgical myocardial revascularization outcomes in Kawasaki disease: systematic review and meta-analysis
  69. Decreased chromobox homologue 7 expression is associated with epithelial–mesenchymal transition and poor prognosis in cervical cancer
  70. FGF16 regulated by miR-520b enhances the cell proliferation of lung cancer
  71. Platelet-rich fibrin: Basics of biological actions and protocol modifications
  72. Accurate diagnosis of prostate cancer using logistic regression
  73. miR-377 inhibition enhances the survival of trophoblast cells via upregulation of FNDC5 in gestational diabetes mellitus
  74. Prognostic significance of TRIM28 expression in patients with breast carcinoma
  75. Integrative bioinformatics analysis of KPNA2 in six major human cancers
  76. Exosomal-mediated transfer of OIP5-AS1 enhanced cell chemoresistance to trastuzumab in breast cancer via up-regulating HMGB3 by sponging miR-381-3p
  77. A four-lncRNA signature for predicting prognosis of recurrence patients with gastric cancer
  78. Knockdown of circ_0003204 alleviates oxidative low-density lipoprotein-induced human umbilical vein endothelial cells injury: Circulating RNAs could explain atherosclerosis disease progression
  79. Propofol postpones colorectal cancer development through circ_0026344/miR-645/Akt/mTOR signal pathway
  80. Knockdown of lncRNA TapSAKI alleviates LPS-induced injury in HK-2 cells through the miR-205/IRF3 pathway
  81. COVID-19 severity in relation to sociodemographics and vitamin D use
  82. Clinical analysis of 11 cases of nocardiosis
  83. Cis-regulatory elements in conserved non-coding sequences of nuclear receptor genes indicate for crosstalk between endocrine systems
  84. Four long noncoding RNAs act as biomarkers in lung adenocarcinoma
  85. Real-world evidence of cytomegalovirus reactivation in non-Hodgkin lymphomas treated with bendamustine-containing regimens
  86. Relation between IL-8 level and obstructive sleep apnea syndrome
  87. circAGFG1 sponges miR-28-5p to promote non-small-cell lung cancer progression through modulating HIF-1α level
  88. Nomogram prediction model for renal anaemia in IgA nephropathy patients
  89. Effect of antibiotic use on the efficacy of nivolumab in the treatment of advanced/metastatic non-small cell lung cancer: A meta-analysis
  90. NDRG2 inhibition facilitates angiogenesis of hepatocellular carcinoma
  91. A nomogram for predicting metabolic steatohepatitis: The combination of NAMPT, RALGDS, GADD45B, FOSL2, RTP3, and RASD1
  92. Clinical and prognostic features of MMP-2 and VEGF in AEG patients
  93. The value of miR-510 in the prognosis and development of colon cancer
  94. Functional implications of PABPC1 in the development of ovarian cancer
  95. Prognostic value of preoperative inflammation-based predictors in patients with bladder carcinoma after radical cystectomy
  96. Sublingual immunotherapy increases Treg/Th17 ratio in allergic rhinitis
  97. Prediction of improvement after anterior cruciate ligament reconstruction
  98. Effluent Osteopontin levels reflect the peritoneal solute transport rate
  99. circ_0038467 promotes PM2.5-induced bronchial epithelial cell dysfunction
  100. Significance of miR-141 and miR-340 in cervical squamous cell carcinoma
  101. Association between hair cortisol concentration and metabolic syndrome
  102. Microvessel density as a prognostic indicator of prostate cancer: A systematic review and meta-analysis
  103. Characteristics of BCR–ABL gene variants in patients of chronic myeloid leukemia
  104. Knee alterations in rheumatoid arthritis: Comparison of US and MRI
  105. Long non-coding RNA TUG1 aggravates cerebral ischemia and reperfusion injury by sponging miR-493-3p/miR-410-3p
  106. lncRNA MALAT1 regulated ATAD2 to facilitate retinoblastoma progression via miR-655-3p
  107. Development and validation of a nomogram for predicting severity in patients with hemorrhagic fever with renal syndrome: A retrospective study
  108. Analysis of COVID-19 outbreak origin in China in 2019 using differentiation method for unusual epidemiological events
  109. Laparoscopic versus open major liver resection for hepatocellular carcinoma: A case-matched analysis of short- and long-term outcomes
  110. Travelers’ vaccines and their adverse events in Nara, Japan
  111. Association between Tfh and PGA in children with Henoch–Schönlein purpura
  112. Can exchange transfusion be replaced by double-LED phototherapy?
  113. circ_0005962 functions as an oncogene to aggravate NSCLC progression
  114. Circular RNA VANGL1 knockdown suppressed viability, promoted apoptosis, and increased doxorubicin sensitivity through targeting miR-145-5p to regulate SOX4 in bladder cancer cells
  115. Serum intact fibroblast growth factor 23 in healthy paediatric population
  116. Algorithm of rational approach to reconstruction in Fournier’s disease
  117. A meta-analysis of exosome in the treatment of spinal cord injury
  118. Src-1 and SP2 promote the proliferation and epithelial–mesenchymal transition of nasopharyngeal carcinoma
  119. Dexmedetomidine may decrease the bupivacaine toxicity to heart
  120. Hypoxia stimulates the migration and invasion of osteosarcoma via up-regulating the NUSAP1 expression
  121. Long noncoding RNA XIST knockdown relieves the injury of microglia cells after spinal cord injury by sponging miR-219-5p
  122. External fixation via the anterior inferior iliac spine for proximal femoral fractures in young patients
  123. miR-128-3p reduced acute lung injury induced by sepsis via targeting PEL12
  124. HAGLR promotes neuron differentiation through the miR-130a-3p-MeCP2 axis
  125. Phosphoglycerate mutase 2 is elevated in serum of patients with heart failure and correlates with the disease severity and patient’s prognosis
  126. Cell population data in identifying active tuberculosis and community-acquired pneumonia
  127. Prognostic value of microRNA-4521 in non-small cell lung cancer and its regulatory effect on tumor progression
  128. Mean platelet volume and red blood cell distribution width is associated with prognosis in premature neonates with sepsis
  129. 3D-printed porous scaffold promotes osteogenic differentiation of hADMSCs
  130. Association of gene polymorphisms with women urinary incontinence
  131. Influence of COVID-19 pandemic on stress levels of urologic patients
  132. miR-496 inhibits proliferation via LYN and AKT pathway in gastric cancer
  133. miR-519d downregulates LEP expression to inhibit preeclampsia development
  134. Comparison of single- and triple-port VATS for lung cancer: A meta-analysis
  135. Fluorescent light energy modulates healing in skin grafted mouse model
  136. Silencing CDK6-AS1 inhibits LPS-induced inflammatory damage in HK-2 cells
  137. Predictive effect of DCE-MRI and DWI in brain metastases from NSCLC
  138. Severe postoperative hyperbilirubinemia in congenital heart disease
  139. Baicalin improves podocyte injury in rats with diabetic nephropathy by inhibiting PI3K/Akt/mTOR signaling pathway
  140. Clinical factors predicting ureteral stent failure in patients with external ureteral compression
  141. Novel H2S donor proglumide-ADT-OH protects HUVECs from ox-LDL-induced injury through NF-κB and JAK/SATA pathway
  142. Triple-Endobutton and clavicular hook: A propensity score matching analysis
  143. Long noncoding RNA MIAT inhibits the progression of diabetic nephropathy and the activation of NF-κB pathway in high glucose-treated renal tubular epithelial cells by the miR-182-5p/GPRC5A axis
  144. Serum exosomal miR-122-5p, GAS, and PGR in the non-invasive diagnosis of CAG
  145. miR-513b-5p inhibits the proliferation and promotes apoptosis of retinoblastoma cells by targeting TRIB1
  146. Fer exacerbates renal fibrosis and can be targeted by miR-29c-3p
  147. The diagnostic and prognostic value of miR-92a in gastric cancer: A systematic review and meta-analysis
  148. Prognostic value of α2δ1 in hypopharyngeal carcinoma: A retrospective study
  149. No significant benefit of moderate-dose vitamin C on severe COVID-19 cases
  150. circ_0000467 promotes the proliferation, metastasis, and angiogenesis in colorectal cancer cells through regulating KLF12 expression by sponging miR-4766-5p
  151. Downregulation of RAB7 and Caveolin-1 increases MMP-2 activity in renal tubular epithelial cells under hypoxic conditions
  152. Educational program for orthopedic surgeons’ influences for osteoporosis
  153. Expression and function analysis of CRABP2 and FABP5, and their ratio in esophageal squamous cell carcinoma
  154. GJA1 promotes hepatocellular carcinoma progression by mediating TGF-β-induced activation and the epithelial–mesenchymal transition of hepatic stellate cells
  155. lncRNA-ZFAS1 promotes the progression of endometrial carcinoma by targeting miR-34b to regulate VEGFA expression
  156. Anticoagulation is the answer in treating noncritical COVID-19 patients
  157. Effect of late-onset hemorrhagic cystitis on PFS after haplo-PBSCT
  158. Comparison of Dako HercepTest and Ventana PATHWAY anti-HER2 (4B5) tests and their correlation with silver in situ hybridization in lung adenocarcinoma
  159. VSTM1 regulates monocyte/macrophage function via the NF-κB signaling pathway
  160. Comparison of vaginal birth outcomes in midwifery-led versus physician-led setting: A propensity score-matched analysis
  161. Treatment of osteoporosis with teriparatide: The Slovenian experience
  162. New targets of morphine postconditioning protection of the myocardium in ischemia/reperfusion injury: Involvement of HSP90/Akt and C5a/NF-κB
  163. Superenhancer–transcription factor regulatory network in malignant tumors
  164. β-Cell function is associated with osteosarcopenia in middle-aged and older nonobese patients with type 2 diabetes: A cross-sectional study
  165. Clinical features of atypical tuberculosis mimicking bacterial pneumonia
  166. Proteoglycan-depleted regions of annular injury promote nerve ingrowth in a rabbit disc degeneration model
  167. Effect of electromagnetic field on abortion: A systematic review and meta-analysis
  168. miR-150-5p affects AS plaque with ASMC proliferation and migration by STAT1
  169. MALAT1 promotes malignant pleural mesothelioma by sponging miR-141-3p
  170. Effects of remifentanil and propofol on distant organ lung injury in an ischemia–reperfusion model
  171. miR-654-5p promotes gastric cancer progression via the GPRIN1/NF-κB pathway
  172. Identification of LIG1 and LIG3 as prognostic biomarkers in breast cancer
  173. MitoQ inhibits hepatic stellate cell activation and liver fibrosis by enhancing PINK1/parkin-mediated mitophagy
  174. Dissecting role of founder mutation p.V727M in GNE in Indian HIBM cohort
  175. circATP2A2 promotes osteosarcoma progression by upregulating MYH9
  176. Prognostic role of oxytocin receptor in colon adenocarcinoma
  177. Review Articles
  178. The function of non-coding RNAs in idiopathic pulmonary fibrosis
  179. Efficacy and safety of therapeutic plasma exchange in stiff person syndrome
  180. Role of cesarean section in the development of neonatal gut microbiota: A systematic review
  181. Small cell lung cancer transformation during antitumor therapies: A systematic review
  182. Research progress of gut microbiota and frailty syndrome
  183. Recommendations for outpatient activity in COVID-19 pandemic
  184. Rapid Communication
  185. Disparity in clinical characteristics between 2019 novel coronavirus pneumonia and leptospirosis
  186. Use of microspheres in embolization for unruptured renal angiomyolipomas
  187. COVID-19 cases with delayed absorption of lung lesion
  188. A triple combination of treatments on moderate COVID-19
  189. Social networks and eating disorders during the Covid-19 pandemic
  190. Letter
  191. COVID-19, WHO guidelines, pedagogy, and respite
  192. Inflammatory factors in alveolar lavage fluid from severe COVID-19 pneumonia: PCT and IL-6 in epithelial lining fluid
  193. COVID-19: Lessons from Norway tragedy must be considered in vaccine rollout planning in least developed/developing countries
  194. What is the role of plasma cell in the lamina propria of terminal ileum in Good’s syndrome patient?
  195. Case Report
  196. Rivaroxaban triggered multifocal intratumoral hemorrhage of the cabozantinib-treated diffuse brain metastases: A case report and review of literature
  197. CTU findings of duplex kidney in kidney: A rare duplicated renal malformation
  198. Synchronous primary malignancy of colon cancer and mantle cell lymphoma: A case report
  199. Sonazoid-enhanced ultrasonography and pathologic characters of CD68 positive cell in primary hepatic perivascular epithelioid cell tumors: A case report and literature review
  200. Persistent SARS-CoV-2-positive over 4 months in a COVID-19 patient with CHB
  201. Pulmonary parenchymal involvement caused by Tropheryma whipplei
  202. Mediastinal mixed germ cell tumor: A case report and literature review
  203. Ovarian female adnexal tumor of probable Wolffian origin – Case report
  204. Rare paratesticular aggressive angiomyxoma mimicking an epididymal tumor in an 82-year-old man: Case report
  205. Perimenopausal giant hydatidiform mole complicated with preeclampsia and hyperthyroidism: A case report and literature review
  206. Primary orbital ganglioneuroblastoma: A case report
  207. Primary aortic intimal sarcoma masquerading as intramural hematoma
  208. Sustained false-positive results for hepatitis A virus immunoglobulin M: A case report and literature review
  209. Peritoneal loose body presenting as a hepatic mass: A case report and review of the literature
  210. Chondroblastoma of mandibular condyle: Case report and literature review
  211. Trauma-induced complete pacemaker lead fracture 8 months prior to hospitalization: A case report
  212. Primary intradural extramedullary extraosseous Ewing’s sarcoma/peripheral primitive neuroectodermal tumor (PIEES/PNET) of the thoracolumbar spine: A case report and literature review
  213. Computer-assisted preoperative planning of reduction of and osteosynthesis of scapular fracture: A case report
  214. High quality of 58-month life in lung cancer patient with brain metastases sequentially treated with gefitinib and osimertinib
  215. Rapid response of locally advanced oral squamous cell carcinoma to apatinib: A case report
  216. Retrieval of intrarenal coiled and ruptured guidewire by retrograde intrarenal surgery: A case report and literature review
  217. Usage of intermingled skin allografts and autografts in a senior patient with major burn injury
  218. Retraction
  219. Retraction on “Dihydromyricetin attenuates inflammation through TLR4/NF-kappa B pathway”
  220. Special Issue Computational Intelligence Methodologies Meets Recurrent Cancers - Part I
  221. An artificial immune system with bootstrap sampling for the diagnosis of recurrent endometrial cancers
  222. Breast cancer recurrence prediction with ensemble methods and cost-sensitive learning
Downloaded on 8.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/med-2021-0226/html
Scroll to top button