Feature genes identification and immune infiltration assessment in abdominal aortic aneurysm using WGCNA and machine learning algorithms

1 Introduction

Abdominal aortic aneurysm (AAA) is a vascular disease characterized by the abnormal dilation of the abdominal aorta. It is associated with the destruction and loss of elasticity of the arterial wall and primarily affects men over 40 years old, especially those with common risk elements such as smoking, raised blood pressure, and elevated cholesterol (1, 2). If AAA is not treated promptly, it increases the risk of aortic rupture, leading to severe bleeding and even posing a threat to the patient's life. Studies have revealed that AAA is a leading contributor to unexpected deaths among older adults (3). Therefore, early screening and diagnosis of AAA patients are crucial to prevent AAA rupture.

The development of AAA is multifaceted, encompassing the breakdown of elastin, changes in collagen structure and the involvement of inflammatory cells (4, 5). The inflammatory response is a critical factor in initiating and sustaining the progression of AAA, with the resulting series of pathological changes ultimately leading to aneurysm formation (6). There has been a growing appreciation for the contribution of immune and inflammatory factors to AAA development. Continuous inflammation leads to AAA formation and progression through the degradation and remodeling of the components of the vascular wall (7). The interplay between various immune cell types creates a complex inflammatory environment that promotes AAA development (810). The inflammatory microenvironment's role in AAA development also makes it a potential target for early detection. Identifying related immune responses and markers could improve screening and enable earlier intervention, reducing rupture risk (11). Considering the significant role of inflammation in AAA progression, integrating bioinformatics approaches provides a necessary and logical progression. These techniques, such as machine learning and co-expression network analysis, allow us to uncover the genetic and molecular mechanisms underlying the immune responses and inflammation associated with AAA.

Recent advancements in microarray-based integrated bioinformatics analyses have significantly enhanced the discovery of essential genes linked to specific diseases, providing promising candidates for diagnostic biomarkers (12). Weighted Gene Co-expression Network Analysis (WGCNA) is a systems biology technique that categorizes genes with similar functions into modules based on their expression relationships, thus revealing the complex organization of the genome (13). Unlike strategies that rely on differentially expressed genes (DEGs) analysis, its advantage lies in organizing genes into modules and connecting them to disease traits or biological processes, ultimately identifying key genes in disease pathways.

Publicly available gene expression profiles of AAA patients from 3 datasets were extracted from the Gene Expression Omnibus (GEO) database. Two of these datasets were fused to construct a training set, while the remaining dataset was used for validation. Then we utilized a variety of machine learning methods to identify AAA feature genes. A validation cohort confirmed gene validity, and the receiver operating characteristic (ROC) curve assessed prediction ability. Finally, through quantitative analysis, we explored the infiltration of various immune cell subsets within AAA patient tissues and delved into the correlations between these subsets and their associated gene expression profiles. This research sheds new light on the immunopathological mechanisms of AAA, offering crucial clues for subsequent research on targeted treatments.

2 Materials and methods 2.1 Data gathering and evaluation

The primary outcome was the classification of each sample as either “AAA” or “Control” group based on gene expression data. AAA was defined as an abdominal aortic diameter exceeding 3.0 cm, confirmed through abdominal ultrasound screening, with additional evaluation using CT or MRI in more complex cases or for pre-surgical planning (1). We explored the GEO database (14) for raw data related to AAA and eventually downloaded 3 datasets that examined AAA tissue samples from both patients and healthy participants: GSE47472 (controls: 8, AAA patients: 14) (Supplementary Table 1), GSE57691 (controls: 10, AAA patients: 49) (Supplementary Table 2), and GSE7084 (controls: 10, AAA patients: 9) (Supplementary Table 3). Table 1 presents the characteristics of the datasets.

www.frontiersin.org

Table 1. Overview of the datasets used in this study.

We merged the gene expression data from GSE47472 and GSE57691 into a new matrix, which we designated as the training data (Supplementary Table 4). The datasets GSE47472 and GSE57691 were selected as the training set because of their larger sample sizes and shared platform, which ensured data consistency and supported robust machine learning analysis. GSE7084, although smaller and from a different platform, was used as an independent validation set to confirm the reliability and generalizability of our findings. These datasets were chosen for their relevance to AAA and the availability of both patient and control samples, allowing for comprehensive comparative analysis. Batch effects were addressed using the “sva” package (15), and datasets had samples excluded when inter-group discrepancies were not resolved (Supplementary Figure S1).

