Skip to main content

ORIGINAL RESEARCH article

Front. Pediatr., 19 September 2024
Sec. General Pediatrics and Pediatric Emergency Care

A clinical prediction model for distant metastases of pediatric neuroblastoma: an analysis based on the SEER database

\r\nZhiwei Yan,&#x;Zhiwei Yan1,†Yumeng Wu,&#x;Yumeng Wu2,†Yuehua Chen,&#x;Yuehua Chen3,†Jian XuJian Xu4Xiubing ZhangXiubing Zhang4Qiyou Yin
\r\nQiyou Yin3*
  • 1Department of Paediatric Surgery, Affiliated Hospital of Nantong University, Medical School of Nantong University, Nantong, China
  • 2Cancer Research Center Nantong, Affiliated Tumor Hospital of Nantong University, Nantong, China
  • 3Department of Pediatric Surgery, Affiliated Hospital of Nantong University, Nantong, China
  • 4Department of Medical Oncology, Nantong Second Peoples Affiliated Hospital of Nantong University, Nantong, Jiangsu, China

Background: Patients with distant metastases from neuroblastoma (NB) usually have a poorer prognosis, and early diagnosis is essential to prevent distant metastases. The aim was to develop a machine-learning model for predicting the risk of distant metastasis in patients with neuroblastoma to aid clinical diagnosis and treatment decisions.

Methods: We built a predictive model using data from the Surveillance, Epidemiology, and End Results (SEER) database from 2010 to 2018 on 1,542 patients with neuroblastoma. Seven machine-learning methods were employed to forecast the likelihood of neuroblastoma distant metastases. Univariate and multivariate logistic regression analyses were used to identify independent risk factors for building machine learning models. Secondly, the subject operating characteristic area under the curve (AUC), Precision-Recall (PR) curves, decision curve analysis (DCA), and calibration curves were used to assess model performance. To further explain the optimal model, the Shapley summation interpretation method (SHAP) was applied. Ultimately, the best model was used to create an online calculator that estimates the likelihood of neuroblastoma distant metastases.

Results: The study included 1,542 patients with neuroblastoma, multifactorial logistic regression analysis showed that age, histology, tumor size, tumor grade, primary site, surgery, chemotherapy, and radiotherapy were independent risk factors for distant metastasis of neuroblastoma (P < 0.05). Logistic regression (LR) was found to be the optimal algorithm among the seven constructed, with the highest AUC values of 0.835 and 0.850 in the training and validation sets, respectively. Finally, we used the logistic regression model to build a network calculator for distant metastasis of neuroblastoma.

Conclusion: The study developed and validated a machine learning model based on clinical and pathological information for predicting the risk of distant metastasis in patients with neuroblastoma, which may help physicians make clinical decisions.

1 Introduction

NB is an embryonic tumor of the autonomic nervous system originating in the neural crest tissue and can occur anywhere in the sympathetic nervous system (1), and is one of the most common malignant tumors in children, accounting for approximately 8% of childhood cancer cases and 15% of childhood cancer deaths (2). Nearly 70% of patients develop metastases after diagnosis, and the sites of metastasis include the abdomen, chest, neck, and pelvis (3, 4). Despite the latest immunotherapy and other treatment options, the 5-year survival rate of high-risk patients is less than 45% (5), and recurrence or deterioration at the metastatic site is the most important cause of death in patients with neuroblastoma (6). The International Neuroblastoma Staging System (INSS) is the most widely used staging system for neuroblastoma. However, the INSS is limited in its ability to stratify patients by risk prior to initiating treatment, as staging results are typically determined post-surgery or biopsy. Based on this, early evaluation of patients at high risk of distant metastasis is beneficial to improve the prognosis of patients with NB.

Machine learning is an important artificial intelligence component that is now being successfully applied to medicine (7). Machine learning enables the development of different predictive models based on clinical problems, thus predicting disease progression and improving prognosis before clinical symptoms appear (8). Compared to traditional statistical methods, machine learning algorithms are more flexible, computationally efficient, have high prediction accuracy, and minimize training errors (9, 10).

The Surveillance, Epidemiology, and End Results (SEER) database is a publicly available, representative cancer reporting system in the United States. The database is suitable for epidemiological studies of tumor incidence, prevalence, and treatments, as same as for in-depth studies of specific disease subgroups, such as neuroblastoma with distant metastases (11).

