- Department of Gynecology, National Clinical Research Center for Obstetrical and Gynecological Diseases, Key Laboratory of Cancer Invasion and Metastasis, Ministry of Education, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China
The clinical benefit of neoadjuvant chemotherapy (NACT) before concurrent chemoradiotherapy (CCRT) vs. adjuvant chemotherapy after CCRT is debated. Non-response to platinum-based NACT is a major contributor to poor prognosis, but there is currently no reliable method for predicting the response to NACT (rNACT) in patients with locally advanced cervical cancer (LACC). In this study we developed a machine learning (ML)-assisted model to accurately predict rNACT. We retrospectively analyzed data on 636 patients diagnosed with stage IB2 to IIA2 cervical cancer at our hospital between January 1, 2010 and December 1, 2020. Five ML-assisted models were developed from candidate clinical features using 2-step estimation methods. Receiver operating characteristic curve (ROC), clinical impact curve, and decision curve analyses were performed to evaluate the robustness and clinical applicability of each model. A total of 30 candidate variables were ultimately included in the rNACT prediction model. The areas under the ROC curve of models constructed using the random forest classifier (RFC), support vector machine, eXtreme gradient boosting, artificial neural network, and decision tree ranged from 0.682 to 0.847. The RFC model had the highest predictive accuracy, which was achieved by incorporating inflammatory factors such as platelet-to-lymphocyte ratio, neutrophil-to-lymphocyte ratio, neutrophil-to-albumin ratio, and lymphocyte-to-monocyte ratio. These results demonstrate that the ML-based prediction model developed using the RFC can be used to identify LACC patients who are likely to respond to rNACT, which can guide treatment selection and improve clinical outcomes.
Introduction
Cervical cancer is a malignant tumor and major cause of morbidity and mortality, with an estimated 500,000 new cases and 300,000 deaths each year (1, 2). Over the past decade, substantial progress has been made in the early diagnosis and treatment of locally advanced cervical cancer (LACC) (3). The standard treatments for LACC are surgery, radiation therapy, and chemotherapy (CT) (3), but none of these are optimal. Local residual disease following chemoradiotherapy (CRT) can be treated by salvage surgery; however, this is associated with various complications (4, 5). Additionally, the response of LACC patients to radical surgery after radiotherapy and CT is generally poor, while radiotherapy may not be a treatment option in low-income countries (6, 7). As such, there is a need for more effective and accessible treatment options for LACC.
As a potential alternative therapy, platinum-based neoadjuvant (NA)CT has been shown to reduce tumor volume (3, 8). According to the International Federation of Gynecology and Obstetrics (FIGO) classification system of 2009, NACT can be considered for patients with stage IB2 to IIA2 LACC, especially before radical hysterectomy (9–11). Cisplatin-based NACT is associated with improved long-term survival rates in LACC (12–14). However, there are currently no models that can accurately predict the pathologic response to NACT in these patients, although this could facilitate clinical management. Machine learning (ML) is a data analysis method with applications in healthcare (15). Compared to conventional statistical models, ML-based ensemble analysis can ensure robustness of a statistical model and improve its predictive accuracy through iterative algorithms.
There is no consensus on the cutoff for optimal response to NACT (rNACT) in patients with LACC, with overall response rates to NACT ranging from 52 to 95% (16, 17). In this study, we applied ML-based algorithms to establish a model to accurately predict rNACT in LACC patients by using preoperative clinical parameters and inflammatory markers.
Methods
Patient Selection
Patients who were diagnosed with FIGO stage IB2–IIA2 cervical cancer at the Tongji Hospital of Tongji Medical College, Huazhong University of Science and Technology (Wuhan, China) between January 2010 and December 2020 were retrospectively enrolled in this study. The inclusion criteria for patients were as follows: (i) received platinum-based NACT, without adverse effects; (ii) received a standard cycle of NACT before the operation with no other treatment; (iii) underwent systematic physical examination before the operation, including peripheral blood monitoring and imaging examination; and (iv) a complete set of medical data was available. We excluded patients who had severe organ injuries or incomplete clinical parameters, laboratory test results, and imaging findings in their medical records. The study protocol was in compliance with the provisions of the Helsinki Declaration (2013 revision) and was approved by the Institutional Review Committee of Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology (TJ-IRB20210631). All information of the patients was strictly confidential and informed consent was waived due to its traceability. The workflow for LACC patient selection and model construction is summarized in Figure 1. The study was approved by the Institutional Review Committee of Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology (TJ-IRB20210631).
Figure 1 Flow diagram of patient selection and data processing. ANN, artificial neural network; CIC, clinical impact curve; DCA, decision curve analysis; DT, decision tree; FIGO, International Federation of Gynecology and Obstetrics; RFC, random forest classifier; ROC, receiver operating characteristic; SVM, support vector machine; XGboost, eXtreme gradient boosting.
Data Collection and Quality Assessment
The following data were collected for all patients: age, body mass index, histology, FIGO stage, tumor size before NACT, histologic grade, lymph node metastasis, lymph vascular space invasion, parametrial involvement, surgical margin, neutrophil count (109/l), lymphocyte count (109/l), platelet count (109/l), monocyte count (109/l), hemoglobin, albumin, globulin, and tumor markers. For variables with missing values, the median was typically used. If ≥10% of values were missing for a given variable, it was excluded from variable screening for the final model.
Evaluation Criteria for NACT
For pathologic response assessment, all patients who received NACT were independently examined by 2 pathologists. rNACT was evaluated according to the Response Evaluation Criteria in Solid Tumors (RECIST) v1.1 criteria (18), and was categorized into the following 4 levels according to the presence or absence of pathologic response: (i) complete response (CR), almost complete disappearance of cancer lesions; (ii) partial response (PR), ≥30% decrease in total maximum diameter of cancer lesions; (iii) progressive disease (PD), ≥20% decrease in total maximum diameter of cancer lesions; and (iv) stable disease (SD), total maximum diameter of cancer lesions defined as either insufficient contraction in line with PR or increased compliance with PD. LACC patients were considered to be rNACT if they were determined as having CR or PR following NACT treatment; meanwhile, patients with SD or PD were regarded as non-rNACT.
Development and Validation of ML-Based Models
Four ML-based algorithms were used to build predictive models. We used the Classification and Regression Training (caret) package to randomly divide the dataset into 2 parts, 70% for model training and 30% for model validation. A total of 5 ML-based algorithms were evaluated for the predictive model. The model variables were screened by 2-step estimation (19) according to the following formula.
The characteristic variable was X and the target variable was Y; these were evenly divided into 2 parts—namely, X1, Y1 and X2, Y2. Through univariate screening, the variable quantum set m1 was screened on X1 and Y1, and m2 was filtered by X2 and Y2. A lasso was then used to re-fit the model, and the filtered variables were marked as m3 and m4. The optimal subset for modeling was obtained based on the intersection of the variable sets. The model was evaluated by inspection, discrimination, and calibration. A receiver operating characteristic (ROC) curve was used to assess the predictive accuracy of the model in the training and validation sets. The discriminatory ability of each model was quantified by the area under the ROC curve (AUC), decision curve analysis (DCA), and clinical impact curve (CIC) analysis.
Statistical Analysis
Median (interquartile range) and frequencies (%) were described for continuous and categorical variables, respectively. The chi-squared test or Mann–Whitney U test was used to compare baseline clinical characteristics between the rNACT and non-rNACT cohorts as appropriate. All analyses were performed using Python v3.9.2 (https://www.python.org/) and R v4.0.4 (http://www.r-project.org/). All tests were 2-sided, and p <0.05 was considered statistically significant.
Results
Baseline Characteristics of the Study Population and rNACT
The detailed clinical characteristics and pathologic baseline data of 636 patients with LACC are shown in Table 1. All patients received platinum-based NACT, with no serious adverse reactions. For internal validation, patients were randomly divided into a training set (N = 445, 70%) and validation set (N = 191, 30%) using the caret package. According to the RECIST criteria, 396 (88.9%) and 162 (84.8%) patients showed rNACT in the training and validation sets, respectively, indicating that these patients were sensitive to NACT. Follow-up treatment was determined according to the condition of the patients and included radical surgery, radiation, and concurrent (C)CRT. Of these patients, 614 (96.6%) underwent radical surgery and 91 (14.3%) received radiotherapy or CCRT.
Table 1 Baseline demographic and clinicopathologic features of patients with LACC with and without a diagnosis of rNACT.
Selection of Candidate Variables Using Different ML-Based Algorithms
Candidate covariates of each algorithm were filtered and 30 were included in the correlation analysis between outcome and independent variables. rNACT was significantly correlated with inflammatory factors and clinical variables, namely, platelet-to-lymphocyte ratio (PLR), neutrophil-to-lymphocyte ratio (NLR), neutrophil-to-albumin ratio (NAR), lymphocyte-to-monocyte ratio (LMR), and tumor size (Figure 2A). PLR, LMR, and NAR were important factors in the ML-based model (Figure 2B). Consistent with the results of correlation analysis, the 5 top-ranked predictors were PLR, NLR, NAR, LMR, and tumor size.
Figure 2 Variable screening and weight allocation. (A) Correlation matrix analysis of candidate features. (B) Weight distribution of the candidate variables of each ML-based model. ADC, denocarcinoma; A/G, albumin-to-globulin ratio; ANN, artificial neural network; CA125, cancer antigen 125; CA199, cancer antigen 199; CCRT, concurrent chemoradiotherapy; CEA, carcinoembryonic antigen; CIC, clinical impact curve; DCA, decision curve analysis; DT, decision tree; FIGO, International Federation of Gynecology and Obstetrics; GGT, serum γ-glutamyltransferase; LMR, lymphocyte-to-monocyte ratio; LND, lymph node dissection; NAR, neutrophil-to-albumin ratio; NLR, neutrophil-to-lymphocyte ratio; PLR, platelet-to-lymphocyte ratio; PNI, prognostic nutrition index; PNR, platelet-to-neutrophil ratio; RFC, random forest classifier; ROC, receiver operating characteristic curve; SCC, squamous cell carcinoma; SVM, support vector machine; XGboost, eXtreme gradient boosting.
Construction of ML-Based rNACT Predictive Model
Random forest classifier (RFC) and decision tree (DT) are commonly used ML-based algorithms in supervised learning. The RFC model was constructed using the formula I(X = xi) = −log2P(xi), where I(X) is the information for candidate variables and P(xi) is the probability of xi (Figure 3A). Thirty variables were ordered according to the mean decrease in Gini index (Supplementary Table 1); the top 10 ranked variables were used to construct the optimal RFC prediction model, which included PLR, NLR, NAR, LMR, and tumor size. Inflammatory factors, PLR, LMR, and tumor size served as irreplaceable weights at DT branches (Figure 3B). Using the iterative algorithm of supervised learning, both RFC and DT models were used for rNACT prediction.
Figure 3 Visualization of the predictive model based on ML-based algorithm. (A) RFC model. (B) DT model. Candidate factors associated with rNACT were ordered using the RFC algorithm (A), and the prediction node and weight were allocated with the DT algorithm (B).
Comparison Among ML-Based Models
Based on the iterative analysis of baseline characteristics, we used 5 supervised learning models for NACT risk assessment and to optimize predictive performance. As expected, the RFC model was better able to distinguish between LACC patients in the rNACT and non-rNACT cohorts. The AUCs of the RFC model reached a plateau when *** variables were introduced, indicating that the RFC model had the highest predictive accuracy, followed by DT, artificial neural network (ANN), support vector machine (SVM), and eXtreme gradient boosting (XGBoost) models (Figure 4A). The predictive performance of ML-based models is summarized in Table 2. Consistent with the results of the ROC analysis, the RFC model also showed a robust predictive performance in the DCA (Figure 4B).
Figure 4 Predictive performance of candidate models based on the ML-based algorithm. (A) Area under the ROC curve for 5 ML-based models. (B) DCA for the 5 ML-based models. ANN, artificial neural network; DT, decision tree; RFC, random forest classifier; SVM, support vector machine; XGboost, eXtreme gradient boosting.
Table 2 Receiver operating characteristic curve analysis for predicting response to neoadjuvant chemotherapy in each machine learning-based model.
Internal Validation of the Optimal Predictive Model
To further validate the performance of the RFC model, we also used CIC to evaluate predictive accuracy. The CIC analysis revealed rNACT stratification in the training set (Figure 5A). This was supported by the risk factors for rNACT identified in the validation set (Figure 5B), indicating that the selected features were highly relevant to rNACT.
Figure 5 Predictive performance of the RFC model evaluated with the CIC. (A) Training set. (B) Validation set. The dark green line predicts the probability of poor rNACT, and the purple line shows the number of patients at high risk of non-rNACT.
Discussion
Inaccurate risk stratification of cancer patients can affect clinical decision-making and outcomes. Given the excellent performance of ML-based algorithms in the classification of rNACT, the RFC, DT, ANN, XGboost, and SVM algorithms were used in our study to establish a predictive model for rNACT in LACC patients. There were 2 major findings to our study. First, we achieved accurate risk stratification of LACC patients who received NACT based on markers of systemic inflammation. Second, we developed and validated a novel ML-based predictive model that is superior to existing prediction algorithms to identify LACC patients who would benefit from NACT.
Systemic inflammation plays a critical role in promoting the progression and metastasis of many cancers (20–23), and was shown to be associated with the development, progression, and metastasis of cervical cancer (24). We therefore examined pre-NACT treatment peripheral blood-related inflammatory marker levels in patients with LACC, and the results were consistent with previous findings (13). As expected, systemic inflammatory markers such as neutrophils, lymphocytes, and platelets and also albumin, C-reactive protein, and other biochemical markers were useful in predicting rNACT in LACC patients. NACT effectively reduces serum levels of tumor markers and NLR and prolongs survival time (25). We compared patients who responded to NACT with those who did not respond and found that in the former, the levels of inflammatory biomarkers were significantly altered compared to before NACT treatment whereas in non-responders, there were no differences between pre- and post-treatment levels. Additionally, we found that PLR, prognostic nutrition index, and LMR were significantly associated with rNACT. Thus, changes in the level of preoperative inflammatory factors can predict the response of LACC patients to NACT.
rNACT was related to NAR and the concentration of fibrinogen, a coagulation factor. The latter has prognostic value in many cancer types, namely, hepatocellular carcinoma (26), gastrointestinal stromal tumors (27), and colorectal cancer (28), and was found to predict the levels of inflammatory factors in our study. In the weighting of the prediction model, it was an index that optimized the accuracy and robustness of rNACT prediction by the RFC model.
Our ML-based model incorporated clinical parameters and laboratory test results according to previous reports (12–14); clinical indicators including larger tumor size and earlier stage were shown to be independent predictors of rNACT (12). We therefore evaluated the predictive accuracy of the models and found that systemic inflammatory markers had a large weight in each model. The RFC model allowed calculation of risk level based on all variables collected from medical records, and yielded the highest predictive accuracy. The RFC uses the bootstrapping resampling technique to reduce variance (29). DCA and CIC analysis were used to assess the predictive performance of the RFC model, and the results showed that the model was able to discriminate between rNACT and non-rNACT cohorts. Thus, the model can be used to identify LACC patients who may benefit from NACT before surgery.
There were some limitations to this study. First, there was selection bias as only patients from a tertiary referral hospital were included. Second, although the predictive model was validated in our study, it may not be applicable to other patient populations; therefore, it must be tested using external data. Third, the ML-based model was only for patients with stage Ib2 to IIa2 LACC; further research is needed to determine whether it can be applied to patients at different stages.
Conclusion
We developed a ML-based algorithm to identify factors that can predict rNACT in patients with LACC. The model constructed using the RFC had the highest predictive accuracy, with PLR, NLR, NAR, LMR, and tumor size being the most important predictors. Thus, a combination of clinical data and systemic inflammatory markers may aid clinicians in individual risk assessment of rNACT.
Data Availability Statement
The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.
Ethics Statement
The studies involving human participants were reviewed and approved by The Institutional Review Committee of Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology. Written informed consent for participation was not required for this study in accordance with the national legislation and the institutional requirements. Written informed consent was obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article.
Author Contributions
YBH and QQZ: study conception and planning, statistical analysis, data interpretation, manuscript drafting, and final approval of manuscript. LRX, XRZ, and YYC: data interpretation and final approval of the manuscript. MFW: study conception and planning, statistical analysis, data interpretation, manuscript drafting, and final approval of the manuscript All authors listed have made a substantial, direct, and intellectual contribution to the work and approved it for publication.
Funding
This research was supported by the Applied Basic Research Program of WMBST (no. 2019020701011436).
Conflict of Interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Publisher’s Note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Acknowledgments
The authors thank all study participants for consenting to the use of their medical records, and the staff members of Tongji Hospital for their assistance with data collection.
Supplementary Material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fonc.2022.817250/full#supplementary-material
References
1. Wang L, Zhao Y, Wang Y, Wu X. The Role of Galectins in Cervical Cancer Biology and Progression. BioMed Res Int (2018) 2018:2175927. doi: 10.1155/2018/2175927
2. Arbyn M, Weiderpass E, Bruni L, de Sanjosé S, Saraiya M, Ferlay J, et al. Estimates of Incidence and Mortality of Cervical Cancer in 2018: A Worldwide Analysis. Lancet Glob Health (2020) 8:e191–203. doi: 10.1016/s2214-109x(19)30482-6
3. Klyuchko KO, Gargin VV. Influence of Neoadjuvant Chemoradiotherapy for Locally Advanced Cervical Cancer. Pol Merkur Lekarski (2020) 48:406–9.
4. van Kol KGG, Ebisch RMF, Piek JMJ, Zusterzeel PLM, Vergeldt TFM, Bekkers RLM. Salvage Surgery for Patients With Residual Disease After Chemoradiation Therapy for Locally Advanced Cervical Cancer: A Systematic Review on Indication, Complications, and Survival. Acta Obstet Gynecol Scand (2021) 100:1176–85. doi: 10.1111/aogs.14093
5. Horeweg N, Mittal P, Gradowska PL, Boere I, Chopra S, Nout RA. Adjuvant Systemic Therapy After Chemoradiation and Brachytherapy for Locally Advanced Cervical Cancer: A Systematic Review and Meta-Analysis. Cancers (2021) 13:1880. doi: 10.3390/cancers13081880
6. Ferrandina G, Gallotta V, Federico A, Fanfani F, Ercoli A, Chiantera V, et al. Minimally Invasive Approaches in Locally Advanced Cervical Cancer Patients Undergoing Radical Surgery After Chemoradiotherapy: A Propensity Score Analysis. Ann Surg Oncol (2021) 28:3616–26. doi: 10.1245/s10434-020-09302-y
7. Yin M, Zhao F, Lou G, Zhang H, Sun M, Li C, et al. The Long-Term Efficacy of Neoadjuvant Chemotherapy Followed by Radical Hysterectomy Compared With Radical Surgery Alone or Concurrent Chemoradiotherapy on Locally Advanced-Stage Cervical Cancer. Int J Gynecol Cancer (2011) 21:92–9. doi: 10.1111/IGC.0b013e3181fe8b6e
8. Voinea S, Herghelegiu CG, Sandru A, Ioan RG, Bohilțea RE, Bacalbașa N, et al. Impact of Histological Subtype on the Response to Chemoradiation in Locally Advanced Cervical Cancer and the Possible Role of Surgery. Exp Ther Med (2021) 21:93. doi: 10.3892/etm.2020.9525
9. Lapresa M, Parma G, Portuesi R, Colombo N. Neoadjuvant Chemotherapy in Cervical Cancer: An Update. Expert Rev Anticancer Ther (2015) 15:1171–81. doi: 10.1586/14737140.2015.1079777
10. Li R, Lu ST, Si JG, Liu B, Wang H, Mei YY, et al. Prognostic Value of Responsiveness of Neoadjuvant Chemotherapy Before Surgery for Patients With Stage IB(2)/IIA(2) Cervical Cancer. Gynecol Oncol (2013) 128:524–9. doi: 10.1016/j.ygyno.2012.11.006
11. Feng X, Chen H, Li L, Gao L, Wang L, Bai X. Postoperative Adjuvant Chemotherapy Improved the Prognosis in Locally Advanced Cervical Cancer Patients With Optimal Response to Neoadjuvant Chemotherapy. Front Oncol (2020) 10:608333:608333. doi: 10.3389/fonc.2020.608333
12. Huang Y, Liu L, Cai J, Yang L, Sun S, Zhao J, et al. The Efficacy and Response Predictors of Platinum-Based Neoadjuvant Chemotherapy in Locally Advanced Cervical Cancer. Cancer Manag Res (2020) 12:10469–77. doi: 10.2147/CMAR.S270258
13. Chen W, Wang B, Zeng R, Wang T. Development and Validation of a Nomogram for the Estimation of Response to Platinum-Based Neoadjuvant Chemotherapy in Patients With Locally Advanced Cervical Cancer. Cancer Manag Res (2021) 13:1279–89. doi: 10.2147/CMAR.S293268
14. Ou Z, Zhao D, Li B, Wang Y, Liu S, Zhang Y. A Preoperative Nomogram for Predicting Chemoresistance to Neoadjuvant Chemotherapy in Patients With Locally Advanced Cervical Squamous Carcinoma Treated With Radical Hysterectomy. Cancer Res Treat (2021) 53:233–42. doi: 10.4143/crt.2020.159
15. Beniczky S, Karoly P, Nurse E, Ryvlin P, Cook M. Machine Learning and Wearable Devices of the Future. Epilepsia (2021) 62:S116–24. doi: 10.1111/epi.16555
16. Dueñas-Gonzalez A, López-Graniel C, González-Enciso A, Cetina L, Rivera L, Mariscal I, et al. A Phase II Study of Multimodality Treatment for Locally Advanced Cervical Cancer: Neoadjuvant Carboplatin and Paclitaxel Followed by Radical Hysterectomy and Adjuvant Cisplatin Chemoradiation. Ann Oncol (2003) 14:1278–84. doi: 10.1093/annonc/mdg333
17. Gupta S, Maheshwari A, Parab P, Mahantshetty U, Hawaldar R, Sastri Chopra S, et al. Neoadjuvant Chemotherapy Followed by Radical Surgery Versus Concomitant Chemotherapy and Radiotherapy in Patients With Stage IB2, IIA, or IIB Squamous Cervical Cancer: A Randomized Controlled Trial. J Clin Oncol (2018) 36:1548–55. doi: 10.1200/jco.2017.75.9985
18. Eisenhauer EA, Therasse P, Bogaerts J, Schwartz LH, Sargent D, Ford R, et al. New Response Evaluation Criteria in Solid Tumours: Revised RECIST Guideline (Version 1). Eur J Cancer (2009) 45:228–47. doi: 10.1016/j.ejca.2008.10.026
19. Fan J, Lv J. A Selective Overview of Variable Selection in High Dimensional Feature Space. Stat Sin (2010) 20:101–48.
20. Rossi S, Basso M, Strippoli A, Schinzari G, D’Argento E, Larocca M, et al. Are Markers of Systemic Inflammation Good Prognostic Indicators in Colorectal Cancer? Clin Colorectal Cancer (2017) 16:264–74. doi: 10.1016/j.clcc.2017.03.015
21. Jensen TO, Riber-Hansen R, Schmidt H, Hamilton-Dutoit SJ, Steiniche T. Tumor and Inflammation Markers in Melanoma Using Tissue Microarrays: A Validation Study. Melanoma Res (2011) 21:509–15. doi: 10.1097/CMR.0b013e32834a3899
22. Busch EL, Whitsel EA, Kroenke CH, Yang YC. Social Relationships, Inflammation Markers, and Breast Cancer Incidence in the Women’s Health Initiative. Breast (2018) 39:63–9. doi: 10.1016/j.breast.2018.03.013
23. Terlikowska KM, Dobrzycka B, Terlikowski R, Sienkiewicz A, Kinalski M, Terlikowski SJ. Clinical Value of Selected Markers of Angiogenesis, Inflammation, Insulin Resistance and Obesity in Type 1 Endometrial Cancer. BMC Cancer (2020) 20:921. doi: 10.1186/s12885-020-07415-x
24. Vitkauskaite A, Urboniene D, Celiesiute J, Jariene K, Skrodeniene E, Nadisauskiene RJ, et al. Circulating Inflammatory Markers in Cervical Cancer Patients and Healthy Controls. J Immunotoxicol (2020) 17:105–9. doi: 10.1080/1547691x.2020.1755397
25. Wang X, Chen J, Sun W, Zhu M, Li D, Chen G. Influences of Neoadjuvant Chemotherapy on Clinical Indicators, Prognosis and Neutrophil/Lymphocyte Ratio of Stage IB2–IIB Cervical Cancer. J BUON (2020) 25:757–63.
26. Gan W, Yi Y, Fu Y, Huang J, Lu Z, Jing C, et al. Fibrinogen and C-Reactive Protein Score is a Prognostic Index for Patients With Hepatocellular Carcinoma Undergoing Curative Resection: A Prognostic Nomogram Study. J Cancer (2018) 9:148–56. doi: 10.7150/jca.22246
27. Lu J, Chen S, Li X, Qiu G, He S, Wang H, et al. Gastrointestinal Stromal Tumors: Fibrinogen Levels are Associated With Prognosis of Patients as Blood-Based Biomarker. Medicine (2018) 97:e0568. doi: 10.1097/md.0000000000010568
28. Tang L, Liu K, Wang J, Wang C, Zhao P, Liu J. High Preoperative Plasma Fibrinogen Levels are Associated With Distant Metastases and Impaired Prognosis After Curative Resection in Patients With Colorectal Cancer. J Surg Oncol (2010) 102:428–32. doi: 10.1002/jso.21668
Keywords: locally advanced cervical cancer, neoadjuvant chemotherapy, machine learning analysis, predictive model, pathology response
Citation: Huang Y, Zhu Q, Xue L, Zhu X, Chen Y and Wu M (2022) Machine Learning-Assisted Ensemble Analysis for the Prediction of Response to Neoadjuvant Chemotherapy in Locally Advanced Cervical Cancer. Front. Oncol. 12:817250. doi: 10.3389/fonc.2022.817250
Received: 17 November 2021; Accepted: 28 February 2022;
Published: 29 March 2022.
Edited by:
Stefano Restaino, Ospedale Santa Maria della Misericordia di Udine, ItalyReviewed by:
Anna Myriam Perrone, Sant’Orsola-Malpighi Polyclinic, ItalyCarlo Ronsini, Università degli Studi della Campania “Luigi Vanvitelli”, Italy
Copyright © 2022 Huang, Zhu, Xue, Zhu, Chen and Wu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Mingfu Wu, d3VfbWluZ2Z1QHRqaC50am11LmVkdS5jbg==
†These authors have contributed equally to this work and share first authorship