2.2 Differential gene analysis

The “limma” package (16) in R software was used to analyze variations in gene expression in AAA patients compared to control subjects, applying an adjusted (adj) p-value of <0.05 and |log2 fold change (FC)| > 1 to identify DEGs. Genes exhibiting a log2FC > 1 and an adj p-value <0.05 were categorized as up-regulated, reflecting increased expression, while genes with log2FC < −1 and the same p-value threshold were marked as down-regulated, indicating reduced expression. The pheatmap and volcano plot were used to display the selected DEGs.

2.3 Pathway enrichment evaluation

In this work, the R packages “clusterProfiler” and “DOSE” were used to perform functional enrichment analysis of DEGs, utilizing Gene Ontology (GO), Kyoto Encyclopedia of Genes and Genomes (KEGG) and Disease Ontology (DO) (1719). Pathways related to the genes were explored using KEGG enrichment analysis. GO enrichment analysis was divided into 3 categories: molecular function (MF), cellular component (CC), and biological process (BP). Moreover, DO enrichment analysis was applied to study diseases associated with the genes. Using a q-value of less than 0.05 as a threshold, enrichment analysis was performed to explore biological functions, detect pathway enrichments, and assess disease associations.

2.4 Construction of WGCNA target module and feature genes screening

To uncover gene networks and co-expressed gene modules potentially relevant to the disease, we utilized WGCNA (20). This method was applied to identify gene modules linked to clinical traits. First, we calculated the variance of each gene and selected those with a standard deviation greater than 0.7 for further analysis. Clustering analysis was then performed on all samples, and outlier samples were removed based on clustering distance. A soft threshold (β = 9) was selected based on the network's topological properties to construct a scale-free co-expression network, transforming the expression matrix into an adjacency matrix and subsequently into a topological overlap matrix (TOM). To identify gene co-expression modules, we employed average linkage hierarchical clustering based on the TOM, with a hybrid dynamic tree-cutting algorithm determining the module boundaries. To ensure the robustness of the identified modules, a minimum size threshold of 60 genes was set. Subsequently, we calculated the eigengene for each module to capture its overall expression pattern. We then performed clustering analysis to merge modules with similar eigengenes, applying a merging threshold of 0.25. Key genes were identified using high gene significance (GS) and module membership (MM) scores, and gene module-clinical trait associations were visualized with the “ComplexHeatmap” package (21).

2.5 Machine learning based feature gene screening

We implemented 3 machine learning methods in this research, leveraging the R packages “glmnet”, “e1071”, and “randomForest”. First, we applied Least Absolute Shrinkage and Selection Operator (LASSO) logistic regression for feature selection, using L1 regularization to identify the most important features (22). Next, the Support Vector Machine—Recursive Feature Elimination (SVM-RFE) method, which recursively eliminates irrelevant features, was used to iteratively remove less significant features and determine the optimal variables (23). Finally, the Random Forest (RF) algorithm was used for classification, regression, and feature selection by building multiple decision trees, aggregating their results, and providing a robust evaluation of feature importance while handling noisy data (24). These methods were used to analyze the intersecting genes from these analyses, and feature genes were identified based on their importance in the intersecting set.

2.6 Feature gene validation

We systematically analyzed key gene expression profiles in AAA samples compared to normal controls using the R software to assess their diagnostic significance. Initially, we began by conducting expression variation analysis with the “limma” package, followed by generating box plots using the “ggpubr” package (25) to visually depict the differences in variation in core gene expression across groups. Furthermore, ROC curves for each core gene were constructed using the “pROC” package (26), and we calculated the area under the ROC curve (AUC) values with 95% confidence intervals to quantify diagnostic accuracy. A higher AUC value, approaching 1, indicates stronger diagnostic capability for AAA. Finally, to validate the robustness of these core genes, we used the external validation dataset GSE7084 and re-evaluated their expression patterns and diagnostic value through box plots and ROC curves across different datasets.

2.7 Immune cell infiltration analysis

