Skip to main content
Frontiers in Endocrinology logoLink to Frontiers in Endocrinology
. 2026 May 12;17:1774997. doi: 10.3389/fendo.2026.1774997

Identification of candidate biomarkers for NAFLD through bioinformatics analysis and machine learning based on circulating insulin degradation-associated genes

Mingjie Guo 1, Wei Lou 1, Xin Song 1, Dongxin Gao 1, Guoan Wang 1, Hanyu Ma 1, Wenlei Wang 1, Yongliang Wang 1,*
PMCID: PMC13201111  PMID: 42205256

Abstract

Non-alcoholic fatty liver disease (NAFLD) has become as a metabolic disorder posing a significant threat to public health, with no presently available effective treatment. Circulating insulin degradation constitutes a pivotal process regulating insulin concentration and biological activity in the bloodstream, and its capacity is closely associated with hyperinsulinaemia and hepatic lipid accumulation. Hepatic lipid accumulation represents a key pathophysiological mechanism in NAFLD. Therefore, targeting the circulating insulin degradation pathway may represent a significant therapeutic opportunity for NAFLD. This study employed a multi-omics strategy, incorporating pertinent datasets from the Gene Expression Omnibus (GEO) collection, to investigate the function of circulating insulin degradation in NAFLD. We employed systems biology informatics approaches, including weighted gene co-expression network analysis (WGCNA) and machine learning models, to identify four hub biomarkers: MYO7A, AGTR1, IL1RN, and IGFBP2. We applied Shapley Additive Explanations (SHAP) to interpret the contribution of each gene to the machine learning model. The expression patterns and potential relevance of these hub genes were further assessed in external datasets, cellular models, and animal models. Overall, this hypothesis-generating study identified four candidate genes potentially associated with NAFLD and provided additional insights into the molecular mechanisms underlying disease progression.

Keywords: bioinformatic analysis, biomarkers, circulating insulin degradation, machine learning, non-alcoholic fatty liver disease, WGCNA

1. Introduction

The terms metabolic dysfunction-associated fatty liver disease (MAFLD, suggested in 2020) and non-alcoholic fatty liver disease (NAFLD) were replaced by metabolic dysfunction-associated steatotic liver disease (MASLD) in 2023 (13). This disease represents a metabolic disorder arising from multifactorial interactions, whose typical pathology is characterized by excessive fat accumulation within hepatocytes, requiring exclusion of liver injury caused by alcohol, specific toxins, or medications (4, 5). Most GEO databases previously employed NAFLD terminology; to maintain consistency, we have retained NAFLD. NAFLD is one of the most prevalent chronic liver diseases, and its prevalence is rapidly increasing worldwide (6). NAFLD is not only a significant precipitating factor for liver failure but is also closely associated with elevated risks of cardiovascular disease, type 2 diabetes, hepatocellular carcinoma, and extrahepatic malignancies. It has emerged as a metabolic disorder posing a grave threat to public health (7, 8).

The maintenance of circulating insulin homeostasis depends on the dynamic equilibrium between its synthesis, secretion, degradation, and clearance, with insulin degradation being a critical component regulating insulin concentration and biological activity in the circulatory system (9). Recently, studies have revealed that impaired insulin degradation correlates with hyperinsulinemia and hepatic lipid accumulation. Liver fat accumulation is a critical pathophysiological mechanism in NAFLD, suggesting that abnormal circulating insulin degradation may contribute to metabolic disease pathogenesis by regulating insulin homeostasis (912). Furthermore, a growing body of research in recent years has demonstrated the critical role that circulating insulin degradation plays in hepatic metabolic disorders, suggesting that controlling circulating insulin degradation may be a major prospective treatment target for NAFLD (13). Through bioinformatic analyses of gene expression, co-expression networks, and machine learning models, this study provides insights into potential molecular mechanisms and identifies candidate genes of possible therapeutic relevance, thereby offering a basis for future studies in biomarker discovery and precision medicine.

Using the GEO database, this work methodically examined differentially expressed genes (DEGs) between NAFLD patients and healthy controls. Through the Genecards database, we obtained gene sets associated with circulating insulin degradation. We found crucial module genes using weighted gene co-expression network analysis (WGCNA). We intersected the aforementioned three gene sets to obtain the intersecting genes. We then developed a machine learning model to identify hub genes and verified its effectiveness. We applied Shapley Additive Explanations (SHAP) to interpret each gene’s contribution to the machine learning model. We further validated the hub genes at the dataset, cellular, and animal model levels to ascertain their accuracy.

2. Materials and methods

2.1. Data collection and processing

The workflow diagram for this study is shown in Figure 1. The data and details were retrieved from the GEO database for NAFLD and control group samples. We obtained the following datasets: GSE33814, GSE61260, GSE89632, and GSE48452. In detail, GSE33814 (GPL6884 platform) comprised 13 healthy controls and 31 NAFLD samples. GSE61260 (GPL11532 platform) included 47 NAFLD cases and 38 healthy controls. GSE89632 (GPL14951 platform) comprised 39 NAFLD and 24 healthy control samples. The combined GSE33814, GSE61260, and GSE89632 datasets formed the training cohort, totaling 75 healthy controls and 117 NAFLD samples. GSE48452 (platform GPL11532) served as the validation cohort, comprising 14 healthy controls and 32 NAFLD samples. Detailed dataset information is presented in Table 1. For data preprocessing, probe IDs were mapped to gene symbols using the respective platform annotation files. To ensure a unique expression value for each gene, the avereps function in the “limma” R package was utilized to average the expression levels of multiple probes or duplicate gene entries. Only genes consistently expressed across all training datasets were retained for subsequent integration. To eliminate technical variation, batch effects were corrected using the ComBat function within the “sva” R package. A design matrix including the biological group information (NAFLD vs. Control) was incorporated as a covariate to safeguard meaningful biological signals during the normalization process. DEGs in the combined dataset from the NAFLD and control groups were analyzed using the “Limma” program. The R package “ggplot2” was used to create volcano plots of DEGs (14, 15).

Figure 1.

Flowchart illustrating a multi-step bioinformatics research process using liver gene expression data from GEO. Key steps include data merging, differential gene expression analysis with a volcano plot, WGCNA analysis, Venn diagram for gene overlap, machine learning and SHAP analysis with bar plots, nomogram and calibration curve, validation and diagnostic efficacy with violin and ROC plots, and final cell and animal experimental validation summarized with bar charts.

Flowchart for research.

Table 1.

Basic information of the datasets.

Datasets Platform Organism Control NAFLD
GSE33814 GPL6884 Homo sapiens 13 31
GSE61260 GPL11532 Homo sapiens 38 47
GSE89632 GPL14951 Homo sapiens 24 39
GSE48452 GPL11532 Homo sapiens 14 32