In this study, we utilized the SEER database to gather information on patients with neuroblastoma from 2010 to 2018, focusing on those with distant metastases. We constructed seven predictive models using machine learning algorithms, based on common clinicopathological factors. The performance of these models was evaluated using multiple metrics. Additionally, we explored factors influencing distant metastases in neuroblastoma. The best-performing model was then applied to clinical evaluation of patients at high risk for distant metastases. This approach aims to facilitate early diagnosis and improve prognosis for individuals with neuroblastoma.

2 Materials and methods

2.1 Study population

Data used in this study were obtained from the SEER Registry Research Database (www.SEER.concar.gov/seerstat). Based on the International Classification of Diseases for Oncology, Third Edition (ICD-O-3), researchers the case-listing section to select patients diagnosed with primary NB (ICD-O-3 histologic code: 9490, ganglioneuroblastoma; 9500, NB). The database did not start collecting information on lung, bone, liver, and brain metastasis sites until 2010. Therefore, we collected information on patients with NB diagnosed between 2010 and 2018 to analyze risk factors for distant metastasis. The clinical information of these patients included age, gender, race, histologic type, tumor size, tumor grade, primary site, laterality, presence of distant metastases, and history of surgery, chemotherapy, and radiation therapy. Exclusion criteria: cases older than 18 years and cases in which the presence of metastases was unknown and other information was unknown. The basic patient information in the SEER database can be found in Table 1, and the flowchart of the design of this study is shown in Figure 1.

Table 1
www.frontiersin.org

Table 1. Clinical and pathological characteristics of the study population.

Figure 1
www.frontiersin.org

Figure 1. Study design flow chart. XGB, extreme gradient boosting; RF, random forest; DT, decision tree; LR, logistic regression; SVC, support vector machine; MLP, multilayer perceptron; GNB, Gaussian naive Bayes.

2.2 Modeling and evaluation

We use seven machine learning algorithms to construct the model including extreme gradient boosting (XGB) (12), random forest (RF) (13), decision tree (DT) (14), logistic regression (LR) (15), support vector machine(SVC) (16), multilayer perceptron (MLP) (17) and gaussian naive bayes(GNB) (18). Machine learning can be analyzed with large sample sizes, so we chose the SEER database, which can provide us with a large amount of sample data for model building. We randomly divided the samples into a training set and a validation set in the ratio of 8:2, trained seven models using the training set, and calculated the AUC values for each model separately. The AUC value is the area under the receiver operating characteristic curves (ROC) value, with values close to 1 indicating reliable predictive power and values close to 0.5 implying poor prognostic power (19). One of the major advantages of ROC analysis is that the performance of predictor variables can be estimated without a specific threshold, i.e., without a specific correlation with the threshold, making it more suitable for medical research (20). PR curves are also a graphical representation for evaluating the performance of machine learning models, and we use average precision to determine model accuracy. Additionally, to avoid false negatives or false positives in the results, we also used decision analysis curves (DCA) to further evaluate the clinical decision-making ability of the models, and calibration curves to evaluate the predictive ability of the models. In the validation set, we also calculated the AUC value of each model and used PR curves, decision curves, and calibration curves to further validate the reliability and predictive accuracy of the models. Finally, we select the model that performs best in both the training and validation sets as the optimal prediction model. Shapley's Additive Explanations (SHAP) is a method for interpreting predictions filtered by optimally integrated machine learning models (21). The interpretable model SHAP was used to assess the importance of each variable in the optimal model. Finally, a web calculator was created to facilitate the clinical use of the predictive model.

2.3 Statistical analysis