The immune environment is key to understanding immune cell composition and function, providing insights for predicting disease progression and evaluating treatment efficacy. We utilized single-sample gene set enrichment analysis (ssGSEA) (27) to determine the expression patterns of 28 immune cell types in the samples under study. Differences in the abundance of each immune cell type between the AAA group and the control group were compared using the Wilcoxon rank-sum test, with p < 0.05 as the criterion for identifying immune cell types with higher infiltration levels. Moreover, Spearman correlation coefficients were used to analyze the relationship between immune cell abundance and gene expression levels in the samples, with p < 0.05 considered indicative of a significant regulatory relationship between immune cells and genes.

2.8 Statistical methods

R software version 4.2.2 was used for statistical analysis. For data meeting the criteria of normal distribution and equal variances, comparisons between the two groups were performed using a t-test or U-test. Correlations were assessed using Pearson's correlation or Spearman's correlation test, with statistical significance defined as a p-value less than 0.05.

3 Results 3.1 Identification of DEGs

By applying the “limma” package, differential gene expression analysis of the merged dataset identified 72 DEGs, based on the criteria of an adj p-value <0.05 and absolute |log2FC| > 1 (Supplementary Table 5). Of these, 36 genes were upregulated (log2FC > 1) and 36 were downregulated (log2FC < −1), as illustrated in the volcano plot (Figure 1A). The top 60 DEGs have been indicated in Figure 1B.

www.frontiersin.org

Figure 1. DEGs between AAA patients and controls. (A) Volcano plots display all DEGs in the training dataset, with blue spots indicating down-regulated genes and red spots signifying up-regulated genes. (B) The heatmap displays DEGs between control and AAA groups. Samples from AAA patients are highlighted in red, whereas those from normal controls are in blue. Genes with increased expression levels are marked by red blocks, and blue blocks signify genes with decreased expression levels.

3.2 DO, GO functional analysis and KEGG pathway enrichment

According to the DO analysis, these DEGs were involved in diseases like pre-eclampsia, primary immunodeficiency disease, head and neck carcinoma, cervical cancer and aortic aneurysm (Figure 2A) (Supplementary Table 6). KEGG pathway analysis highlighted a strong involvement of these DEGs in the interleukin 17 (IL-17) signaling pathway, the tumor necrosis factor (TNF) signaling pathway, the transcriptional misregulation in cancer, the rheumatoid arthritis and other pathways (Figures 2B,C) (Supplementary Table 7). Enrichment was considered significant with q-values <0.05. Finally, GO functional annotation revealed enrichment in 15 terms among the DEGs (Figure 2D).

www.frontiersin.org

Figure 2. Functional enrichment profiling of DEGs. (A) The DO enrichment analysis is illustrated using a bubble diagram, highlighting the top 20 significantly enriched gene entries. (B) Bubble plots are used to display the KEGG enrichment analysis, featuring the top 20 pathways with the highest significance. (C) Results of KEGG are depicted on circle charts. (D) GO analysis of characteristic gene modules.

Notable enrichment of DEGs was observed in the GO BP analysis for pathways including the regulation of neuroinflammatory response (GO: 0150077), the positive regulation of acute inflammatory response (GO: 0002675), and the response to toxic substance (GO: 0009636) among others. GO CC enrichment analysis identified a marked enrichment of DEGs in the external side of plasma membrane (GO: 0009897), the haptoglobin-hemoglobin complex (GO: 0031838) and the hemoglobin complex (GO: 0005833). The GO MF enrichment analysis revealed significant DEGs enrichment in the integrin binding (GO: 0005178), the haptoglobin binding (GO: 0031720), and the peroxidase activity (GO: 0004601) among others (Supplementary Table 8). All GO terms and pathways were considered statistically significant with q-values <0.05. These enriched pathways, especially IL-17 and TNF signaling, are key to inflammatory processes that degrade the aortic wall, driving AAA progression.

3.3 WCGNA analysis and identification of significant modules

In this research, WGCNA was used to group genes closely linked to AAA, and all samples were incorporated into the analysis after screening (Supplementary Figure S2). To establish a scale-free network, we used the soft threshold method and determined the optimal threshold of 9 based on the R2 = 0.9 criterion (Figure 3A). Subsequently, we performed modular analysis on the resulting network and merged modules according to the cutoff value, ultimately identifying 5 biologically significant co-expression modules (Figure 3B). Furthermore, a significant positive correlation (cor) is observed between the MEturquoise module and AAA (cor=0.48, p = 6e-06) (Figure 3C). The final selection included 9 genes from the MEturquoise module, which had cor.MM values higher than 0.8 and cor.GS values above 0.5, marking them as targeted genes. We overlapped genes acquired from WGCNA and 72 DEGs and obtained 7 candidate genes for AAA (Figure 3D).