The Genecards database (https://www.genecards.org/) was used to extract and download genes linked to circulating insulin degradation, choosing those with a correlation score higher than 2. This process yielded 6,381 genes implicated in circulating insulin degradation.

2.2. Implementation of WGCNA and identification of key module genes

Finding co-expression gene modules, investigating possible connections between gene networks and important phenotypes, and clarifying the functions of important regulatory genes within these networks are the main goals of WGCNA, a widely accepted systems biology tool. By effectively screening for highly correlated gene clusters, WGCNA reveals the functional synergy exhibited by these gene populations during biological processes. It is noteworthy that WGCNA constructs a weighted gene co-expression network, wherein the connections between genes are not merely simple binary associations. Through the construction of a weighted network, interactions between genes are characterized not only by their presence or absence but also quantitatively reflect the strength of correlation between genes. The R package “WGCNA” was used in our work to conduct consensus clustering analysis (16). Samples were first clustered based on gene expression profiles to eliminate outliers (17). Using the pickSoftThreshold function, which approximates a scale-free network distribution, the optimal power-law exponent was found (18). The “blockwiseModules” function was used to build the scale-free network, and module partitioning analysis was then performed. Topological overlap was used to identify gene co-expression modules (19). The expression profiles of each module were represented by module signature genes, and each module was given a distinct color identifier. Modules exhibiting the highest correlation were designated as key modules.

Subsequently, the 451 DEGs, 6,381 genes associated with circulating insulin degradation, and 471 key module genes were intersected, producing 66 intersecting genes. The CIBERSORT algorithm was utilized to estimate the relative proportions of immune cell subtypes. The LM22 signature matrix, which defines 22 distinct human immune cell subsets, was utilized as the reference for deconvolution. To ensure the reliability of the estimation, only samples with a CIBERSORT output of P < 0.05 were included in the subsequent analysis.

2.3. Application of machine learning for screening hub genes

Eight machine learning model—Random Forest (RF), Support Vector Machine (SVM), Generalised Linear Model (GLM), Gradient Boosting Machine (GBM), K-Nearest Neighbours (KNN), Neural Network (NNET), Least Absolute Shrinkage and Selection Operator (LASSO), and Decision Tree (DT)—were used in this study (20, 21).

To ensure the robustness of our findings, a nested cross-validation (Nested-CV) framework was employed. The inner loop was dedicated to hyper-parameter tuning and feature selection, while the outer loop provided an unbiased estimation of model stability. Model interpretability was assessed via the “DALEX” package, utilizing residual distribution analyses and root mean square loss to determine feature importance. After identifying the optimal model, its generalizability was rigorously tested on an independent external validation set (GSE48452). The discriminative power was quantified by the Area Under the Curve (AUC). Furthermore, the clinical utility of the final diagnostic signature was evaluated through calibration curves to assess the agreement between predicted and observed risks, and Decision Curve Analysis (DCA) to determine the clinical net benefit. Finally, a predictive nomogram was constructed based on the identified four-gene signature (MYO7A, AGTR1, IL1RN, and IGFBP2) to facilitate clinical decision-making (22).

2.4. ROC curve analysis

The ROC curve serves as an established graphical analytical tool for assessing the predictive efficacy of hub genes. In order to fully represent the predictive ability of hub genes under all possible classification thresholds, its fundamental idea is to plot the connection between true positive rate (TPR) and false positive rate (FPR) across various classification thresholds. The “pROC” package was used to create the ROC curve for this study (23).

2.5. The interpretability of optimal machine learning models

SHAP breaks down an individual sample’s prediction into the additive contributions of each input feature. It is based on the Shapley value from cooperative game theory. This provides a consistent, comparable attribution value (SHAP value) for each feature, where positive and negative values respectively indicate that the feature increases or decreases the predicted risk. At the global level, the average absolute SHAP value for each feature is calculated to assess overall importance and rank features, revealing the overall association between feature values and model outputs, including potential non-linear relationships. At the local level, SHAP values for each feature are computed and visualized for individual samples, explaining why that particular sample received a specific predicted outcome (24).

2.6. Functional enrichment analysis using Kyoto Encyclopedia of Genes and Genomes and Gene Ontology

In order to assess gene-associated biological processes (BP), molecular functions (MF), cellular components (CC), and gene-associated signaling pathways, GO and KEGG functional enrichment analyses and visualizations were carried out in the R environment using the R packages “clusterProfiler” and “ggplot2”.

2.7. Hub gene validation

2.7.1. Establishment of NAFLD cell models

After being thawed, Alpha Mouse Liver 12 (AML12) cells were cultivated for 24 hours at 37 °C with 5% CO2. Experiments were conducted after 2–3 stable passages. Cells were separated into two groups at about 80% confluence: a control group and a NAFLD group (OA: PA = 2:1), and they were then cultivated for an additional 24 hours. The complete medium composition comprised 88% DMEM/F12 medium (GIBCO, 11320033), 10% fetal bovine serum (GIBCO, A5256701), 1% ITS liquid medium supplement (Sigma, I3146), 1% penicillin-streptomycin antibiotic, and 40 ng/mL dexamethasone. The NAFLD group was treated with 1 mmol/L free fatty acid (FFA) solution (PA: OA = 1:2) (25).

2.7.2. Oil red O staining

A modified Oil Red O staining kit (Beyotime, C0158S) was used for staining after the NAFLD cell model was established. Briefly, cells were fixed with a 4% paraformaldehyde solution for ten minutes after the cell culture medium was discarded, and then they were washed twice with PBS. For 20 seconds, cover the cells with the appropriate volume of staining wash solution. After removing the staining wash solution, apply the proper amount of modified Oil Red O staining solution and let it sit for ten to twenty minutes. After removing the modified Oil Red O staining solution, add the proper amount of staining wash solution and let it stand for 30 seconds. Wash with PBS for 20 seconds after discarding the stained wash solution. Discard the wash solution, uniformly cover the cells with PBS, and observe and photograph under a microscope (Color Camera Nikon DS-Fi3).

2.7.3. Establishment of a mouse model for NAFLD

Male C57BL/6 mice that were 6 to 8 weeks old and fed either a high-fat diet or a standard diet were used in this study. To create a mouse model of NAFLD, this regimen was followed for a total of eight weeks. The high-fat diet consisted of a commercial rodent chow containing 60 kcal% fat (Dyets, HF60). All animal experiments were approved by the Biomedical Research Ethics Subcommittee of Henan University.

2.7.4. RT-qPCR validation

Total RNA was extracted from samples (cells or mouse liver tissue). The NanoPhotometer® N60 was used to test the concentration of extracted RNA. Reverse transcription was then performed using the BIO-RAD T100™ Thermal Cycler, with product concentration measured by the NanoPhotometer® N60. Enzyme-free ddH2O was used to dilute the reverse transcription product eight to ten times. The BIO-RAD CFX96™ Real-Time System device was then used to conduct PCR reactions. The single-peaked PCR amplification specificity was verified by melt curve analysis. Using GAPDH as the internal control standard, the obtained Ct values were examined using the 2^(-ΔΔCt) technique to determine relative mRNA expression levels. Supplementary Table 1 contains primer sequences.

2.8. Statistical analysis

R software (version 4.4.3) and GraphPad Prism 10 were used for all statistical analyses and graphical displays. Based on the normality of the data, two statistical techniques were chosen: Wilcoxon tests for non-normally distributed data and t-tests for normally distributed data. In the training cohort, DEGs were identified based on the thresholds of an adjusted P-value < 0.05 and |log2FC| > 0.3. For functional enrichment, GO terms were considered significantly enriched with an adjusted P-value < 0.05, while KEGG pathways were identified using a threshold of an adjusted P-value < 0.1. In all other independent statistical comparisons, P < 0.05 was considered statistically significant.

3. Results

3.1. Identification of differentially expressed genes in NAFLD

In order to address batch effects, we processed the datasets GSE33814, GSE61260, and GSE89632 using the “sva” R package and combined them into a new dataset. This new dataset comprised 75 healthy control cases and 117 NAFLD samples. The efficacy of the batch effect removal was validated through multiple quality control metrics: Principal Component Analysis (PCA) confirmed that samples no longer clustered by study origin, indicating successful elimination of technical variation; boxplot analysis demonstrated consistent median expression values and normalized distributions across all samples; and density distribution plots showed highly overlapping expression profiles across the three datasets. (Figures 2A–C; Supplementary Figures 1A–C) To explore DEGs between healthy controls and NAFLD cases, we effectively deployed the “limma” R package for this analysis. 451 genes with differential expression (|log2FC| > 0.3) were found, of which 250 were upregulated and 201 were downregulated (Figure 2D).

Figure 2.

Panel A shows a principal component analysis (PCA) scatter plot categorized by group (Control as circles, NAFLD as triangles) and dataset (three colors: red, blue, and orange). Panel B is a bar plot of expression values for each sample, color-coded by dataset. Panel C displays line density plots of expression values for three datasets, differentiated by color. Panel D is a volcano plot indicating downregulated, unchanged, and upregulated genes with blue, gray, and red points, respectively. Panel E is a heatmap summarizing module–trait relationships for various gene modules, with values and p-values. Panel F is a scatter plot illustrating module membership versus gene significance for the blue module.

Batch correction analysis and differential expression analysis, along with the implementation of WGCNA and identification of key module genes. (A) PCA plot of the merged datasets after batch effect correction. (B) Boxplots of the three datasets after batch effect removal. (C) Density plot of expression values in the three datasets after batch correction. (D) Volcano plot of merged datasets. (E) Module-trait relationships: contrasting the NAFLD group with the control group. (F) The association between module membership and gene importance is seen in the scatterplot for the blue module. WGCNA, weighted Gene Co-expression Network Analysis. NAFLD, non-alcoholic fatty liver disease; PCA, Principal Component Analysis.

3.2. WGCNA implementation and key modular gene identification

WGCNA was applied to construct co-expression networks within the dataset, identifying modules closely associated with NAFLD. The built co-expression modules were reasonable, as shown by the unscaled R² reaching 0.9 when Soft was set to 6 (Supplementary Figure 2A). Using hierarchical clustering and optimal dynamic tree cutting techniques, several co-expression modules were found (Supplementary Figure 2B).

The associations between various gene co-expression modules (color-coded) and NAFLD are shown in the module–phenotype heatmap, where each cell represents the correlation coefficient and significance level between a particular module and the NAFLD phenotype (Figure 2E). The co-expression networks created for the NAFLD and control groups jointly identified nine gene co-expression clusters (Figure 2E). The blue module showed the strongest association with NAFLD among these (cor = - 0.38, P = 5e - 08). Module membership and gene significance inside the blue module showed a strong positive link in a scatter plot, with a correlation coefficient of 0.25 (P < 3.8e-08). This suggests that as a gene’s inclusion in the blue module rises–reflecting greater similarity between its expression pattern and the module’s characteristic expression pattern–its association with NAFLD and its potential biological significance for this trait also rise (Figure 2F). Ultimately, the blue module collectively identified 471 genes associated with NAFLD.

3.3. Acquisition and enrichment analysis of intersecting genes

The 451 DEGs, 6,381 genes associated with circulating insulin degradation, and 471 key module genes were intersected to produce 66 overlapping genes (Figure 3A). The chromosomal locations of each gene are depicted in the circular plot (Figure 3B). Intergenic correlations were calculated and visualized using the “corrplot” R package (Figure 3C), revealing coordinated expression patterns among the candidate genes. To investigate the functional crosstalk between these genes, a protein-protein interaction (PPI) network was constructed via the STRING database and visualized using Cytoscape (Figure 3D). Notably, genes such as ASPM, TYMS, and BRCA1 were significantly up-regulated (red nodes) within the network, whereas AGTR1, IL1RN, IGFBP2 and SOCS1, were down-regulated (blue nodes). GO enrichment analysis (Figure 3E) provided insights into the multi-dimensional roles of these genes. The BP terms were significantly enriched in leukocyte cell-cell adhesion and regulation of T cell activation, highlighting the inflammatory component often associated with metabolic dysfunction. MF analysis revealed enrichment in cytokine receptor binding and growth factor binding, which are critical for intra-hepatic signaling. Crucially, KEGG pathway enrichment analysis (Figure 3F) demonstrated that these intersecting genes are deeply involved in metabolic and inflammatory signaling pathways relevant to NAFLD. Specifically, significant enrichment was observed in the Insulin signaling pathway, TNF signaling pathway, and JAK-STAT signaling pathway. Furthermore, the analysis highlighted associations with Insulin resistance and Type II diabetes mellitus, suggesting that these genes may drive the progression of metabolic disorders through the impairment of insulin sensitivity and the activation of chronic inflammatory cascades.

Figure 3.

Panel A presents a Venn diagram comparing overlapping and distinct gene sets among DEG3, WGCNA, and GeneCards. Panel B shows a circular ideogram mapping gene loci across human chromosomes with labels. Panel C features a chord diagram illustrating correlations among various genes or proteins, with connection strength indicated by red or blue color intensity. Panel D displays a network diagram of gene or protein interactions with nodes highlighted in red and blue. Panel E contains a dot plot summarizing biological process enrichment with dot size and color indicating gene count and statistical significance. Panel F presents a pathway enrichment bubble chart where dot size represents gene count and color denotes adjusted p-value.

66 intersecting genes were acquired and their functional enrichment was examined. (A) 66 intersection genes of Genecards, WGCNA and DEGs. (B) Genosphere map of intersection genes. (C) The circle plot illustrates the correlations among the 66 intersecting genes. (D) The PPI network depicts the relationships among the intersecting genes. (E) GO enrichment analysis of 66 intersection genes. (F) KEGG enrichment analysis of 66 intersection genes. WGCNA, weighted Gene Co-expression Network Analysis. DEGs, differentially expressed genes.

To assess immune variations, we performed immune infiltration analysis (Supplementary Figure 3A). Compared with the control group, the NAFLD group showed significant alterations in several immune cell populations. In particular, Macrophages M1 were increased, whereas other immune cell subsets, including Neutrophils and Dendritic cells activated, also differed between groups. Correlation analysis of the intersecting genes with immune cell types revealed notable associations involving Macrophages M1, Neutrophils, and Dendritic cells activated (Supplementary Figure 3B). These findings offer computational estimates of immune cell dynamics and serve as a basis for generating biological hypotheses, which warrant further validation using high-resolution techniques such as liver-specific single-cell RNA sequencing.

3.4. Building and assessing machine learning models

Based on the candidate intersecting genes, we constructed eight machine learning prediction models (SVM, RF, GLM, GBM, KNN, NNET, LASSO, and DT). We implemented a Nested-CV framework, where feature selection and hyper-parameter tuning were strictly performed within the inner loop using the training cohort. Subsequently, the DALEX package was utilized to perform interpretative analyses on these models. Residual distribution plots were generated to evaluate their goodness-of-fit and stability. Results indicated that the GLM and LASSO models exhibited the most concentrated and stable residual distributions, with GLM showing superior fitting performance and lower overall residual magnitudes (Figures 4A, B). To assess the generalizability of the models, we conducted external validation strictly on an untouched independent dataset (GSE48452). The discriminative performance was evaluated using both ROC. As shown in the ROC curves (Figure 4C), the GLM model demonstrated robust diagnostic efficacy with an AUC of 0.891, while the NNET model achieved 0.913. Despite the slightly higher nominal AUC of NNET, the GLM was identified as the optimal diagnostic model for this study due to its exceptional stability in residual analysis and its superior statistical interpretability for clinical biomarkers.

Figure 4.

Panel A displays boxplots of residuals for eight prediction models with red dots marking the root mean square of residuals. Panel B shows a line graph with reverse cumulative distributions of residuals by model. Panel C contains a receiver operating characteristic (ROC) curve with sensitivity versus one minus specificity for each model and a net benefit curve comparing model, all, and none strategies. Panel D presents a calibration plot that contrasts actual and predicted probability with apparent, bias-corrected, and ideal lines. Panel F illustrates a nomogram assigning point values to MYO7A, AGTR1, IGFBP2, and IL1RN with corresponding total points and risk of disease estimates.

Construction and evaluation of eight machine models and Build a prediction model. (A) Each machine learning model’s residuals were displayed in boxplots. The root mean square error (RMSE) was shown by the red dot. (B) Each machine learning model’s cumulative residual distribution. (C) ROC curves of different models in the external test set. (D) Calibration curve of the optimal model in the external test set (E) Decision curve analysis of the optimal model in the external test set. (F) Using the 4-gene GLM model, a nomogram is constructed to predict the risk of NAFLD. NAFLD, non-alcoholic fatty liver disease.

Furthermore, we systematically evaluated the clinical utility of the GLM-based signature on the external set. The calibration curve (Figure 4D) revealed a high degree of consistency between the predicted risks and actual occurrences, with minimal deviation, confirming the model’s reliable calibration. Simultaneously, DCA demonstrated that the model provides a substantial clinical net benefit across a wide range of threshold probabilities (Figure 4E). Finally, based on the feature importance and regression coefficients within the GLM framework, we identified the top four hub genes—MYO7A, AGTR1, IGFBP2, and IL1RN—as the core diagnostic signature. A nomogram was subsequently constructed using these four variables to facilitate clinical decision-making (Figure 4F). The high ranking and stable performance of these genes across nested iterations underscore their significant contribution to NAFLD pathogenesis and their potential as robust diagnostic biomarkers.

3.5. The best machine learning model explanation

The SHAP method was employed to interpret the outputs of the optimal machine learning models by quantifying each variable’s contribution to the predictions. SHAP bar plots and summary (bee) plots (Figures 5A, B) indicate that within the GLM model, IGFBP2 exhibits the highest overall contribution (0.149), followed by IL1RN (0.121), AGTR1 (0.081), and MYO7A (0.048). The SHAP summary and dependence plots (Figures 5B, C) reveal the specific relationship between gene expression levels and predictive risk. While higher expression of MYO7A increases the SHAP value (positive contribution to the prediction), IGFBP2, IL1RN, and AGTR1 demonstrate an inverse relationship; specifically, lower expression levels of these three genes correspond to higher SHAP values, thereby increasing the probability of the target outcome. Individual Prediction Interpretation (Figure 5D) The contribution of each feature to the model’s predictive output for a representative sample (GSM836222) is illustrated in the waterfall plot (Figure 5D).

Figure 5.

Four panels present SHAP value analyses for selected genes using generalized linear models. Panel A shows a horizontal bar chart ranking gene importance by mean SHAP value. Panel B displays a SHAP summary plot with gene-level dot distributions colored by feature value. Panel C contains four scatterplots illustrating SHAP dependence for individual genes against feature values. Panel D features a waterfall plot depicting the contribution of each gene to the model prediction for a sample.

SHAP analysis of the best machine learning model. (A) SHAP bar plot showing each feature’s mean SHAP values. (B) Detailed SHAP value graphs that show how each attribute contributes to model predictions. (C) A SHAP bee plot that illustrates how features affect model output. (D) SHAP values for characteristics that point to a NAFLD prediction. SHAP, Shapley Additive Explanations. NAFLD, non-alcoholic fatty liver disease.

3.6. Hub genes validation and diagnostic efficacy in NAFLD

We evaluated the expression levels of four identified hub genes—MYO7A, AGTR1, IL1RN, and IGFBP2—in both the training and validation cohorts. In the training cohort, MYO7A was significantly upregulated in the NAFLD group compared to healthy controls (P < 0.001), while AGTR1, IL1RN, and IGFBP2 were significantly downregulated (P < 0.001; Figure 6A). These expression patterns were consistently observed in the validation cohort, further confirming the robustness of these hub genes (Figure 6B). To assess their clinical utility, ROC curve analysis was performed. In the training cohort, IGFBP2 demonstrated the highest diagnostic accuracy with an AUC of 0.899, followed by MYO7A (AUC = 0.778) and AGTR1 (AUC = 0.771), while IL1RN yielded an AUC of 0.695 (Figure 6C). Similar diagnostic performance was maintained in the validation cohort, where all four genes exhibited AUC values exceeding 0.70 (Figure 6D). Notably, the diagnostic model integrating these four genes showed superior discriminative power, achieving AUC values of 0.932 (95% CI: 0.889–0.967) and 0.900 (95% CI: 0.754–0.991) in the training and validation cohorts, respectively (Figures 6E, F).

Figure 6.

Panel A and B show violin plots comparing gene expression of MYO7A, AGTR1, IL1RN, and IGFBP2 between control (red) and NAFLD (blue) groups, with significant decreases in expression in NAFLD. Panels C and D display ROC curves for individual hub genes, demonstrating the diagnostic value of each gene based on sensitivity and specificity, with IGFBP2 showing the highest AUC in both. Panels E and F present ROC curves for the combined model, achieving overall AUC values of 0.932 and 0.900 with respective confidence intervals.

Hub genes validation and diagnostic effectiveness in NAFLD. (A) The expression of 4 hub genes in the training cohort. (C, E) ROC curves for individual pivotal genes and the diagnostic model within the training cohort. (B) The expression of 4 hub genes in the validation cohort. (D, F) ROC curves of 4 hub genes and diagnostic model in the validation cohort. (*P < 0.05, **P < 0.01, ***P < 0.001). NAFLD, non-alcoholic fatty liver disease.

Furthermore, we explored the correlation between these hub genes and the immune microenvironment (Supplementary Figure 4). IL1RN exhibited the strongest correlations with multiple immune cell types, including significant positive correlations with activated mast cells and neutrophils, and a strong negative correlation with resting mast cells and CD8+ T cells (P < 0.001). Additionally, AGTR1 showed a significant positive correlation with neutrophils, while MYO7A and IGFBP2 displayed specific associations with activated dendritic cells and activated mast cells, respectively.

3.7. Cell and animal experiments

To verify the predictive ability of hub genes, we performed RT-qPCR experiments using the AML12 cell line successfully established from the NAFLD model. As seen in Figure 7A, abundant orange-red lipid droplets were visible in NAFLD group cells, whereas only minimal background staining was observed in the control group. In line with the predicted trends seen in the previous gene expression study, RT-qPCR analysis showed significant differences in the expression levels of the AGTR1(95%CI: -0.692 – -0.006, P < 0.05), IGFBP2(95%CI: -0.885 –-0.212, P < 0.01) and IL1RN(95%CI: -0.690 – -0.311, P < 0.001) genes between the control and NAFLD groups (Figures 7B–D). Furthermore, the expression changes in MYO7A(95%CI: -0.276–0.748, P = 0.27) also corresponded with the previously predicted trends (Figure 7D). The expression trends of AGTR1(95%CI: -0.809 – 0.748, P = 0.93), IGFBP2(95%CI: -0.403 – -0.132, P < 0.01), IL1RN(95%CI: -0.878 – 0.554, P = 0.56), and MYO7A(95%CI: 0.181 – 3.473, P < 0.05) in the animal model were in line with the findings of the cellular experiment (Figures 7F, G, H, I), with IGFBP2 and MYO7A showing particularly significant expression differences.

Figure 7.

Panel A shows microscopic images of liver tissue from control and NAFLD groups at 10X, 20X, and 40X magnification, highlighting denser cell arrangement and staining differences in NAFLD. Panels B to I present bar graphs comparing relative mRNA levels of AGTR1, IGFBP2, IL1RN, and MYO7A between control and NAFLD groups, showing statistically significant differences for most genes except MYO7A in E, AGTR1 in F, IL1RN in H, with significance indicated by asterisks and error bars shown.

Cell (n=3) and animal (n=4) experiments (A) AML12 cells stained with Oil Red O under 10×, 20× and 40× magnification. (B) AGTR1 relative mRNA levels in NAFLD and control cells. (C) IGFBP2 relative mRNA levels in NAFLD and control cells. (D) IL1RN relative mRNA levels in NAFLD and control cells. (E) MYO7A relative mRNA levels in NAFLD and control cells. (F) AGTR1 relative mRNA levels in NAFLD and control mice. (G) IGFBP2 relative mRNA levels in NAFLD and control mice. (H) IL1RN relative mRNA levels in NAFLD and control mice. (I) MYO7A relative mRNA levels in NAFLD and control mice. NAFLD, non-alcoholic fatty liver disease. (*P < 0.05, **P < 0.01, ***P < 0.001).

4. Discussion

At present, affecting almost 25% of the world’s population, NAFLD is one of the most common chronic liver diseases worldwide, and its prevalence is still rising (15). Equally critically, hepatocellular carcinoma, cirrhosis, and liver fibrosis can develop from NAFLD. Public health systems and socioeconomic resources are heavily burdened by these severe hepatic complications, which significantly raise patients’ risk of liver-related and all-cause mortality (26, 27). Although the ‘multiple hits’ theory centered on lipid metabolism disorders, insulin resistance (IR), and chronic inflammatory responses has long been a research focus, the rapid advancement of multi-omics technologies in recent years—such as transcriptomics, genomics, and systems biological analysis—has further revealed the intricate and sophisticated molecular regulatory networks underlying NAFLD development.

We used gene sets linked to circulating insulin degradation from the GeneCards database, differentially expressed genes from three distinct cohorts in the GEO database, and important co-expression module genes found using WGCNA analysis in this study. Through the intersection of these three datasets, we were able to identify a group of potentially important genes that are probably involved in the pathophysiology and progression of NAFLD, offering fresh perspectives on the molecular mechanisms of NAFLD at the systems level. KEGG enrichment analysis of the 66 intersecting genes revealed their predominant enrichment in pathways closely linked to energy and lipid metabolism, including Insulin signaling pathway, TNF signaling pathway, and JAK-STAT signaling pathway. This suggests their potential functional roles in metabolic and inflammatory signaling pathways relevant to NAFLD. Previous studies indicated that hepatic oxidative stress and pro-inflammatory signaling cascades are key drivers of NAFLD formation and progression (28), and are closely associated with multiple immune cell populations, including macrophage/Kupffer-cell-related inflammatory responses, NK cells, dendritic cells, and neutrophils (29). In the present study, immune infiltration analysis also suggested alterations in several immune cell subsets in NAFLD, supporting the notion that the immune-inflammatory microenvironment is involved in NAFLD pathogenesis.

Another core aspect in the pathogenesis of NAFLD is the interaction between insulin metabolism abnormalities and hepatic lipid deposition (30). As a critical metabolic hormone, insulin homeostasis relies heavily on the liver’s capacity to uptake and degrade circulating insulin. When hepatic insulin degradation capacity is impaired, persistently elevated circulating insulin levels may ensue, thereby exacerbating insulin resistance, promoting lipogenesis and hepatic lipid accumulation, and establishing a vicious cycle of metabolic imbalance and fatty liver progression (3133). Against this pathophysiological backdrop, we integrated circulating insulin degradation-related genes with NAFLD-associated differentially expressed genes, combining these with WGCNA screening results to identify pivotal genes mediating the link between NAFLD and insulin metabolism abnormalities. Building on this, we developed eight machine learning models to comprehensively model and screen features in the training cohort of the combined dataset: SVM, RF, GLM, GBM, KNN, NNET, LASSO, and DT. By comparing residual distributions and ROC curve performance across models in the training cohort, we identified GLM as superior in both model stability and discriminative efficacy, establishing it as the optimal diagnostic model. Further feature importance scoring within GLM yielded MYO7A, AGTR1, IGFBP2, and IL1RN as the four highest-scoring genes, designated as hub genes. Subsequently constructed nomograms, combined with calibration curves and DCA results, demonstrated that this model exhibits good discriminatory power, precise calibration, and considerable clinical net benefit in predicting NAFLD occurrence, proving its high potential for clinical application. Using the SHAP approach, we also determined each hub gene’s contribution to the machine learning prediction model. The genes were ranked in descending order of contribution as follows: IGFBP2, IL1RN, AGTR1, and MYO7A.

To validate the expression profiles of the bioinformatically identified hub genes, we employed both in vitro (cellular) and in vivo (animal) models of NAFLD. Morphological analysis via Oil Red O staining (Figure 7A) confirmed significant intracellular lipid accumulation in the NAFLD group compared to the control, demonstrating the successful establishment of the hepatic steatosis models.

IGFBP2 is recognized as a protective metabolic factor, with its levels inversely correlated with obesity, insulin resistance, and the severity of NAFLD (34). Recent studies have demonstrated that IGFBP2 functions as an endogenous protector against hepatic steatosis; its deficiency exacerbates lipid accumulation by activating the EGFR-STAT3 signaling pathway, which in turn promotes the expression of lipogenic genes like Srebf1 (35). Additionally, other members of the IGFBP family have been shown to attenuate steatosis through the AMPK pathway, a master regulator of energy homeostasis (36). In the present study, mRNA levels of IGFBP2 were significantly downregulated in both cellular (Figure 7C) and animal models (Figure 7G) (P < 0.01). These findings are concordant with existing literature, suggesting that the loss of IGFBP2 impairs the liver’s metabolic defenses, serving as a critical driver of NAFLD progression.

IL1RN is a naturally occurring anti-inflammatory cytokine that competitively binds to the IL-1 receptor, thereby neutralizing the pro-inflammatory activities of IL-1β (37). The transition from simple steatosis to NAFLD is largely governed by uncontrolled inflammatory responses; notably, experimental studies have shown that IL1RN deficiency leads to accelerated development of hepatic inflammation and steatosis (38). Our results indicated a significant reduction in IL1RN expression in the cellular model (Figure 7D, P < 0.001), with a consistent downward trend observed in the animal model (Figure 7H). This suppression suggests that diminished IL1RN levels may increase the inflammatory susceptibility of hepatocytes during the early stages of NAFLD.

As a major effector receptor of the renin-angiotensin system (RAS), AGTR1 has been widely implicated in promoting hepatic oxidative stress and fibrogenic signaling. Experimental studies in NASH models have shown that pharmacological blockade of AGTR1 attenuates oxidative stress, hepatic stellate cell activation, and liver fibrosis, supporting its pathogenic role in liver injury (39, 40). In our study, AGTR1 mRNA levels were significantly decreased in the cellular model (Figure 7B, P < 0.05), while remaining relatively stable in the animal model (Figure 7F). This pattern may indicate a context-dependent adaptive response in hepatocytes under acute lipid loading, possibly serving to limit excessive RAS-mediated signaling and cellular injury.

MYO7A is an unconventional actin-based motor protein implicated in intracellular cargo transport and organelle positioning, with established roles in the movement of melanosomes and phagosomes in retinal pigment epithelial cells (41, 42). Given that lipid droplet remodeling is a central feature of NAFLD progression (43), alterations in motor- and trafficking-related genes may contribute to disturbed hepatic lipid handling and tissue reorganization during disease development (44). In our study, MYO7A expression remained unchanged in the cellular model (Figure 7E), whereas it was significantly upregulated in the NAFLD mouse model (Figure 7I, P < 0.05). However, because direct evidence linking MYO7A to hepatic lipid droplet dynamics is still limited, this interpretation should be regarded as hypothesis-generating rather than conclusive.

In addition to their biomarker potential, the identified hub genes may also provide clues for therapeutic development. Specifically, the observed changes in IGFBP2, IL1RN, and AGTR1 suggest that restoration of metabolic protection, attenuation of IL-1-driven inflammation, and inhibition of RAS-related signaling may represent potential therapeutic directions in NAFLD. By contrast, the role of MYO7A remains less well defined and should currently be regarded as hypothesis-generating rather than directly targetable. Overall, our findings highlight several disease-relevant pathways that may be prioritized for future therapeutic exploration, although further mechanistic and translational studies are required before clinical application can be considered.

In conclusion, this study used systems biology analysis and machine learning techniques to identify four hub genes associated with circulating insulin degradation in NAFLD. These genes should be considered candidate biomarkers and potential therapeutic targets rather than definitively validated clinical markers, and they provide a useful basis for future mechanistic and translational studies. However, our research also presents several limitations that cannot be overlooked. First, all data used in this study were obtained from the GEO public database. Although these datasets were extensive and well curated, their reliance on processed public transcriptomic data rather than prospectively collected clinical samples may introduce selection bias and limit the generalizability of the findings. Second, although our cellular and animal models showed trends broadly consistent with the bioinformatics analyses, some results did not reach statistical significance, which may be attributable to limited sample sizes and underscores the need for further validation in larger, well-characterized cohorts, particularly human clinical samples. Furthermore, although this study provides preliminary and hypothesis-generating evidence regarding the potential roles of these hub genes in NAFLD, additional in vivo and in vitro functional experiments are still required to clarify their precise roles in the etiology and progression of the disease. Moreover, the findings from the immune infiltration analysis require further confirmation using liver-specific single-cell datasets or dedicated validation studies.

Glossary

NAFLD

non-alcoholic fatty liver disease

WGCNA

weighted gene co-expression network analysis

MASLD

metabolic dysfunction-associated steatotic liver disease

MAFLD

metabolic dysfunction-associated fatty liver disease

DEGs

differentially expressed genes

GEO

Gene Expression Omnibus

RF

Random Forest

SVM

Support Vector Machine

GLM

Generalised Linear Model

GBM

Gradient Boosting Machine

KNN

K-Nearest Neighbours

NNET

Neural Network

LASSO

Least Absolute Shrinkage and Selection Operator

DT

Decision Tree

Nested-CV

nested cross-validation

AUC

area under the curve

DCA

decision curve analysis

TPR

true positive rate

FPR

false positive rate

SHAP

SHapley Additive explanation

GO

Gene ontology

KEGG

Kyoto encyclopedia of genes genomes

BP

biological processes

MF

molecular functions

CC

cellular components

AML12

Alpha Mouse Liver 12

PCA

Principal Component Analysis

Funding Statement

The author(s) declared that financial support was received for this work and/or its publication. General Fund Program of the National Natural Science Foundation of China (32571363), Science and Technology Research Projects of Henan Province (2025, 252102311146), Major Innovation Projects of Henan Province (2024, 241112310700).

Footnotes

Edited by: Sudarshan Bhattacharjee, Boston College, United States

Reviewed by: Bhanu Chandra Karisetty, The Wistar Institute, United States

Abdullah Al Marzan, Dhaka Medical College and Hospital, Bangladesh

Data availability statement

Publicly available datasets were analyzed in this study. This data can be found here: https://www.ncbi.nlm.nih.gov/geo/.

Ethics statement

The animal study was approved by the Animal Care and Use Committee of Henan University. The study was conducted in accordance with the local legislation and institutional requirements.

Author contributions

MG: Data curation, Formal analysis, Software, Writing – original draft, Writing – review & editing. WL: Data curation, Project administration, Writing – original draft. XS: Data curation, Software, Writing – original draft. DG: Validation, Writing – original draft. GW: Project administration, Writing – original draft. HM: Software, Writing – original draft. WW: Project administration, Writing – original draft. YW: Funding acquisition, Writing – review & editing.

Conflict of interest

The author(s) declared that this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The author(s) declared that generative AI was not used in the creation of this manuscript.

Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.

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/fendo.2026.1774997/full#supplementary-material

DataSheet1.docx (9.4MB, docx)

References

  • 1. Stefan N, Yki-Jarvinen H, Neuschwander-Tetri BA. Metabolic dysfunction-associated steatotic liver disease: heterogeneous pathomechanisms and effectiveness of metabolism-based treatment. Lancet Diabetes Endocrinol. (2025) 13:134–48. doi:  10.1016/S2213-8587(24)00318-8. PMID: [DOI] [PubMed] [Google Scholar]
  • 2. Eslam M, Sanyal AJ, George J, International Consensus P . MAFLD: a consensus-driven proposed nomenclature for metabolic associated fatty liver disease. Gastroenterology. (2020) 158:1999–2014:e1. doi:  10.1053/j.gastro.2019.11.312. PMID: [DOI] [PubMed] [Google Scholar]
  • 3. Rinella ME, Lazarus JV, Ratziu V, Francque SM, Sanyal AJ, Kanwal F, et al. A multisociety Delphi consensus statement on new fatty liver disease nomenclature. Hepatology. (2023) 78:1966–86. doi:  10.1097/HEP.0000000000000520. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4. Djeagou A, Gunukula K, Sermani A, Vaspari SK. Emerging perspectives in the diagnosis and management of metabolic dysfunction-associated steatotic liver disease (MASLD): a narrative review. Cureus. (2025) 17:e95288. doi:  10.7759/cureus.95288. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Tincopa MA, Anstee QM, Loomba R. New and emerging treatments for metabolic dysfunction-associated steatohepatitis. Cell Metab. (2024) 36:912–26. doi:  10.1016/j.cmet.2024.03.011. PMID: [DOI] [PubMed] [Google Scholar]
  • 6. Riazi K, Azhari H, Charette JH, Underwood FE, King JA, Afshar EE, et al. The prevalence and incidence of NAFLD worldwide: a systematic review and meta-analysis. Lancet Gastroenterol Hepatol. (2022) 7:851–61. doi:  10.1016/S2468-1253(22)00165-0. PMID: [DOI] [PubMed] [Google Scholar]
  • 7. Thomas JA, Kendall BJ, El-Serag HB, Thrift AP, Macdonald GA. Hepatocellular and extrahepatic cancer risk in people with non-alcoholic fatty liver disease. Lancet Gastroenterol Hepatol. (2024) 9:159–69. doi:  10.1016/S2468-1253(23)00275-3. PMID: [DOI] [PubMed] [Google Scholar]
  • 8. Huang DQ, El-Serag HB, Loomba R. Global epidemiology of NAFLD-related HCC: trends, predictions, risk factors and prevention. Nat Rev Gastroenterol Hepatol. (2021) 18:223–38. doi:  10.1038/s41575-020-00381-6. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Matsubayashi Y, Yoshida A, Suganami H, Ishiguro H, Yamamoto M, Fujihara K, et al. Role of fatty liver in the association between obesity and reduced hepatic insulin clearance. Diabetes Metab. (2018) 44:135–42. doi:  10.1016/j.diabet.2017.12.003. PMID: [DOI] [PubMed] [Google Scholar]
  • 10. Kotronen A, Juurinen L, Tiikkainen M, Vehkavaara S, Yki-Jarvinen H. Increased liver fat, impaired insulin clearance, and hepatic and adipose tissue insulin resistance in type 2 diabetes. Gastroenterology. (2008) 135:122–30. doi:  10.1053/j.gastro.2008.03.021. PMID: [DOI] [PubMed] [Google Scholar]
  • 11. Powell EE, Wong VW, Rinella M. Non-alcoholic fatty liver disease. Lancet. (2021) 397:2212–24. doi:  10.1016/S0140-6736(20)32511-3. PMID: [DOI] [PubMed] [Google Scholar]
  • 12. Lamprinou A, Willmann C, Machann J, Schick F, Eckstein SS, Dalla Man C, et al. Determinants of hepatic insulin clearance - results from a Mendelian randomization study. Metabolism. (2021) 119:154776. doi:  10.1016/j.metabol.2021.154776. PMID: [DOI] [PubMed] [Google Scholar]
  • 13. Guerra S, Gastaldelli A. The role of the liver in the modulation of glucose and insulin in non alcoholic fatty liver disease and type 2 diabetes. Curr Opin Pharmacol. (2020) 55:165–74. doi:  10.1016/j.coph.2020.10.016. PMID: [DOI] [PubMed] [Google Scholar]
  • 14. Xie H, Wang J, Zhao Q. Identification of potential metabolic biomarkers and immune cell infiltration for metabolic associated steatohepatitis by bioinformatics analysis and machine learning. Sci Rep. (2025) 15:16596. doi:  10.1038/s41598-025-86397-x. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Wang H, Cheng W, Hu P, Ling T, Hu C, Chen Y, et al. Integrative analysis identifies oxidative stress biomarkers in non-alcoholic fatty liver disease via machine learning and weighted gene co-expression network analysis. Front Immunol. (2024) 15:1335112. doi:  10.3389/fimmu.2024.1335112. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinf. (2008) 9:559. doi:  10.1186/1471-2105-9-559. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17. Wang M, Wang L, Pu L, Li K, Feng T, Zheng P, et al. LncRNAs related key pathways and genes in ischemic stroke by weighted gene co-expression network analysis (WGCNA). Genomics. (2020) 112:2302–8. doi:  10.1016/j.ygeno.2020.01.001. PMID: [DOI] [PubMed] [Google Scholar]
  • 18. Wang F, Wang B, Long J, Wang F, Wu P. Identification of candidate target genes for endometrial cancer, such as ANO1, using weighted gene co-expression network analysis. Exp Ther Med. (2019) 17:298–306. doi:  10.3892/etm.2018.6965. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Zhang JX, Xing XH, Lu RY, Liu MX, Xu WH, Zhang HC, et al. ANXA3 as a novel biomarker for sepsis diagnosis: evidence from integrative WGCNA analysis. Heliyon. (2024) 10:e38608. doi:  10.1016/j.heliyon.2024.e38608. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20. Feng C, Yan W, Mei Z, Luo X. Exploring the toxicological impact of bisphenol a exposure on psoriasis through network toxicology, machine learning, and multi-dimensional bioinformatics analysis. J Environ Manage. (2025) 385:125708. doi:  10.1016/j.jenvman.2025.125708. PMID: [DOI] [PubMed] [Google Scholar]
  • 21. Das SC, Tasnim W, Rana HK, Acharjee UK, Islam MM, Khatun R. Comprehensive bioinformatics and machine learning analyses for breast cancer staging using TCGA dataset. Brief Bioinform. (2024) 26:bbae628. doi:  10.1093/bib/bbae628. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22. Xie W, Li Y, Meng X, Zhao M. Machine learning prediction models and nomogram to predict the risk of in-hospital death for severe DKA: a clinical study based on MIMIC-IV, eICU databases, and a college hospital ICU. Int J Med Inform. (2023) 174:105049. doi:  10.1016/j.ijmedinf.2023.105049. PMID: [DOI] [PubMed] [Google Scholar]
  • 23. 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 Bioinf. (2011) 12:77. doi:  10.1186/1471-2105-12-77. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Lundberg S, Lee S-I. A unified approach to interpreting model predictions. Adv Neural Inf Proces Syst. (2017) 30:4766–77. [Google Scholar]
  • 25. Gomez-Lechon MJ, Donato MT, Martinez-Romero A, Jimenez N, Castell JV, O'Connor JE. A human hepatocellular in vitro model to investigate steatosis. Chem Biol Interact. (2007) 165:106–16. doi:  10.1016/j.cbi.2006.11.004. PMID: [DOI] [PubMed] [Google Scholar]
  • 26. Amini-Salehi E, Letafatkar N, Norouzi N, Joukar F, Habibi A, Javid M, et al. Global prevalence of nonalcoholic fatty liver disease: an updated review meta-analysis comprising a population of 78 million from 38 countries. Arch Med Res. (2024) 55:103043. doi:  10.1016/j.arcmed.2024.103043. PMID: [DOI] [PubMed] [Google Scholar]
  • 27. Yu J, Shen J, Sun TT, Zhang X, Wong N. Obesity, insulin resistance, NASH and hepatocellular carcinoma. Semin Cancer Biol. (2013) 23:483–91. doi:  10.1016/j.semcancer.2013.07.003. PMID: [DOI] [PubMed] [Google Scholar]
  • 28. Liu D, Wong CC, Zhou Y, Li C, Chen H, Ji F, et al. Squalene epoxidase induces nonalcoholic steatohepatitis via binding to carbonic anhydrase III and is a therapeutic target. Gastroenterology. (2021) 160:2467–82:e3. doi:  10.1053/j.gastro.2021.02.051. PMID: [DOI] [PubMed] [Google Scholar]
  • 29. Arrese M, Cabrera D, Kalergis AM, Feldstein AE. Innate immunity and inflammation in NAFLD/NASH. Dig Dis Sci. (2016) 61:1294–303. doi:  10.1007/s10620-016-4049-x. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Zaharia OP, Antoniou S, Bobrov P, Karusheva Y, Bodis K, Kupriyanova Y, et al. Reduced insulin clearance differently relates to increased liver lipid content and worse glycemic control in recent-onset type 2 and type 1 diabetes. Diabetes Care. (2023) 46:2232–9. doi:  10.2337/dc23-1267. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Najjar SM, Caprio S, Gastaldelli A. Insulin clearance in health and disease. Annu Rev Physiol. (2023) 85:363–81. doi:  10.1146/annurev-physiol-031622-043133. PMID: [DOI] [PubMed] [Google Scholar]
  • 32. Najjar SM, Perdomo G. Hepatic insulin clearance: mechanism and physiology. Physiol (Bethesda). (2019) 34:198–215. doi:  10.1152/physiol.00048.2018. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. Veskovic M, Sutulovic N, Hrncic D, Stanojlovic O, Macut D, Mladenovic D. The interconnection between hepatic insulin resistance and metabolic dysfunction-associated steatotic liver disease-the transition from an adipocentric to liver-centric approach. Curr Issues Mol Biol. (2023) 45:9084–102. doi:  10.3390/cimb45110570. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Hedbacker K, Birsoy K, Wysocki RW, Asilmaz E, Ahima RS, Farooqi IS, et al. Antidiabetic effects of IGFBP2, a leptin-regulated gene. Cell Metab. (2010) 11:11–22. doi:  10.1016/j.cmet.2009.11.007. PMID: [DOI] [PubMed] [Google Scholar]
  • 35. Zhai T, Cai L, Jia X, Xia M, Bian H, Gao X, et al. IGFBP2 functions as an endogenous protector against hepatic steatosis via suppression of the EGFR-STAT3 pathway. Mol Metab. (2024) 89:102026. doi:  10.1016/j.molmet.2024.102026. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36. Xiao Z, Chu Y, Qin W. IGFBP5 modulates lipid metabolism and insulin sensitivity through activating AMPK pathway in non-alcoholic fatty liver disease. Life Sci. (2020) 256:117997. doi:  10.1016/j.lfs.2020.117997. PMID: [DOI] [PubMed] [Google Scholar]
  • 37. Herder C, Brunner EJ, Rathmann W, Strassburger K, Tabak AG, Schloot NC, et al. Elevated levels of the anti-inflammatory interleukin-1 receptor antagonist precede the onset of type 2 diabetes: the Whitehall II study. Diabetes Care. (2009) 32:421–3. doi:  10.2337/dc08-1161. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Peiseler M, Schwabe R, Hampe J, Kubes P, Heikenwalder M, Tacke F. Immune mechanisms linking metabolic injury to inflammation and fibrosis in fatty liver disease - novel insights into cellular communication circuits. J Hepatol. (2022) 77:1136–60. doi:  10.1016/j.jhep.2022.06.012. PMID: [DOI] [PubMed] [Google Scholar]
  • 39. Hirose A, Ono M, Saibara T, Nozaki Y, Masuda K, Yoshioka A, et al. Angiotensin II type 1 receptor blocker inhibits fibrosis in rat nonalcoholic steatohepatitis. Hepatology. (2007) 45:1375–81. doi:  10.1002/hep.21638. PMID: [DOI] [PubMed] [Google Scholar]
  • 40. Tox U, Scheller I, Kociok N, Kern MA, Klanac D, Daudi SM, et al. Expression of angiotensin II receptor type 1 is reduced in advanced rat liver fibrosis. Dig Dis Sci. (2007) 52:1995–2005. doi:  10.1007/s10620-006-9133-1. PMID: [DOI] [PubMed] [Google Scholar]
  • 41. Schwander M, Lopes V, Sczaniecka A, Gibbs D, Lillo C, Delano D, et al. A novel allele of myosin VIIa reveals a critical function for the C-terminal FERM domain for melanosome transport in retinal pigment epithelial cells. J Neurosci. (2009) 29:15810–8. doi:  10.1523/JNEUROSCI.4876-09.2009. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42. Lopes VS, Gibbs D, Libby RT, Aleman TS, Welch DL, Lillo C, et al. The Usher 1B protein, MYO7A, is required for normal localization and function of the visual retinoid cycle enzyme, RPE65. Hum Mol Genet. (2011) 20:2560–70. doi:  10.1093/hmg/ddr155. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43. Scorletti E, Carr RM. A new perspective on NAFLD: focusing on lipid droplets. J Hepatol. (2022) 76:934–45. doi:  10.1016/j.jhep.2021.11.009. PMID: [DOI] [PubMed] [Google Scholar]
  • 44. Magee N, Ahamed F, Eppler N, Jones E, Ghosh P, He L, et al. Hepatic transcriptome profiling reveals early signatures associated with disease transition from non-alcoholic steatosis to steatohepatitis. Liver Res. (2022) 6:238–50. doi:  10.1016/j.livres.2022.11.001. PMID: [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

DataSheet1.docx (9.4MB, docx)

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: https://www.ncbi.nlm.nih.gov/geo/.


Articles from Frontiers in Endocrinology are provided here courtesy of Frontiers Media SA

RESOURCES