We used PyCharm (version 2023.3.3, www.JetBrains.com.cn) and Python (version 3.10, http://www.python.org) to statistically analyze and model clinicopathological information. Univariate and multivariate logistic regression analyses were used to identify clinicopathologic factors associated with distant metastasis of NB. Factors with P < 0.05 in univariate logistic regression analysis were analyzed by multivariate logistic regression. Factors with P < 0.05 in multivariate logistic regression analysis were finally identified as independent risk factors for distant metastasis of NB. These factors were incorporated into the construction of subsequent machine-learning models.

3 Results

3.1 Baseline population characteristics

This study included clinical and pathological information of 1,542 individuals with NB from the SEER database. The data were randomly divided into training and validation sets in a ratio of 8:2. Table 1 demonstrates the basic information of the study populations in the training and validation sets, as well as the objectivity of the randomized grouping (P > 0.05). In Table 2, we analyzed the differences between individuals with distant metastasis (DM+) and those without distant metastasis (DM−) among the 1,542 patients with NB. We included 11 clinicopathological factors: age, sex, race, histology, tumor size, tumor grade, primary site, laterality, surgery, chemotherapy, and radiotherapy. The analysis revealed that 901 individuals did not have distant metastases, while 641 individuals developed distant metastases. Compared to individuals without distant metastasis, those with distant metastasis were more likely to be older than 1 year, have neuroblastoma histology, tumor diameter greater than 10 cm, tumor grade III or IV, and primary site in the adrenal gland. They were also more likely to have undergone radiotherapy and chemotherapy, but less likely to have received surgical treatment. All these differences were statistically significant (P < 0.05). We found no significant differences between the groups with and without distant metastasis in terms of sex, race, and laterality (P > 0.05).

Table 2
www.frontiersin.org

Table 2. Distant metastases and absence of distant metastases in the study population.

3.2 Univariate and multivariate logistic regression analysis

To identify risk factors associated with distant metastasis in NB, we performed univariate and multivariate logistic regression analyses. These analyses helped determine which variables should be included in our machine learning model. Univariate logistic regression analysis revealed that age, histology, tumor size, tumor grade, primary site, surgery, chemotherapy, and radiotherapy were significantly associated with distant metastasis in NB (P < 0.05, Table 3). Following this, we incorporated these factors into a multivariate logistic regression analysis. This analysis confirmed that all eight factors remained independent risk factors for distant metastasis in neuroblastoma (P < 0.05, Table 3). Eight independent risk factors were incorporated into the subsequent machine-learning model for the next step of model construction.

Table 3
www.frontiersin.org

Table 3. Univariate and multivariate logistic regression analysis.

3.3 Construction and evaluation of machine learning models

We constructed prediction models using seven different machine learning algorithms in the training set. To verify the reliability of these models, we plotted the receiver operating characteristic (ROC) curves for each model and calculated the area under the curve (AUC), an index for evaluating prediction accuracy. All models demonstrated good prediction performance with AUC values greater than 0.70. The Logistic Regression (LR) model showed the highest AUC at 0.835 (Figure 2A). The precision-recall (PR) curves of the seven models in the training set revealed that the LR model had an average precision of 0.71, further confirming its reliable prediction performance (Figure 2B).

Figure 2
www.frontiersin.org

Figure 2. Model construction and evaluation. (A) ROC curves of 7 machine learning models in the training set. (B) PR curves of 7 machine learning models in the training set. (C) DCA curves of 7 machine learning models in the training set. (D) Calibration curves of the optimal models in the training set. XGB, extreme gradient boosting; RF, random forest; DT, decision tree; LR, logistic regression; SVC, support vector machine; MLP, multilayer perceptron; GNB, Gaussian naive Bayes.

We also conducted a Decision Curve Analysis (DCA) with “Treat All” and “Treat None” as reference lines (Figure 2C). When the prediction curve lies above these two lines, it indicates that the model has a high prediction accuracy, which can be seen in Figure 2C where the LR model has a high prediction accuracy. Finally, we plotted the calibration curve of the LR model to assess the calibration of the prediction model (Figure 2D). The reference line through the origin serves as the baseline. A higher overlap between the calibration curve and this baseline indicates a smaller prediction error. As observed, the calibration curve of the LR model shows a high degree of overlap with the baseline, suggesting a smaller prediction error.

3.4 Model validation

Next, the seven machine learning models are validated using the validation set. Figure 3A shows the ROC curves of the seven machine learning models, and it can be seen that the LR model has the best prediction performance (AUC = 0.85). Figure 3B is the PR curve, and the LR model with AP = 0.808 also demonstrates very good prediction accuracy. In decision curve analysis, the LR decision curves all lie above both the Teat All and Teat None lines, demonstrating excellent prediction accuracy (Figure 3C). The calibration curve of the LR model also demonstrates the tiny prediction error, reflecting excellent prediction accuracy (Figure 3D). In addition, we use heatmaps to comprehensively show the performance of the seven machine-learning models from multiple dimensions (Figure 4). In summary, after developing and validating various machine learning models, the LR model emerged as the optimal predictor of distant metastasis in neuroblastoma, demonstrating the best performance and highest accuracy.

Figure 3
www.frontiersin.org

Figure 3. Model validation (A) ROC curves of the seven machine learning models in the validation set. (B) PR curves of the seven machine learning models in the validation set. (C) DCA curves of the seven machine learning models in the validation. (D) Calibration curves of the optimal models. XGB, extreme gradient boosting; RF, random forest; DT, decision tree; LR, logistic regression; SVC, support vector machine; MLP, multilayer perceptron; GNB, Gaussian naive Bayes.

Figure 4
www.frontiersin.org

Figure 4. Performance prediction (A) heatmap of the performance of 7 machine learning models in the training set. (B) Heatmap of the performance of 7 machine learning models in the validation set.

3.5 Explanation of optimal models for machine-learning

To visualize the machine learning algorithm, we use SHAP to interpret the relative importance of each variable in the LR model. In the SHAP analysis, the red color represents a positive impact on the model, while the blue color represents a negative impact on the model. The results revealed that age was the most important variable for predicting distant metastasis in neuroblastoma, followed by primary site, chemotherapy, surgery, tumor grade, radiotherapy, tumor size, and histology (Figure 5).

Figure 5
www.frontiersin.org

Figure 5. Explaining the relative importance of each variable in the LR model based on SHAP (A) Red represents a positive impact on the model; blue represents a negative impact on the model. (B) Visualization of results.

3.6 Web calculator

After validation, the LR model has the best performance and accuracy among the seven machine learning prediction models. However, its computational complexity makes it challenging to use directly in clinical work. To address this, we developed a web-based calculator based on the LR model (Figure 6). This web-based calculator enables clinicians to quickly assess the probability of distant metastasis by inputting patient data, thereby facilitating the clinical application of our prediction model. The link to the web calculator is https://neuroblastoma-distant-metastasis-detection-assistant-bagytzysf.streamlit.app/.

Figure 6
www.frontiersin.org

Figure 6. Neuroblastoma distant metastasis web calculator. The link to the web calculator is https://neuroblastoma-distant-metastasis-detection-assistant-bagytzysf.streamlit.app/.

4 Discussion

NB has been called the “king of childhood cancers”, and its tumor heterogeneity results in a 5-year survival rate of approximately 45% in children with high-risk NB (5), which may be strongly related to the lack of specific clinical manifestations and effective early detection methods. NB has an insidious onset, early symptoms are not obvious, and some children have distant metastases to bone and bone marrow at the time of diagnosis (22, 23). A recent study demonstrates that children with distant metastases have shorter overall survival times and worse prognoses compared to those without distant metastases. Furthermore, even in developed regions such as Europe and the United States, effective treatments are not readily available for many children with distant metastases (24, 25). The International Neuroblastoma Staging System (INSS) is the most widely used staging system for neuroblastoma. However, the INSS is limited in its ability to stratify patients by risk prior to initiating treatment, as staging results are typically determined post-surgery or biopsy. Our study addresses this limitation by constructing a neuroblastoma distant metastasis prediction model. This model utilizes relevant clinical information to accurately predict the likelihood of distant metastasis in patients. By facilitating early identification of high-risk patients, our model enables clinicians to make more timely diagnoses and develop appropriate treatment plans. Early intervention based on our predictive model can improve patient outcomes by allowing for prompt and targeted treatment strategies.

To the best of our knowledge, this study is the first to use a machine learning algorithm to construct a predictive model for distant metastasis of NB. In this study, we utilized compliant data from the SEER database to identify independent risk factors for distant metastasis in neuroblastoma We then used these factors to develop various machine learning models, with the LR model emerging as optimal after training and validation in independent sets. Logistic regression is an effective and powerful method for analyzing the impact of a set of independent variables on a binary outcome, which quantifies the unique contribution of each independent variable (26). Regression techniques are widely used in medical research because they can measure associations, predict outcomes, and control the effects of confounding variables, for example, logistic regression analysis played a very important role in prognostic studies of patients with renal cell carcinoma (27), and in studies of oral cancer incidence (28).

After screening the optimal model by machine learning, the effect of each variable in the model on distant metastasis of NB was evaluated using SHAP. As shown in Figure 5, all variables had an impact on distant metastasis of NB, with age taking the first place. Studies have shown that children with NB younger than 1 year of age have better overall and cancer-specific survival than other children (29), and children younger than 1 year of age are less likely to develop bone metastases compared to the rest of the children (24). We conjecture that this may be related to spontaneous tumor regression, which is prevalent in patients with NB younger than 12 months of age (30), and that spontaneous tumor regression may be associated with (I) neurotrophin deprivation, (II) loss of telomerase activity, (III) humoral or cellular immunity and (IV) alterations in epigenetic regulation and possibly other mechanisms (31).

Secondly, the primary site of the tumor was the second most important factor after age. Our study found that children whose primary site was located in the adrenal gland were more likely to develop distant metastases, which is consistent with the results of other studies (32). This may be because primary adrenal NB is more likely to have aberrant DNA structure due to amplification of the MYCN gene, as well as alterations in the tumor microenvironment (33, 34), resulting in tumors that are more likely to develop distant metastases. Tumor size is a risk factor for distant metastasis, but there are no clear conclusions showing that exactly how large a tumor is is positively associated with metastasis. Some studies have shown that NB with a diameter greater than 10 cm is more likely to metastasize (24), which is consistent with our study, and others have shown that the optimal tumor size threshold for overall survival in patients with NB is 4 cm (35). Also, surgery is an associated factor for NB metastasis, and our study showed that children who underwent surgery were less likely to develop distant metastases than those who did not. For neuroblastoma, surgical resection is an indispensable step in the whole treatment process (36). The goal of 90% tumor resection is the best approach at this stage, and the tumor should be removed as much as possible for the child, so that distant metastasis of the tumor can be avoided, and the prognosis can only be improved (37). As the most important adjuvant treatments for NB, chemotherapy, and radiotherapy also play an indispensable role in the metastasis of neuroblastoma. On the one hand, chemotherapy can reduce the size of the tumor and create conditions for surgery; on the other hand, some scholars have found that chemotherapy may increase the metastasis of malignant tumors, which is due to the fact that chemotherapy promotes the expression of metastatic genes and the secretion of metastatic exosomes (38).

Finally, the pathological grade of the tumor is also a risk factor for metastasis and the less differentiated the tumor (grade III/IV) the more likely it is to develop distant metastasis, this is possibly related to (I) uncontrolled cell proliferation and differentiation, (II) increased angiogenesis, (III) decreased intercellular adhesion, and (IV) immune escape, avoiding the immune system (39). Our study adequately incorporated some clinical as well as pathological factors of NB and the constructed machine learning model demonstrated good predictive performance. Finally, we constructed a NB distant metastasis web page calculator that can be better generalized for clinical use.

Despite the groundbreaking nature of our study, there are some limitations of this study. First, due to the fact that some variables were missing from the SEER database, we removed the missing data, which may have biased the results. Second, the study lacked further validation from external data. Finally, the lack of important information in the SEER database, such as chemotherapy regimen, immunotherapy, targeted therapy, stem cell transplantation, INSS staging, and whether MYCN was amplified, limited our further optimization of the model, and we will further improve it in the future by incorporating a variety of other clinical factors to better assist clinicians.

5 Conclusions

In conclusion, we constructed a prediction model for the risk of distant metastasis in patients with NB using machine learning algorithms. The LR model was found to have optimal predictive ability, showing high sensitivity, specificity, and accuracy with strong discriminative ability on both test and validation sets. We hope that this prediction model can help clinicians screen patients at high risk for distant metastasis of NB, intervene early to prevent distant metastasis of NB and improve patient prognosis.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding authors.

Author contributions

ZY: Formal Analysis, Software, Validation, Writing – original draft, Writing – review & editing. YW: Data curation, Writing – original draft, Writing – review & editing. YC: Data curation, Writing – original draft, Writing – review & editing. JX: Data curation, Funding acquisition, Writing – review & editing. XZ: Data curation, Funding acquisition, Writing – review & editing. QY: Project administration, Supervision, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This work was supported by the Health Committee of Nantong (grant number MS2022058) and the Nantong Municipal Health Commission (grant number JC22022084). We sincerely appreciate all the study participants.

Acknowledgments

The authors sincerely thank the Surveillance, Epidemiology, and End Results (SEER) program for providing the researchers with open resources.

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.

References

1. Song M, Huang Y, Hong Y, Liu J, Zhu J, Lu S, et al. PD-L1-expressing natural killer cells predict favorable prognosis and response to PD-1/PD-L1 blockade in neuroblastoma. Oncoimmunology. (2024) 13(1):2289738. doi: 10.1080/2162402X.2023.228973838125723

PubMed Abstract | Crossref Full Text | Google Scholar

2. Valles-Colomer M, Manghi P, Cumbo F, Masetti G, Armanini F, Asnicar F, et al. Neuroblastoma is associated with alterations in gut microbiome composition subsequent to maternal microbial seeding. EBioMedicine. (2024) 99:104917. doi: 10.1016/j.ebiom.2023.10491738104504

PubMed Abstract | Crossref Full Text | Google Scholar

3. Ahmed S, Alam W, Aschner M, Filosa R, Cheang WS, Jeandet P, et al. Marine cyanobacterial peptides in neuroblastoma: search for better therapeutic options. Cancers (Basel). (2023) 15(9):2515. doi: 10.3390/cancers15092515

PubMed Abstract | Crossref Full Text | Google Scholar

4. Jahangiri L. Metastasis in neuroblastoma and its link to autophagy. Life (Basel). (2023) 13(3):818. doi: 10.3390/life1303081836983973

PubMed Abstract | Crossref Full Text | Google Scholar

5. Stip MC, Teeuwen L, Dierselhuis MP, Leusen JHW, Krijgsman D. Targeting the myeloid microenvironment in neuroblastoma. J Exp Clin Cancer Res. (2023) 42(1):337. doi: 10.1186/s13046-023-02913-938087370

PubMed Abstract | Crossref Full Text | Google Scholar

6. London WB, Bagatell R, Weigel BJ, Fox E, Guo D, Van Ryn C, et al. Historical time to disease progression and progression-free survival in patients with recurrent/refractory neuroblastoma treated in the modern era on children’s oncology group early-phase trials. Cancer. (2017) 123(24):4914–23. doi: 10.1002/cncr.3093428885700

PubMed Abstract | Crossref Full Text | Google Scholar

7. Miotto R, Wang F, Wang S, Jiang X, Dudley JT. Deep learning for healthcare: review, opportunities, and challenges. Brief Bioinform. (2018) 19(6):1236–46. doi: 10.1093/bib/bbx04428481991

PubMed Abstract | Crossref Full Text | Google Scholar

8. Ruffle JK, Farmer AD, Aziz Q. Artificial intelligence-assisted gastroenterology- promises and pitfalls. Am J Gastroenterol. (2019) 114(3):422–8. doi: 10.1038/s41395-018-0268-430315284

PubMed Abstract | Crossref Full Text | Google Scholar

9. Wang K, Shi Q, Sun C, Liu W, Yau V, Xu C, et al. A machine learning model for visualization and dynamic clinical prediction of stroke recurrence in acute ischemic stroke patients: a real-world retrospective study. Front Neurosci. (2023) 17:1130831. doi: 10.3389/fnins.2023.113083137051146

PubMed Abstract | Crossref Full Text | Google Scholar

10. Lo Vercio L, Amador K, Bannister JJ, Crites S, Gutierrez A, MacDonald ME, et al. Supervised machine learning tools: a tutorial for clinicians. J Neural Eng. (2020) 17(6):062001. doi: 10.1088/1741-2552/abbff233036008

PubMed Abstract | Crossref Full Text | Google Scholar

11. Qiao L, Li H, Wang Z, Sun H, Feng G, Yin D. Machine learning based on the SEER database to predict distant metastasis of thyroid cancer. Endocrine. (2023) 84(3):1040–50. doi: 10.1007/s12020-023-03657-4

Crossref Full Text | Google Scholar

12. Wang H, Cao X, Meng P, Zheng C, Liu J, Liu Y, et al. Machine learning-based identification of colorectal advanced adenoma using clinical and laboratory data: a phase I exploratory study in accordance with updated world endoscopy organization guidelines for noninvasive colorectal cancer screening tests. Front Oncol. (2024) 14:1325514. doi: 10.3389/fonc.2024.132551438463224

PubMed Abstract | Crossref Full Text | Google Scholar

13. Alloubani A, Abuhaija B, Almatari M, Jaradat G, Ihnaini B. Predicting vitamin D deficiency using optimized random forest classifier. Clin Nutr ESPEN. (2024) 60:1–10. doi: 10.1016/j.clnesp.2023.12.14638479895

PubMed Abstract | Crossref Full Text | Google Scholar

14. Yu H, Zhao J, Sun M. Classified diagnosis and treatment scheme of oral cosmetic restoration based on aesthetic analysis (part Ⅰ): basic concept, decision tree and clinical pathway. Hua Xi Kou Qiang Yi Xue Za Zhi. (2024) 42(1):19–27. doi: 10.7518/hxkq.2024.202321238475947

PubMed Abstract | Crossref Full Text | Google Scholar

15. Russ S, Myers C, Licherdell E, Bowden A, Chinchilli E, Dahhan R, et al. Sociodemographic and occupational characteristics associated with early and continued COVID-19 vaccine uptake among healthcare personnel: Monroe County, NY. Vaccine. (2024) 42(10):2585–91. doi: 10.1016/j.vaccine.2024.03.019

Crossref Full Text | Google Scholar

16. Xiong X, Sun Z, Wang A, Zhang J, Zhang J, Wang C, et al. Research on ocular artifacts removal from single-channel electroencephalogram signals in obstructive sleep apnea patients based on support vector machine, improved variational mode decomposition, and second-order blind identification. Sensors (Basel). (2024) 24(5):1642. doi: 10.3390/s24051642

PubMed Abstract | Crossref Full Text | Google Scholar

17. Doneva N, Dimitrov I. Viral immunogenicity prediction by machine learning methods. Int J Mol Sci. (2024) 25(5):2949. doi: 10.3390/ijms2505294938474194

PubMed Abstract | Crossref Full Text | Google Scholar

18. Nyholm J, Ghazi AN, Ghazi SN, Sanmartin Berglund J. Prediction of dementia based on older adults’ sleep disturbances using machine learning. Comput Biol Med. (2024) 171:108126. doi: 10.1016/j.compbiomed.2024.10812638342045

PubMed Abstract | Crossref Full Text | Google Scholar

19. Qiu B, Shen Z, Wu S, Qin X, Yang D, Wang Q. A machine learning-based model for predicting distant metastasis in patients with rectal cancer. Front Oncol. (2023) 13:1235121. doi: 10.3389/fonc.2023.123512137655097

PubMed Abstract | Crossref Full Text | Google Scholar

20. Muschelli J. ROC and AUC with a binary predictor: a potentially misleading metric. J Classif. (2020) 37(3):696–708. doi: 10.1007/s00357-019-09345-133250548

PubMed Abstract | Crossref Full Text | Google Scholar

21. Sylvester S, Sagehorn M, Gruber T, Atzmueller M, Schöne B. SHAP value-based ERP analysis (SHERPA): increasing the sensitivity of EEG signals with explainable AI methods. Behav Res Methods. (2024) 56(6):6067–81. doi: 10.3758/s13428-023-02335-738453828

PubMed Abstract | Crossref Full Text | Google Scholar

22. Maris JM, Hogarty MD, Bagatell R, Cohn SL. Neuroblastoma. Lancet. (2007) 369((9579):2106–20. doi: 10.1016/S0140-6736(07)60983-017586306

PubMed Abstract | Crossref Full Text | Google Scholar

23. Morgenstern DA, London WB, Stephens D, Volchenboum SL, Simon T, Nakagawara A, et al. Prognostic significance of pattern and burden of metastatic disease in patients with stage 4 neuroblastoma: a study from the international neuroblastoma risk group database. Eur J Cancer. (2016) 65:1–10. doi: 10.1016/j.ejca.2016.06.00527434878

PubMed Abstract | Crossref Full Text | Google Scholar

24. Liu S, Yin W, Lin Y, Huang S, Xue S, Sun G, et al. Metastasis pattern and prognosis in children with neuroblastoma. World J Surg Oncol. (2023) 21(1):130. doi: 10.1186/s12957-023-03011-y37046344

PubMed Abstract | Crossref Full Text | Google Scholar

25. Morgenstern DA, Bagatell R, Cohn SL, Hogarty MD, Maris JM, Moreno L, et al. The challenge of defining “ultra-high-risk” neuroblastoma. Pediatr Blood Cancer. (2019) 66(4):e27556. doi: 10.1002/pbc.2755630479064

PubMed Abstract | Crossref Full Text | Google Scholar

26. Stoltzfus JC. Logistic regression: a brief primer. Acad Emerg Med. (2011) 18(10):1099–104. doi: 10.1111/j.1553-2712.2011.01185.x21996075

PubMed Abstract | Crossref Full Text | Google Scholar

27. Subah G, Zeller S, Jain A, Bloom E, Mieth S, Gozum N, et al. Outcomes of acute ischemic stroke among patients with renal cell carcinoma: a nationwide analysis. J Stroke Cerebrovasc Dis. (2024) 33(8):107688. doi: 10.1016/j.jstrokecerebrovasdis.2024.10768838521146

PubMed Abstract | Crossref Full Text | Google Scholar

28. Karanth S, Mistry S, Wheeler M, Akinyemiju T, Divaker J, Yang JJ, et al. Persistent poverty disparities in incidence and outcomes among oral and pharynx cancer patients. Cancer Causes Control. (2024) 35(7):1063–73. Epub 20240323. doi: 10.1007/s10552-024-01867-338520565

PubMed Abstract | Crossref Full Text | Google Scholar

29. He B, Mao J, Huang L. Clinical characteristics and survival outcomes in neuroblastoma with bone metastasis based on SEER database analysis. Front Oncol. (2021) 11:677023. doi: 10.3389/fonc.2021.67702334141621

PubMed Abstract | Crossref Full Text | Google Scholar

30. Li S, Mi T, Jin L, Liu Y, Zhang Z, Wang J, et al. Integrative analysis with machine learning identifies diagnostic and prognostic signatures in neuroblastoma based on differentially DNA methylated enhancers between INSS stage 4 and 4S neuroblastoma. J Cancer Res Clin Oncol. (2024) 150(3):148. doi: 10.1007/s00432-024-05650-438512513

PubMed Abstract | Crossref Full Text | Google Scholar

31. Brodeur GM. Spontaneous regression of neuroblastoma. Cell Tissue Res. (2018) 372(2):277–86. doi: 10.1007/s00441-017-2761-229305654

PubMed Abstract | Crossref Full Text | Google Scholar

32. Oldridge DA, Truong B, Russ D, DuBois SG, Vaksman Z, Mosse YP, et al. Differences in genomic profiles and outcomes between thoracic and adrenal neuroblastoma. J Natl Cancer Inst. (2019) 111(11):1192–201. doi: 10.1093/jnci/djz02730793172

PubMed Abstract | Crossref Full Text | Google Scholar

33. Brady SW, Liu Y, Ma X, Gout AM, Hagiwara K, Zhou X, et al. Pan-neuroblastoma analysis reveals age- and signature-associated driver alterations. Nat Commun. (2020) 11(1):5183. doi: 10.1038/s41467-020-18987-433056981

PubMed Abstract | Crossref Full Text | Google Scholar

34. Joshi S. Targeting the tumor microenvironment in neuroblastoma: recent advances and future directions. Cancers (Basel). (2020) 12(8):2057. doi: 10.3390/cancers12082057

PubMed Abstract | Crossref Full Text | Google Scholar

35. Wang JX, Cao ZY, Wang CX, Zhang HY, Fan FL, Zhang J, et al. Prognostic impact of tumor size on patients with neuroblastoma in a SEER-based study. Cancer Med. (2022) 11(14):2779–89. doi: 10.1002/cam4.465335315591

PubMed Abstract | Crossref Full Text | Google Scholar

36. Chen Z, Zhang P, Xu Y, Yan J, Liu Z, Lau WB, et al. Surgical stress and cancer progression: the twisted tango. Mol Cancer. (2019) 18(1):132. doi: 10.1186/s12943-019-1058-331477121

PubMed Abstract | Crossref Full Text | Google Scholar

37. Von Allmen D, Davidoff AM, London WB, Van Ryn C, Haas-Kogan DA, Kreissman SG, et al. Impact of extent of resection on local control and survival in patients from the COG A3973 study with high-risk neuroblastoma. J Clin Oncol. (2017) 35(2):208–16. doi: 10.1200/JCO.2016.67.264227870572

PubMed Abstract | Crossref Full Text | Google Scholar

38. Keklikoglou I, Cianciaruso C, Güç E, Squadrito ML, Spring LM, Tazzyman S, et al. Chemotherapy elicits pro-metastatic extracellular vesicles in breast cancer models. Nat Cell Biol. (2019) 21(2):190–202. doi: 10.1038/s41556-018-0256-330598531

PubMed Abstract | Crossref Full Text | Google Scholar

39. Sokol E, Desai AV, Applebaum MA, Valteau-Couanet D, Park JR, Pearson ADJ, et al. Age, diagnostic category, tumor grade, and mitosis-karyorrhexis Index are independently prognostic in neuroblastoma: an INRG project. J Clin Oncol. (2020) 38(17):1906–18. doi: 10.1200/JCO.19.0328532315273

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: neuroblastoma, distant metastasis, SEER database, machine learning, predictive model

Citation: Yan Z, Wu Y, Chen Y, Xu J, Zhang X and Yin Q (2024) A clinical prediction model for distant metastases of pediatric neuroblastoma: an analysis based on the SEER database. Front. Pediatr. 12:1417818. doi: 10.3389/fped.2024.1417818

Received: 15 April 2024; Accepted: 3 September 2024;
Published: 19 September 2024.

Edited by:

Shengwen Calvin Li, Children's Hospital of Orange County, United States

Reviewed by:

Susana Galli, Georgetown University Medical Center, United States
Anjan Kumar Pradhan, Virginia Commonwealth University, United States

Copyright: © 2024 Yan, Wu, Chen, Xu, Zhang and Yin. 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: Qiyou Yin, eWlucWl5b3VAYWxpeXVuLmNvbQ==

These authors have contributed equally to this work and share first authorship

Disclaimer: 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.