www.frontiersin.org

Figure 3. WGCNA analysis applied to AAA. (A) Gene correlations best match scale-free topology when β is set to 9 in soft-threshold analysis. (B) Using average linkage clustering, the gene dendrogram shows module assignments from dynamic tree cutting below. (C) Relationship analysis between identified modules and AAA. (D) Overlap of AAA DEGs and feature genes presented in a Venn diagram through WGCNA.

3.4 Selection of notable genes

In Figure 4A, the LASSO regression method identifies 4 genes initially extracted from the differentially expressed AAA genes. Next, the SVM-RFE algorithm identified a set of 7 genes (Figure 4B). Following this, the RF algorithm identified seven genes with an importance score exceeding 2 (Figure 4C). The results from these 3 methods were then combined using a Venn diagram, ultimately yielding 4 overlapping genes, specifically MRAP2, PPP1R14A, PLN and TENT5B (Figure 4D).

www.frontiersin.org

Figure 4. Identifying key genes using machine learning techniques. (A) LASSO regression analysis. (B) Feature selection using the SVM-RFE method. (C) RF algorithm application. (D) Venn diagram representing the shared genes across the 3 approaches.

3.5 Validation of feature genes

MRAP2, PPP1R14A, PLN and TENT5B were found to be significantly less expressed in AAA patients than in the control group in the training dataset (p < 0.001) (Figures 5A–D). Next, we validated these genes using the GSE7084 dataset, which also showed reduced expression in AAA patients. A marked decline in MRAP2 expression was identified in AAA samples compared to controls (p < 0.001) (Figure 5E). In the same way, PPP1R14A expression was notably diminished in AAA samples (p < 0.001) (Figure 5F). PLN expression also showed a notable decrease in AAA samples relative to the comparator group (p < 0.001) (Figure 5G). However, the gene TENT5B was missing in the validation set (GSE7084), likely due to temporal and technological differences. Moreover, MRAP2, PPP1R14A, and PLN were also singled out as feature genes for more in-depth study.

www.frontiersin.org

Figure 5. Box plot depicting the differential expression of key genes between AAA and control groups. (A–D) Feature genes’ expression within the training dataset. (E–G) Feature gene expression in the validation dataset. Significance levels: *p < 0.05, **p < 0.01, and ***p < 0.001.

3.6 Diagnostic efficacy of feature genes

The ROC analysis in the training group demonstrated that MRAP2, PPP1R14A, PLN, and TENT5B could efficiently discriminate AAA from controls, with AUCs of 0.911 (95% CI: 0.843–0.965) for MRAP2 (Figure 6A), 0.873 (95% CI: 0.792–0.937) for PPP1R14A (Figure 6B), 0.864 (95% CI: 0.751–0.952) for PLN (Figure 6C), and 0.895 (95% CI: 0.813–0.961) for TENT5B (Figure 6D). However, the gene TENT5B was missing in the validation set (GSE7084). In the validation group, the ROC curves demonstrated that these genes, MRAP2, PPP1R14A, and PLN, had a high predictive capacity for AAA, as shown by AUC values above 85% (Figures 6E–G), indicating strong diagnostic ability.

www.frontiersin.org

Figure 6. ROC curve analysis of feature genes. (A–D) The feature genes in the training dataset underwent ROC curve analysis. (E–G) The feature genes in the validation dataset underwent ROC curve evaluation.

3.7 Immune infiltration analysis

Immune infiltration disparities between AAA patients and healthy controls were further analyzed in the study via ssGSEA analysis. Figure 7A revealed how 28 immune cells were distributed within the training group. The infiltration levels of type 2 T helper cell (Th2), type 1 T helper cell (Th1), T follicular helper cell (Tfh), neutrophil, memory B cell, Myeloid-Derived Suppressor Cell (MDSC), mast cell, immature B cell, effector memory CD8 T cell, effector memory CD4 T cell, central memory CD8 T cell, central memory CD4 T cell, activated CD8 T cell, activated CD4 T cell and activated B cell were notably higher in AAA samples. On the other hand, CD56dim natural killer (NK) cell infiltration in AAA samples showed a marked reduction (Figure 7B). In our research, we analyzed the correlation between the genes MRAP2, PLN, and PPP1R14A and various types of immune cells (Figure 7C). MRAP2, PLN, and PPP1R14A were positive associated with immature dendritic cell (DC) and were negatively correlated with monocyte, MDSC, immature B cell, effector memory CD4 T cell, central memory CD4 T cell, activated DC, activated CD8 T cell, activated CD4 T cell and activated B cell.

www.frontiersin.org

Figure 7. ssGSEA immune infiltration related to AAA. (A) Heatmap visualizing the differences in the distribution patterns of 28 immune cell populations per sample. (B) Variations in immune cell infiltration levels between AAA and normal control tissues. (C) The relationship between immune cell infiltration and MRAP2, PLN, and PPP1R14A is analyzed, with significance thresholds indicated as *p < 0.05, **p < 0.01, and ***p < 0.001.

4 Discussion

AAAs pose a significant threat to health and well-being. The pathophysiological process of AAA involves a series of complex molecular and cellular events, including changes in the biomechanics of the vessel wall, thrombosis, apoptosis, extracellular matrix degradation, inflammatory responses, and vascular aging. These factors interact with each other, collectively contributing to the onset and progression of AAA. Despite a continuous stream of research on the subject, the exact causes of AAA remain not fully understood.

Although the advancement in surgical treatments, the risk of complications and mortality remains high. Understanding the underlying causes and progression of AAA is essential for developing more effective diagnostic and therapeutic approaches. While surgery is a crucial component of treatment, there is a pressing need for targeted interventions to prevent AAA development and improve outcomes. In this study, we integrated differential analysis with WGCNA to identify key genes, followed by the application of LASSO, SVM-RFE, and RF to filter potential genes. We then conducted functional and immune analyses on the selected targets. These biomarkers have the potential to enhance disease diagnosis, guide therapy selection, and predict treatment response.

In the present study, the GSE47472 and GSE57691 datasets were downloaded from the GEO database and integrated to generate a training dataset, which included 63 samples from AAA patients and 18 from healthy controls. We identified 72 DEGs in total, with an equal distribution of upregulated and downregulated genes. As per the GO and KEGG enrichment analysis outcomes, DEGs are mainly implicated in mononuclear cell differentiation, T cell activation, and IL-17 and TNF signaling pathways. These results align with prior studies (28), which have well-documented the critical roles of immune system dysregulation and inflammation in AAA progression. The diseases enriched by the DEGs, as shown by DO enrichment, were largely associated with pre-eclampsia, primary immunodeficiency disease, head and neck carcinoma, cervical cancer, aortic aneurysm and so on. Although some diseases are not directly related to AAA, the analysis highlights shared pathological mechanisms, particularly those related to immune system dysregulation and chronic inflammation (29, 30).

WGCNA has been successfully applied in earlier research to explore the links between genomic modules and clinical attributes, leading to the discovery of key genes associated with specific trait (31). We performed WGCNA to discover gene modules with correlated expression related to AAA. Subsequently, 4 feature genes were identified by finding the overlap between the genes discovered through WGCNA and the DEGs.

The deep integration of machine learning and bioinformatics has unlocked new opportunities for identifying key feature genes and predicting disease states. LASSO makes the model sparse by selecting the most important genes, which helps prevent overfitting and enhances both interpretability and generalizability (32). SVM-RFE recursively optimizes feature selection, performing well on small sample datasets and capturing complex nonlinear relationships between genes (33). RF is advantageous due to its high feature importance assessment capability, allowing it to handle nonlinear relationships in gene expression data while effectively reducing the impact of noise (34). Leveraging the complementary strengths of these methods, I combined LASSO, SVM-RFE, and RF to discover characteristic genes linked to AAA.

Then, we applied 3 different machine learning methods to filter the co-expressed genes, identifying 4 candidate genes (MRAP2, PPP1R14A, PLN, TENT5B) for AAA. The GSE7084 dataset was used to confirm the expression levels of the four genes. Several factors may explain the absence of the TENT5B gene in the GSE7084 dataset. It is likely due to the fact that the validation and test datasets were generated on different platforms and the validation dataset being collected earlier than the test dataset (35). Moreover, TENT5B, also known as FAM46, was discovered after the compilation of the GSE7084 dataset (36). This chronological discrepancy provides a reasonable explanation for its absence from the dataset. The remaining three genes (MRAP2, PPP1R14A, PLN) exhibited a significant reduction in expression in AAA tissues, which was consistently observed in the training dataset. Additionally, by performing ROC curve analysis on MRAP2, PPP1R14A, and PLN, we determined that each of them have outstanding diagnostic performance.

MRAP2 regulates energy balance and appetite through melanocortin receptors, particularly MC4R, affecting food intake and body weight. Mutations in MRAP2 are linked to obesity and metabolic disorders (37). PPP1R14A produces a protein that inhibits protein phosphatase 1, a key enzyme in muscle contraction and cell division, especially important in smooth muscle function (38). PLN regulates calcium uptake in cardiac muscle cells by inhibiting SERCA, and its phosphorylation allows proper heart muscle relaxation (39). Current research has not clearly demonstrated a direct association between the MRAP2, PPP1R14A, and PLN genes with AAA. Obesity and metabolic disorders may be risk factors for AAA, with MRAP2 regulating appetite and energy balance, potentially indirectly affecting AAA-related risk factors such as hypertension and atherosclerosis (40, 41). PPP1R14A regulates smooth muscle contraction, which is fundamental to the structure of arterial walls. Dysfunction in smooth muscle may impact the structural integrity and elasticity of arterial walls, potentially contributing to AAA (4). PLN is primarily associated with heart disease, but abnormalities in calcium regulation could affect smooth muscle function in arterial walls, thereby indirectly influencing the risk of AAA (42). Future research will likely focus more on these potential connections.

The progression of AAA is marked by an overactivation and impairment of immune cells, which contribute to the worsening of the disease. Gaining deeper insight into the mechanisms controlling immune cell activation in AAA will offer valuable targets for treatment strategies. Previous studies (43) have only analyzed the recruitment of 22 immune cell types within AAA, whereas our ssGSEA analysis provided a more comprehensive evaluation of the recruitment of 28 immune cell varieties, revealing the complexity of the immune microenvironment in AAA. The results show that AAA samples had distinctly higher levels of 15 immune cell types, such as Th2, Tfh, MDSC, mast cells, among others.

The irregular activation of immune cells, including CD8 T cells, CD4 T cells, and B cells, is a hallmark of AAA pathology. By secreting inflammatory molecules and regulating immune reactions, these cells speed up the degradation of the aortic wall (44). Tfh, a key subgroup of CD4 T cells, are fundamental in triggering germinal center formation and aiding B cell survival, differentiation, and growth. Studies show that Tfh cells may directly impact AAA through mechanisms related to inflammation (13). Similarly, Th2 cells contribute by producing IL-4 and IL-5, which induce vascular smooth muscle cell apoptosis and weaken the aortic wall. They also promote eosinophil recruitment and drive the degradation of elastin and collagen, accelerating aneurysm progression (45). Mast cells are initiators of the inflammatory response in AAA, and their activation drives the progression of the disease (46). Their activation releases proteolytic enzymes such as tryptase and chymase, which degrade elastin and collagen, contributing to tissue remodeling and further weakening the aortic wall (47). MDSCs facilitate the development of AAA through the IL-3-ICOSL-ICOS signaling axis (48). Our results also show the significant reduction in CD56dim NK cells indicates a diminished innate immune surveillance capacity, which may impair the body's ability to regulate abnormal cellular activities within the aneurysm. Immune cells gather in significant numbers at the AAA site, suggesting that the body has triggered a complex immune response that accelerates the disease's progression (49, 50). Our findings largely align with previous research. However, in contrast to earlier studies, we did not find marked variations in the levels of DCs, NK cells, and Th17 cells between the two groups. These differences may be ascribed to variations in the datasets employed or potential data imbalances in the prior research.

The correlation of genes such as MRAP2, PLN, and PPP1R14A with various immune cells further suggests that these genes might modulate immune cell function, influencing the chronic inflammatory environment in AAA. The initiation and progression of AAA rely equally on both innate and adaptive immune responses (51). The results indicate that various immune cells are closely related to AAA, directly demonstrating the widespread activation of the immune system within aneurysmal tissue. This imbalance between heightened adaptive immunity and reduced innate regulation could be key to understanding the disease progression of AAA and identifying potential therapeutic strategies.

Despite utilizing various bioinformatics techniques to identify feature genes, several important limitations must be acknowledged. First and foremost, the challenge of acquiring abdominal aorta specimens could restrict the potential clinical applications of this diagnostic model. Secondly, with a limited sample size, the reliability of the results was somewhat compromised, pointing to the need for a larger sample. Thirdly, this research utilized data from publicly available databases, which somewhat limited our ability to obtain more clinically pertinent data. The range of patient demographics and clinical features may have affected the analysis outcomes, while environmental factors could also compromise the accuracy of the susceptibility gene-based diagnostic model. Last but not least the feature genes and related immune cells identified in this study hold potential value in the diagnosis and treatment of AAA, but further validation is required.

5 Conclusion

MRAP2, PLN, and PPP1R14A were identified as feature genes in AAA. These genes are linked to immune cell activity, contributing to the inflammatory microenvironment that drives AAA progression. These findings highlight potential targets for developing risk predictors and immune-based therapies for AAA.

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

Ethical review and approval was not required for the study on human participants in accordance with the local legislation and institutional requirements. Written informed consent from the patients/participants or patients/participants legal guardian/next of kin was not required to participate in this study in accordance with the national legislation and the institutional requirements.

Author contributions

MX: Data curation, Formal Analysis, Methodology, Writing – original draft, Writing – review & editing. XL: Investigation, Software, Validation, Writing – original draft. CQ: Conceptualization, Formal Analysis, Methodology, Writing – original draft. YZ: Funding acquisition, Writing – original draft. GL: Supervision, Validation, Writing – review & editing. YX: Funding acquisition, Visualization, Writing – review & editing. GC: Project administration, Resources, Validation, 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 sponsored by the “Double Hundred” Young and Middle-aged Medical and Health Top-notch Talents Training Plan of Wuxi City (HB2023106), the Young and Middle-aged Health Excellent Talents Training Plan of Jiangyin City (JYOYT202311), and the Traditional Chinese Medicine Science and Technology Development Plan Project of Jiangsu Province (ZT202113).

Acknowledgments

We would like to acknowledge GEO database for providing data. We also express our gratitude to researchers for their generous contribution of microarray datasets and to the creators of the web resources and data processing tools employed in this research.

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.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fcvm.2024.1497170/full#supplementary-material

References

3. Lu S, White JV, Nwaneshiudu I, Nwaneshiudu A, Monos DS, Solomides CC, et al. Human abdominal aortic aneurysm (AAA): evidence for an autoimmune antigen-driven disease. Autoimmun Rev. (2022) 21(10):103164. doi: 10.1016/j.autrev.2022.103164

PubMed Abstract | Crossref Full Text | Google Scholar

4. Qian G, Adeyanju O, Olajuyin A, Guo X. Abdominal aortic aneurysm formation with a focus on vascular smooth muscle cells. Life (Basel). (2022) 12(2):191. doi: 10.3390/life12020191

PubMed Abstract | Crossref Full Text | Google Scholar

7. Wagenhäuser MU, Mulorz J, Krott KJ, Bosbach A, Feige T, Rhee YH, et al. Crosstalk of platelets with macrophages and fibroblasts aggravates inflammation, aortic wall stiffening, and osteopontin release in abdominal aortic aneurysm. Cardiovasc Res. (2024) 120(4):417–32. doi: 10.1093/cvr/cvad168

PubMed Abstract | Crossref Full Text | Google Scholar

8. Loste A, Clément M, Delbosc S, Guedj K, Sénémaud J, Gaston AT, et al. Involvement of an IgE/mast cell/B cell amplification loop in abdominal aortic aneurysm progression. PLoS One. (2023) 18(12):e0295408. doi: 10.1371/journal.pone.0295408

PubMed Abstract | Crossref Full Text | Google Scholar

9. Yang S, Chen L, Wang Z, Chen J, Ni Q, Guo X, et al. Neutrophil extracellular traps induce abdominal aortic aneurysm formation by promoting the synthetic and proinflammatory smooth muscle cell phenotype via hippo-YAP pathway. Transl Res. (2023) 255:85–96. doi: 10.1016/j.trsl.2022.11.010

PubMed Abstract | Crossref Full Text | Google Scholar

12. Wu J, Wang W, Xie T, Chen Z, Zhou L, Song X, et al. Identification of novel plasma biomarkers for abdominal aortic aneurysm by protein array analysis. Biomolecules. (2022) 12(12):1853. doi: 10.3390/biom12121853

PubMed Abstract | Crossref Full Text | Google Scholar

13. Xiong T, Lv XS, Wu GJ, Guo YX, Liu C, Hou FX, et al. Single-cell sequencing analysis and multiple machine learning methods identified G0S2 and HPSE as novel biomarkers for abdominal aortic aneurysm. Front Immunol. (2022) 13:907309. doi: 10.3389/fimmu.2022.907309

PubMed Abstract | Crossref Full Text | Google Scholar

14. Barrett T, Wilhite SE, Ledoux P, Evangelista C, Kim IF, Tomashevsky M, et al. NCBI GEO: archive for functional genomics data sets–update. Nucleic Acids Res. (2012) 41(Database issue):D991–5. doi: 10.1093/nar/gks1193

PubMed Abstract | Crossref Full Text | Google Scholar

15. Ling W, Lu J, Zhao N, Lulla A, Plantinga AM, Fu W, et al. Batch effects removal for microbiome data via conditional quantile regression. Nat Commun. (2022) 13(1):5418. doi: 10.1038/s41467-022-33071-9

PubMed Abstract | Crossref Full Text | Google Scholar

16. Chen Y, Chen S, Lei EP. Diffchipl: a differential peak analysis method for high-throughput sequencing data with biological replicates based on limma. Bioinformatics. (2022) 38(17):4062–69. doi: 10.1093/bioinformatics/btac498

PubMed Abstract | Crossref Full Text | Google Scholar

17. Zhao Y, Fu G, Wang J, Guo M, Yu G. Gene function prediction based on gene ontology hierarchy preserving hashing. Genomics. (2019) 111(3):334–42. doi: 10.1016/j.ygeno.2018.02.008

PubMed Abstract | Crossref Full Text | Google Scholar

18. Kanehisa M, Furumichi M, Sato Y, Kawashima M, Ishiguro-Watanabe M. KEGG for taxonomy-based analysis of pathways and genomes. Nucleic Acids Res. (2023) 51(D1):D587–92. doi: 10.1093/nar/gkac963

PubMed Abstract | Crossref Full Text | Google Scholar

19. Yu G, Wang LG, Yan GR, He QY. Dose: an R/bioconductor package for disease ontology semantic and enrichment analysis. Bioinformatics. (2015) 31(4):608–9. doi: 10.1093/bioinformatics/btu684

PubMed Abstract | Crossref Full Text | Google Scholar

21. Gu Z, Eils R, Schlesner M. Complex heatmaps reveal patterns and correlations in multidimensional genomic data. Bioinformatics. (2016) 32(18):2847–49. doi: 10.1093/bioinformatics/btw313

PubMed Abstract | Crossref Full Text | Google Scholar

23. Huang S, Cai N, Pacheco PP, Narrandes S, Wang Y, Xu W. Applications of support vector machine (SVM) learning in cancer genomics. Cancer Genomics Proteomics. (2018) 15(1):41–51. doi: 10.21873/cgp.20063

PubMed Abstract | Crossref Full Text | Google Scholar

25. Geeleher P, Cox N, Huang RS. pRRophetic: an R package for prediction of clinical chemotherapeutic response from tumor gene expression levels. PLoS One. (2014) 9(9):e107468. doi: 10.1371/journal.pone.0107468

PubMed Abstract | Crossref Full Text | Google Scholar

26. Robin X, Turck N, Hainard A, Tiberti N, Lisacek F, Sanchez JC, et al. pROC: an open-source package for R and S+ to analyze and compare ROC curves. BMC Bioinformatics. (2011) 12:77. doi: 10.1186/1471-2105-12-77

PubMed Abstract | Crossref Full Text | Google Scholar

27. Chen Y, Feng Y, Yan F, Zhao Y, Zhao H, Guo Y. A novel immune-related gene signature to identify the tumor microenvironment and prognose disease among patients with oral squamous cell car

留言 (0)

沒有登入
gif