Next Article in Journal
FMR1 Methylation Pattern and Repeat Expansion Screening in a Cohort of Boys with Autism Spectrum Disorders: Correlation of Genetic Findings with Clinical Presentations
Previous Article in Journal
Cross-Population Analysis of Sjögren’s Syndrome Polygenic Risk Scores and Disease Prevalence: A Pilot Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

BIM-Ken: Identifying Disease-Related miRNA Biomarkers Based on Knowledge-Enhanced Bio-Network

1
School of Computer Science and Technology, Dalian University of Technology, Dalian 116024, China
2
Department of Gastric Surgery, Cancer Hospital of Dalian University of Technology (Liaoning Cancer Hospital & Institute), Shenyang 110042, China
*
Author to whom correspondence should be addressed.
Genes 2025, 16(8), 902; https://doi.org/10.3390/genes16080902
Submission received: 1 July 2025 / Revised: 22 July 2025 / Accepted: 24 July 2025 / Published: 28 July 2025
(This article belongs to the Section Bioinformatics)

Abstract

The identification of microRNA (miRNA) biomarkers is crucial in advancing disease research and improving diagnostic precision. Network-based analysis methods are powerful for identifying disease-related biomarkers. However, it is a challenge to generate a robust molecular network that can accurately reflect miRNA interactions and define reliable miRNA biomarkers. To tackle this issue, we propose a disease-related miRNA biomarker identification method based on the knowledge-enhanced bio-network (BIM-Ken) by combining the miRNA expression data and prior knowledge. BIM-Ken constructs the miRNA cooperation network by examining the miRNA interactions based on the miRNA expression data, which contains characteristics about the specific disease, and the information of the network nodes (miRNAs) is enriched by miRNA knowledge (i.e., miRNA-disease associations) from databases. Further, BIM-Ken optimizes the miRNA cooperation network using the well-designed GAE (graph auto-encoder). We improve the loss function by introducing the functional consistency and the difference prompt, so as to facilitate the optimized network to keep the intrinsically important characteristics of the miRNA data about the specific disease and the prior knowledge. The experimental results on the public datasets showed the superiority of BIM-Ken in classification. Subsequently, BIM-Ken was applied to analyze renal cell carcinoma data, and the defined key modules demonstrated involvement in the cancer-related pathways with good discrimination ability.

1. Introduction

MicroRNAs (miRNAs) are a class of small non-coding RNAs, and they are about 22 nucleotides in length [1]. Numerous studies have shown that miRNAs play critical roles in various biological processes by targeting specific mRNA and regulating gene expression [2,3], including cell growth, cell proliferation, and immune reaction. The abnormal expression of miRNAs may affect these biological processes and lead to various diseases [4], and many miRNAs can act as tumor suppressors and oncogenes [3]. Therefore, miRNAs can be used as potential disease biomarkers [5]. Identifying the miRNA biomarkers is of great value in elucidating disease mechanisms, improving disease prognosis, and refining therapeutic strategies.
Feature selection methods have been investigated and applied to analyze the miRNA expression data and identify the discriminative miRNAs as the potential biomarkers for diseases [6,7]. Fold change and t-test are commonly used methods. However, these methods focus on miRNA distinguishing ability without considering miRNA interactions, and the emerging evidence has shown that miRNA interactions play an important role in the occurrence and development of diseases [8]; considering the miRNA interactions can help define more accurate biomarkers reflecting physiological and pathological changes [9].
Network-based data analysis approaches provide in-depth insights into the molecular (e.g., gene, metabolite, miRNA) interactions at the system level [10]. The network is depicted as a graph structure, where nodes represent molecules and edges reflect the interactions between them [11]. In terms of miRNA networks, correlations are commonly used for network construction. Li et al. [12] used the Spearman correlation coefficient to construct the relevant connection network, and the consistency and differences of relevant connection networks under different states were analyzed to define the key miRNAs related to early gastric cancer. Zhang et al. [13] adopted the Pearson correlation coefficient (PCC) to establish the weighted gene co-expression network, and identified the modules using the topological overlap measure, which has been applied to miRNA co-expression network analysis [14]. These methods use statistical techniques to construct the miRNA networks based on the miRNA expression data, reflecting the miRNA interactions in a specific disease.
Meantime, there are publicly available knowledge bases, such as miRTarBase, HMDD (Human MicroRNA Disease Database), and dbDEMC (database of Differentially Expressed MiRNAs in human Cancers), which are invaluable resources for exploring miRNA functional interactions [15,16,17,18]. Some methods infer the miRNA interactions based on the knowledge bases. DDRM (defining disease-related modules) [9] measures the miRNA functional interactions by considering the co-regulating target subset and the non-common target set of miRNAs to construct the network, and identifies the key modules by integrating the miRNA expression data. Moreover, under the assumption that miRNAs with similar functions tend to be associated with similar diseases, some studies used Gaussian interaction profile kernel similarity to evaluate miRNA functional interactions based on miRNA-disease associations [19,20,21]. The knowledge about miRNA-disease associations can provide direct evidence that miRNAs are involved in the onset and progression of diseases [22].
Despite these advancements, identifying potential miRNA biomarkers from the network constructed only by using miRNA expression data or knowledge from databases still has limitations. The limitation of the network constructed purely based on knowledge is that public knowledge bases are seldom disease-specific and may not accurately reflect miRNA interactions for a specific disease. Furthermore, they may have some false negatives due to the incompleteness of knowledge bases [23]. In contrast, the network constructed based on the experimental data may have some false positives due to the sample size, the sample coverage, and the background noise [23]. Given this, it is beneficial to obtain a more accurate and stable network by the joint use of knowledge from databases and miRNA expression data. One easy method is to simply average the miRNA interactions from two sources [22], which mixes the local structure of the network derived from each source [24]. Now, it remains challenging to generate a robust network by appropriately leveraging knowledge from databases and miRNA expression data so that it can better reflect miRNA interactions in disease and help to define more reliable and biologically meaningful miRNA biomarkers.
With the development of deep learning, graph neural networks (GNNs) have emerged as an effective tool for analyzing graph data, and graph autoencoders (GAEs) are an important part of GNNs [25]. GAEs are unsupervised learning frameworks that are generally composed of an encoder and a decoder. The encoder maps node attributes and graph structure into lower-dimensional latent representations, and the decoder reconstructs the graph information from the latent information. The encoder-decoder structure of GAEs endows them with superior node representation ability under unsupervised learning, which has been successfully used in some bioinformation applications, such as drug-disease association prediction and single-cell multi-omics data clustering [26,27,28].
This study proposes a disease-related miRNA biomarker identification method based on the knowledge-enhanced bio-network (named BIM-Ken), jointly utilizing miRNA expression data and knowledge from public databases. Figure S1 (see Supplementary Information) shows the overview of BIM-Ken. BIM-Ken utilizes GAE to optimize the experimental data-based network to acquire the knowledge-enhanced bio-network, owing to the superior capability of GAE in handling graph data and preserving intrinsically important information [29]. Specifically, BIM-Ken first generates a miRNA cooperation network based on the expression data and enriches the node attributes through the knowledge about miRNA-disease associations. Then, the cooperation network is fed into the GAE, and the reconstruction loss, the functional consistency constraint, and the difference prompt constraint are introduced to learn the synergy relationship, functional information, and disease-specific relationship between miRNAs. The learned representations are used to infer the knowledge-enhanced network, i.e., miRNA interaction network. Finally, BIM-Ken identifies the modules from the miRNA interaction network by a greedy searching strategy and selects the important modules as the disease-related miRNA biomarkers. Experiments on the public datasets and the application of the miRNA expression dataset associated with renal cell carcinoma showed the validity of BIM-Ken.

2. Materials and Methods

2.1. Data

In this work, nine miRNA expression datasets downloaded from the Gene Expression Omnibus (GEO) database (https://www.ncbi.nlm.nih.gov/gds/, accessed on 16 June 2024) [30] were adopted to evaluate the effectiveness of BIM-Ken. Table 1 provides the detailed descriptions of the nine datasets. The datasets are related to multiple diseases, such as prostate cancer, breast cancer, and gastric cancer. For each dataset, if one probe corresponds to multiple miRNA names, it was removed. When multiple probes are mapped to the same miRNA name, only the one with the highest average expression level across all samples was retained. Moreover, all human mature miRNA names were converted to their corresponding miRNA accession numbers (MIMAT IDs) based on the miRBase database (miRBase version 22.0) [31] using the miRNAmeConverter package [32], and any miRNAs that could not be converted to MIMAT IDs were removed.
The knowledge about miRNA-disease associations was extracted from two widely used knowledge bases dbDEMC [17] and miRCancer [18]. In dbDEMC, the focus is on the differentially expressed miRNAs in various diseases. The miRCancer database utilizes text mining techniques to extract miRNA and disease associations from the published literature.

2.2. BIM-Ken Method

The proposed BIM-Ken consists of three steps: miRNA cooperation network generation, miRNA cooperation network enhancement, and key miRNA module identification. Figure 1 shows the workflow of BIM-Ken.

2.2.1. MiRNA Cooperation Network Generation

Let S = {s1, s2, …, sn} be the training sample set with n samples, F = {f1, f2, …, fm} be the feature (miRNA) set, and m be the number of features. Table S1 (see Supplementary Information) lists a summary of key mathematical symbols and notations used in the study.
The relationships of miRNA fi (1 ≤ im) and the diseases are represented as a binary vector d ( f i ) = ( d 1 f i , d 2 f i , , d p f i ) , in which p is the number of the diseases [19]. Specifically, if miRNA fi is associated with the disease dt (t = 1, 2, …, p), then d t f i is 1, otherwise, d t f i is 0.
For two features fi and fj (1 ≤ ijm), SVM (Support Vector Machine) with linear kernel can find an optimal hyper-plane αij fi + βij fj + γij = 0 that maximizes the decision boundary, enhancing model generalization and minimizing classification errors [33]. This hyper-plane illustrates the ability of the cooperation of fi and fj to separate different sample groups. Hence, BIM-Ken defines the artificial combinatorial feature fcom(fi, fj) = αij fi + βij fj + γij to represent the linear combinatorial relationship between miRNA fi and miRNA fj. It is believed that the linear relationship is simpler, and it is easier to obtain a biomedical explanation than the non-linear relationship. Moreover, the differences in the expression levels of fcom(fi, fj) between the distinct sample groups reflect the alteration in the cooperative regulation of miRNA fi and miRNA fj. Here, the t-test is introduced to examine the significant change of fcom(fi, fj) in different sample groups. The cooperative regulation of fi and fj is strong if fcom(fi, fj) changes significantly in different sample groups (i.e., p-value(fcom(fi, fj)) < 0.05). Thus, the miRNA cooperation network is defined based on significant differences in the artificial combinatorial features between different sample groups.
Let Gco = (Vco, Eco) be the undirected cooperation network, then the node set is the input feature set (i.e., Vco = F), there is an edge between fi and fj if p-value (fcom(fi, fj)) < 0.05, i.e., Eco = {(fi, fj)|fi, fjF, 1 ≤ ijm, p-value(fcom(fi, fj)) < 0.05}. Also, the attributes of each node are denoted as xco(fi) = ѱ(d(fi), s(fi)), where s ( f i ) = ( s 1 f i , s 2 f i , , s n f i ) is the expression values of miRNA fi on all samples, and the ѱ() denotes the concatenation operation. The attributes of all the nodes in Gco form an m × (p + n) node attribute matrix Xco. In this way, a cooperation network is established, the network topology is induced by the miRNA expression data, and the attributes of the network node contain the values of the corresponding miRNAs on the samples and their knowledge information associated with diseases.

2.2.2. MiRNA Cooperation Network Enhancement

The cooperation network Gco is constructed based on the miRNA expression data, and the node information is enriched by prior knowledge. The network structure is determined based on the miRNA data, which is affected by factors such as sample size, sampling coverage, and background noise of the data. Small sample size, limited sampling coverage, and noise may lead to false positives. The knowledge about miRNA-disease associations offers direct evidence that miRNAs participate in the occurrence and development of certain diseases, and it is invaluable for exploring miRNA functional interactions. Hence, to optimize the network and mitigate false positives, GAE is used to fuse experimental data and prior knowledge to enhance the latent representations of miRNAs and then optimize the network.
Let Aco be the adjacency matrix of Gco. BIM-Ken uses the encoder of GAE to extract the latent representations of the nodes in Gco. The encoder is defined as follows [34]:
Z = D ˜ 1 2 A ˜ D ˜ 1 2 σ ( D ˜ 1 2 A ˜ D ˜ 1 2 X W 0 ) W 1
where A ˜ = A c o + I m is the adjacency matrix Aco with added self-connections, Im is the identity matrix, D ˜ is the diagonal degree matrix of A ˜ , X = Xco, W0 and W1 are the trainable weight matrices, and σ() is the exponential linear unit (ELU) activation function [35]. Formula (1) enables the representations Z of nodes to effectively integrate the information of node relationships and node attributes in the cooperative network graph Gco, which fully exploits the knowledge about miRNA-disease associations and miRNA expression data jointly.
The latent representations Z should encapsulate the essential information of the input data, thereby facilitating the reconstruction of the network. Based on a general biological assumption that the miRNAs with similar functions tend to be associated with similar diseases, BIM-Ken considers the miRNA functional interactions based on the miRNA-disease associations knowledge and preserves the consistency between the similarity of learned node representations and the miRNA functional interactions [19,20,21]. Also, pathogenic alterations typically result in some differentially expressed molecules [36]. Capturing the distinction between differentially and non-differentially expressed molecules helps to learn finer representations and facilitates downstream network analysis tasks, including potential disease biomarker identification. With regard to this, the loss function consists of three parts: the reconstruction loss, the functional consistency constraint, and the difference prompt constraint.
(1)
The reconstruction loss
Refer to GAE, the inner product decoder reconstructs the input from the latent representations Z, and the reconstructed adjacency matrix Arec is formulated by:
Arec = sigmoid(ZZT)
BIM-Ken uses the mean squared error (MSE) as the reconstruction loss between the input adjacency matrix Aco and the reconstructed adjacency matrix Arec [37]:
Lrec = MSE(Aco, Arec)
Based on the above reconstruction process, the extracted representations can inherit more information from the cooperation network, which helps retain the cooperative regulation of miRNAs from the sample data.
(2)
Functional consistency constraint
To capture miRNA functional interactions, Gaussian interaction profile (GIP) kernel similarity is adopted to calculate the similarity of miRNAs between d(fi) of miRNA fi and d(fj) of miRNA fj (1 ≤ ijm), and obtain the GIP kernel similarity matrix GS m × m :
G S i j = exp ( r m d ( f i ) d ( f j ) 2 )
r m = r m / ( 1 m k = 1 m d ( f k ) 2 )
where r m is set to 1 according to the study [19], and exp() is the exponential function. Analogously, the GIP kernel similarity is also used to measure the pairwise similarity between the representation Zi and the representation Zj to obtain GS’ m × m (Zi represents the learned representations of node fi (1 ≤ ijm)). The functional consistency constraint Lfc is introduced to preserve the consistency between GS and the GS’ [38]:
L f c = G S G S F 2
(3)
Difference prompt constraint
Inspired by prompt learning in natural language processing, the difference prompt constraint was designed to enable learned node representations to behave discrepantly between differentially expressed and non-differentially expressed miRNAs. Assume a pseudo-label YP for each node. If the p-value from the t-test for feature fi is less than 0.05, then Yp(fi) = y0; otherwise, Yp(fi) = y1. A linear discriminator-like DL() is trained to partition nodes based on the latent representations Z. The difference prompt constraint Lmp is defined as follows [39,40]:
L m p = f i F 1 | B ( f i ) | b B ( f i ) log exp ( D L ( Z i ) D L ( Z b ) / τ ) a A ( f i ) exp ( D L ( Z i ) D L ( Z a ) / τ )
where A(fi) = F\{ fi } is the subset of all features excluding fi, B(fi) = {bA(fi): YP(b) = YP(fi)} is the subset of the features with the same pseudo label as fi, the symbol denotes the inner (dot) product operation, τ is a scalar temperature parameter, |B(fi)| denotes its cardinality.
The reconstruction loss, the functional consistency constraint, and the difference prompt constraint constitute the overall objective function of BIM-Ken, which is defined as follows:
Ltotal = Lrec + λ1Lfc + λ2Lmp
where λ1 and λ2 are the balance factors.
The final latent representations of the nodes learn the synergy relationship, functional information, and disease-specific relationship between miRNAs. Based on the enhanced latent representations of the nodes, BIM-Ken builds the enhanced interaction network GNet.

2.2.3. Key miRNA Module Identification

To identify the miRNA information module in GNet, a greedy searching strategy is provided. Thereinto, the performance of a module is evaluated by the area under the curve (AUC) value, which is computed based on the features (nodes) in the module.
(1) Initially, the current module contains the most important node in GNet. The candidate node refers to the node adjacent to the edge having the highest edge weight among all the edges connected to the current module in GNet (in instances where multiple candidate nodes exist, the one that demonstrates the largest performance when it is added to the current module is selected). In each extension, the candidate node is examined. If the candidate node can improve the performance of the current module, it is added to the module; otherwise, it will be added to the current module with a probability Probt = 1 − exp((AUCcmn − 1)/cmn), where cmn represents the number of nodes including both the current candidate node and nodes in the current module, and AUCcmn represents the AUC value of the current module and the candidate node. The Probt is considered to avoid the local optimal in the searching procedure. This extension stops when no candidate node can be added to the current module.
When a module searching procedure terminates, the nodes in the identified module are removed from GNet.
(2) The procedure (1) is repeated until the edge set in GNet is empty or the preset maximum number of modules Maxmodulenum is reached.
Since the edge weight reflects the strength of the interaction between two adjacent nodes, BIM-Ken evaluates the node importance by the sum of the weights of the edges adjacent to the node, which represents the influence of the node in the network.
Among the detected modules, the k > 0 ones with the highest AUC values are defined as the key modules. For the k modules, the SVM classifiers with the linear kernel are trained, and the final prediction is decided by the majority voting of the k base SVM classifiers.

3. Experimental Settings

To evaluate the performance of BIM-Ken, data-driven analysis methods and the hybrid method, which combines miRNA expression data and prior knowledge, were chosen as the baselines, including the popular machine learning technique support vector machine-recursive feature elimination (SVM-RFE) [41], network analysis methods INtegrated DiffErential Expression and Differential network analysis (INDEED) [11], GRAph Convolutional nEtwork feature Selector (GRACES) [42], Graph Convolutional Network-based approach for Clustering and Classification (GCNCC) [43], NetRank [44], and the defining disease-related modules (DDRM) method, as well as the common statistical technique t-test.
SVM-RFE and t-test are the most commonly used and fundamental methods for omics data analysis. GRACES is a graph neural network-based method that exploits relationships between samples and uses various overfitting-reducing techniques to find an optimal feature subset. INDEED builds the differential correlation network based on the partial correlation and integrates molecule differential expression and differential network analysis for biomarker discovery. GCNCC learns deep network representations by integrating gene expression data and the existing network, then applies the geometric affinity propagation (Geometric-AP) to cluster network nodes and screens the cluster with discriminatory ability. This study used GCNCC to analyze miRNA expression data and constructed the network using PCC. NetRank uses the weighted gene correlation network analysis (WGCNA) method to construct the molecular network, and prioritizes and selects disease-related biomarkers by a random surfer mode. DDRM identifies the module biomarkers by combining the knowledge databases and miRNA expression data. It constructs the weighted miRNA synergistic network by the co-regulating target subset and the non-common target set and identifies miRNA synergistic modules. Then, DDRM maps the miRNAs in the miRNA expression data to the identified network modules and defines the module biomarkers based on the classification performance.
In the experiment, INDEED and t-test ranked features according to their respective weights, and the top r (r ∈ [1, min{100, |F|}], in which F is the set of remaining features after preprocessing in INDEED, and F refers to the set of features with p-values less than 0.05 in t-test) features with the highest classification performance using the sequential forward searching were selected. The number of selected modules of DDRM was set to 7. For BIM-Ken, the parameters λ1, λ2, Maxmodulenum, learning rate, the number of epochs, the temperature parameter τ, and the module number k were set to 0.1, 1 × 10−7, 10, 0.01, 200, 0.1, and 7, respectively (see Supplementary Information). Moreover, a negative sampling strategy was used in the model training process. SVM with the linear kernel was used as a classifier for all the methods, except GCNCC, which uses the logistic regression [45] according to [43].
The implementation of BIM-Ken was written in Python 3.8. Also, ten-fold cross-validation was run 10 times to obtain the average performance of each method.

4. Results and Discussion

4.1. Performance Comparison

In this section, BIM-Ken is compared with SVM-RFE, INDEED, GRACES, t-test, GCNCC, NetRank, and DDRM methods in classification accuracy rate, sensitivity, and specificity. The results are shown in Table 2, Table 3 and Table 4, where “Ave” represents the average classification performance of each method over the nine public datasets, and “W/T/L” (win/tie/lose) represents the number of datasets on which BIM-Ken achieved higher or equal or lower classification performance than the compared method.
Table 2 shows that BIM-Ken outperformed SVM-RFE, INDEED, GRACES, t-test, GCNCC, NetRank, and DDRM in most cases in terms of classification accuracy rate. BIM-Ken outperformed SVM-RFE, INDEED, GRACES, t-test, GCNCC, NetRank, and DDRM in classification accuracy rate for nine, nine, eight, nine, nine, nine, and nine of the nine datasets, and it significantly outperformed SVM-RFE, INDEED, GRACES, t-test, GCNCC, NetRank, and DDRM for nine, nine, seven, six, nine, five, and seven of the nine datasets.
Moreover, the sensitivity and specificity were also examined to further evaluate the performance of each method. The sensitivity calculates the proportion of true positives. The specificity measures the proportion of true negatives. Table 3 and Table 4 show that the sensitivity and specificity of BIM-Ken were higher than those of SVM-RFE, INDEED, GRACES, t-test, GCNCC, NetRank, and DDRM in most cases, and BIM-Ken obtained the highest average sensitivity and the highest average specificity over all the datasets.
Overall, BIM-Ken has advantages in defining powerful disease biomarkers and predicting sample labels. The comparison of BIM-Ken and data-driven analysis methods (e.g., SVM-RFE, INDEED, and GRACES) demonstrates that combining the miRNA expression data with prior knowledge can provide comprehensive insights to identify critical information reflecting the physiological and pathological changes. In addition, the comparison of BIM-Ken and the hybrid method (i.e., DDRM) shows that BIM-Ken is an effective method to appropriately leverage knowledge from databases and miRNA expression data, and the acquired miRNA interaction network can better reflect the miRNA interaction in disease and subsequently help to find more reliable miRNA biomarkers.

4.2. Ablation Study

BIM-Ken employs GAE to optimize the experimental data-based miRNA cooperation network. A functional consistency constraint is introduced into representation learning to preserve the consistency between the similarity of learned node representations and the miRNA functional interactions, and the difference prompt constraint is designed to enable learned node representations to capture the distinction between differentially expressed and non-differentially expressed miRNAs.
To validate the effectiveness of functional consistency based on the knowledge, difference prompt, and optimizing the cooperation network by GAE, we compared BIM-Ken with its three variations, (1) BIM-Ken-w/o-KI, indicating that the node attributes in the miRNA cooperation network do not contain knowledge information and the functional consistency constraint is removed, (2) BIM-Ken-w/o-DP, indicating that the difference prompt constraint is removed, and (3) BIM-Ken-w/o-GAE, indicating that optimizing miRNA cooperation network by GAE is removed (i.e., the key module identification and selection are performed on the miRNA cooperation network based on the experimental data).
Figure 2 shows the comparison results in the average classification accuracy rate over all datasets. It can be seen that BIM-Ken outperformed BIM-Ken-w/o-KI and BIM-Ken-w/o-DP, demonstrating the rationality and effectiveness of functional consistency based on the knowledge and difference prompt. Moreover, BIM-Ken also outperformed BIM-Ken-w/o-GAE, suggesting that optimizing the experimental data-based miRNA cooperation network by GAE can enhance the cooperation network. The optimized network can better reflect miRNA interactions in disease, which is conducive to the identification of more reliable and biologically meaningful miRNA biomarkers.

4.3. Module Biomarker Detected by BIM-Ken for the Renal Cell Carcinoma

Renal cell carcinoma (RCC) is a prevalent malignant tumor of the urinary system, and clear cell renal cell carcinoma (ccRCC) is the most common histologic subtype of RCC [46]. BIM-Ken is applied to analyze the miRNA expression data of ccRCC to identify the miRNA biomarkers and facilitate the diagnosis study of renal cell carcinoma. The discovery set about ccRCC from GEO, accession number GSE116251 [47], includes 18 pairs of tumor and adjacent normal-tissue samples. An independent validation set was retrieved from the TCGA (The Cancer Genome Atlas) (https://www.cancer.gov/tcga, accessed on 10 January 2024), i.e., Kidney Clear Cell Carcinoma (KIRC), which was downloaded from UCSC Xena (http://xena.ucsc.edu, accessed on 10 January 2024) [48].
For the discovery set (GSE116251), the detailed descriptions of key modules identified by BIM-Ken are shown in Table S2 (see Supplementary Information). To validate the discriminative ability of the defined modules, Figure 3 shows the score scatter plots of principal component analysis (PCA) based on all input features and the defined modules. As shown in Figure 3a–g, the PCA plots of most defined modules demonstrate a clear separation trend between ccRCC samples and healthy control samples. In contrast, PCA plots derived from all input features (see Figure 3h) show that ccRCC and healthy control samples are mixed.
The independent validation dataset KIRC was mapped to these key modules, SVM was used as the classifier, and the classification performance is given in Table 5. It can be seen that these modules achieved good classification performance in distinguishing between cancer samples and non-cancer samples and showed great potentiality as biomarkers for renal cell carcinoma.
We further investigated the relationship between the defined modules and renal cell carcinoma, under the assumption that if the module contains the known cancer-related miRNAs, the module is associated with the corresponding cancer [9]. Table S2 (see Supplementary Information) lists key modules identified by BIM-Ken, where the symbol “#” represents the module related to renal cell carcinoma. This was conducted based on the HMDD [16]. It is evident that all the defined modules are related to renal cell carcinoma, reflecting that these modules play an important role in the occurrence and development of renal cell carcinoma.
To explore the function of the defined modules, KEGG (Kyoto Encyclopedia of Genes and Genomes) pathway analysis was conducted for the target genes of the identified key modules [49,50]. Table 6 shows the enriched representative pathways for the target genes of each identified key module, which were conducted using the DAVID tools [51]. Most of them are significantly enriched in the renal cell carcinoma (hsa05211) pathway. Additionally, some modules are significantly enriched in several critical signal transduction pathways, such as the MAPK signaling pathway (hsa04010) and TGF-beta signaling pathway (hsa04350), which play pivotal roles in renal cell carcinoma [52]. These indicate that the target genes of the identified key modules are closely related to renal cell carcinoma.
Moreover, Module M_6 is significantly enriched in the renal cell carcinoma (hsa05211) pathway with a p-value of 7.51 × 10−6. Figure 4 shows the top 30 KEGG pathways enriched for target genes of M_6-associated miRNAs. These pathways are related to renal cell carcinoma. Typically, the PI3K-Akt signaling pathway (hsa04151) consists of multiple bifurcating and converging kinase cascades and is highly activated in the RCC and modestly mutated, which is a promising drug target, and the PI3K pathway inhibitors of the rapalog family are approved for use in RCC [53]. Hsa-miR-15a-5p, hsa-miR-222-3p, and hsa-miR-509-3p in M_6 are closely associated with renal cell carcinoma [54,55,56]. Hsa-miR-15a-5p is involved in cellular proliferation, migration, invasion, and apoptosis in renal cancer cell lines, which indicates that hsa-miR-15a-5p acts as an oncogene in RCC [54]. Hsa-miR-222-3p functions to promote renal cell carcinogenesis. From a molecular perspective, high expression of hsa-miR-222-3p is associated with increased metastatic potential and decreased apoptosis in vitro. Also, hsa-miR-222-3p targets TIMP2 (a tumor suppressor) and ERK1/2 to deliver its oncogenic functions [55]. Hsa-miR-222-3p may be used as a biomarker and therapeutic target for RCC. Furthermore, the overexpression of hsa-miR-509-3p suppresses the mRNA and protein expression levels of MAP3K8, and the knockdown of MAP3K9 inhibits the migration and proliferation of RCC cells, suggesting that the hsa-miR-509-3p RCC suppressor serves as a crucial regulator of the MAP3K8 oncogene, potentially offering therapeutic implications for the treatment of RCC [56].
In summary, BIM-Ken has demonstrated effectiveness in identifying potential miRNA biomarkers for renal cell carcinoma, and further research on the role of these miRNAs in the development of renal cell carcinoma is essential.

5. Conclusions

In this study, we propose a disease-related miRNA biomarker identification method based on the knowledge-enhanced bio-network (BIM-Ken), jointly utilizing miRNA expression data and knowledge from public databases. BIM-Ken constructs the miRNA cooperation network based on miRNA expression data and enriches the node attributions through prior knowledge. Benefiting from the excellent ability of GAE to handle graph data and retain intrinsic information, GAE is adopted to optimize the miRNA cooperation network and generate a more robust network. In this process, functional consistency is introduced to preserve the consistency between the similarity of learned node representations and the miRNA functional interactions, and the difference prompt is designed to enable learned node representations to discriminate between differentially expressed and non-differentially expressed miRNAs. BIM-Ken develops a greedy searching strategy to identify the modules from the network as the disease-related biomarkers. The comparisons of BIM-Ken with the data-driven analysis methods and the hybrid method, which combines the miRNA expression data and prior knowledge on the nine public datasets, showed the effectiveness of BIM-Ken. Furthermore, the application of BIM-Ken to the renal cell carcinoma data illustrated that the biomarkers identified by BIM-Ken could better distinguish between cancer and non-cancer samples and had biological significance. In brief, BIM-Ken provides a new way to explore the miRNA interaction network by combining knowledge from the public database and miRNA expression data, which can better measure the miRNA interaction in disease and help to identify more reliable and biologically meaningful miRNA biomarkers. Especially, BIM-Ken relied on miRNA-disease associations from public databases to enhance the network. Although the databases are widely used and provide carefully curated resources, they are inherently incomplete. It is expected that continuous updates and enrichments to the databases will improve the accuracy of the constructed network.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/genes16080902/s1: Figure S1: The overview of BIM-Ken; Figure S2: Parameter analysis of the module number k; Table S1: Summary of key notations; Table S2: The miRNA information in identified modules.

Author Contributions

Conceptualization, X.L. and Y.Z.; methodology, X.L., J.Z. and Y.Z.; software, Y.Z., K.D. and W.S.; visualization, Y.Z., K.D. and Z.G.; writing—original draft, Y.Z.; writing—review and editing, X.L., Y.Z., K.D., W.S., Z.G. and J.Z.; validation, K.D., W.S. and Z.G.; supervision, X.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the AI S&T Program (Grant No. DNL-YL A202202) from Yulin Branch, Dalian National Laboratory for Clean Energy, CAS, China, the National Key R&D Program of China (2022YFC3401203), and the Fundamental Research Funds for the Central Universities (DUT23YG112).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

I have shared the link to public datasets in my manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Iorio, M.V.; Croce, C.M. MicroRNA involvement in human cancer. Carcinogenesis 2012, 33, 1126–1133. [Google Scholar] [CrossRef] [PubMed]
  2. Chu, Y.Y.; Wang, X.H.; Dai, Q.Y.; Wang, Y.J.; Wang, Q.K.; Peng, S.L.; Wei, X.Y.; Qiu, J.F.; Salahub, D.R.; Xiong, Y.; et al. MDA-GCNFTG: Identifying miRNA-disease associations based on graph convolutional networks via graph sampling through the feature and topology graph. Brief. Bioinform. 2021, 22, bbab165. [Google Scholar] [CrossRef] [PubMed]
  3. Esquela-Kerscher, A.; Slack, F.J. Oncomirs-microRNAs with a role in cancer. Nat. Rev. Cancer 2006, 6, 259–269. [Google Scholar] [CrossRef]
  4. He, Q.; Qiao, W.; Fang, H.; Bao, Y. Improving the identification of miRNA-disease associations with multi-task learning on gene-disease networks. Brief. Bioinform. 2023, 24, bbad203. [Google Scholar] [CrossRef] [PubMed]
  5. Reddy, K.B. MicroRNA (miRNA) in cancer. Cancer Cell Int. 2015, 15, 38. [Google Scholar] [CrossRef]
  6. Xiong, D.D.; Lv, J.; Wei, K.L.; Feng, Z.B.; Chen, J.T.; Liu, K.C.; Chen, G.; Luo, D.Z. A nine-miRNA signature as a potential diagnostic marker for breast carcinoma: An integrated study of 1110 cases. Oncol. Rep. 2017, 37, 3297–3304. [Google Scholar] [CrossRef]
  7. Pewarchuk, M.E.; Barros-Filho, M.C.; Minatel, B.C.; Cohn, D.E.; Guisier, F.; Sage, A.P.; Marshall, E.A.; Stewart, G.L.; Rock, L.D.; Garnis, C.; et al. Upgrading the repertoire of miRNAs in gastric adenocarcinoma to provide a new resource for biomarker discovery. Int. J. Mol. Sci. 2019, 20, 5697. [Google Scholar] [CrossRef]
  8. Shao, T.T.; Wang, G.J.; Chen, H.; Xie, Y.J.; Jin, X.Y.; Bai, J.; Xu, J.; Li, X.; Huang, J.; Jin, Y.; et al. Survey of miRNA-miRNA cooperative regulation principles across cancer types. Brief. Bioinform. 2019, 20, 1621–1638. [Google Scholar] [CrossRef]
  9. Li, C.; Dou, P.; Wang, T.X.; Lu, X.; Xu, G.W.; Lin, X.H. Defining disease-related modules based on weighted miRNA synergistic network. Comput. Biol. Med. 2023, 152, 106382. [Google Scholar] [CrossRef]
  10. Cho, Y.-R.; Hu, X.H. Network-based approaches in bioinformatics and biomedicine. Methods 2022, 198, 1–2. [Google Scholar] [CrossRef]
  11. Zuo, Y.M.; Cui, Y.; Di Poto, C.; Varghese, R.S.; Yu, G.Q.; Li, R.J.; Ressom, H.W. INDEED: Integrated differential expression and differential network analysis of omic data for biomarker discovery. Methods 2016, 111, 12–20. [Google Scholar] [CrossRef] [PubMed]
  12. Li, B.Y.; Rao, N.N.; Liu, D.Y.; Yang, Y.; Liu, D.Y.; Li, Y.; Liu, H.M.; Gan, T.; Ding, H.; Lin, H. Analysis of connection networks among miRNAs differentially expressed in early gastric cancer for disclosing some biological features of disease development. Gene 2014, 548, 159–165. [Google Scholar] [CrossRef]
  13. Zhang, B.; Horvath, S. A general framework for weighted gene co-expression network analysis. Stat. Appl. Genet. Mol. Biol. 2005, 4, 17. [Google Scholar] [CrossRef]
  14. Do, D.N.; Dudemaine, P.L.; Fomenky, B.E.; Ibeagha-Awemu, E.M. Integration of miRNA weighted gene co-expression network and miRNA-mRNA co-expression analyses reveals potential regulatory functions of miRNAs in calf rumen development. Genomics 2019, 111, 849–859. [Google Scholar] [CrossRef]
  15. Huang, H.Y.; Lin, Y.C.D.; Cui, S.D.; Huang, Y.X.; Tang, Y.; Xu, J.T.; Bao, J.Y.; Li, Y.L.; Wen, J.; Zuo, H.L.; et al. miRTarBase update 2022: An informative resource for experimentally validated miRNA-target interactions. Nucleic Acids Res. 2022, 50, D222–D230. [Google Scholar] [CrossRef]
  16. Cui, C.M.; Zhong, B.T.; Fan, R.; Cui, Q.H. HMDD v4.0: A database for experimentally supported human microRNA-disease associations. Nucleic Acids Res. 2024, 52, D1327–D1332. [Google Scholar] [CrossRef]
  17. Xu, F.; Wang, Y.F.; Ling, Y.C.; Zhou, C.F.; Wang, H.Z.; Teschendorff, A.E.; Zhao, Y.; Zhao, H.T.; He, Y.G.; Zhang, G.Q.; et al. dbDEMC 3.0: Functional exploration of differentially expressed miRNAs in cancers of human and model organisms. Genom. Proteom. Bioinform. 2022, 20, 446–454. [Google Scholar] [CrossRef] [PubMed]
  18. Xie, B.Y.; Ding, Q.; Han, H.J.; Wu, D. miRCancer: A microRNA-cancer association database constructed by text mining on literature. Bioinformatics 2013, 29, 638–644. [Google Scholar] [CrossRef]
  19. van Laarhoven, T.; Nabuurs, S.B.; Marchiori, E. Gaussian interaction profile kernels for predicting drug-target interaction. Bioinformatics 2011, 27, 3036–3043. [Google Scholar] [CrossRef]
  20. Wang, C.C.; Li, T.H.; Huang, L.; Chen, X. Prediction of potential miRNA-disease associations based on stacked autoencoder. Brief. Bioinform. 2022, 23, bbac021. [Google Scholar] [CrossRef] [PubMed]
  21. Liu, W.; Lin, H.; Huang, L.; Peng, L.; Tang, T.; Zhao, Q.; Yang, L. Identification of miRNA–disease associations via deep forest ensemble learning based on autoencoder. Brief. Bioinform. 2022, 23, bbac104. [Google Scholar] [CrossRef]
  22. Su, B.Z.; Wang, W.W.; Lin, X.H.; Liu, S.L.; Huang, X. Identifying the potential miRNA biomarkers based on multi-view networks and reinforcement learning for diseases. Brief. Bioinform. 2024, 25, bbad427. [Google Scholar] [CrossRef] [PubMed]
  23. Zuo, Y.M.; Cui, Y.; Yu, G.Q.; Li, R.J.; Ressom, H.W. Incorporating prior biological knowledge for network-based differential gene expression analysis using differentially weighted graphical LASSO. BMC Bioinform. 2017, 18, 99. [Google Scholar] [CrossRef]
  24. Ghiasi, R.; Amirkhani, H.; Bosaghzadeh, A. Multi-view graph structure learning using subspace merging on grassmann manifold. Multimed. Tools Appl. 2023, 82, 17135–17157. [Google Scholar] [CrossRef]
  25. Wu, Z.H.; Pan, S.R.; Chen, F.W.; Long, G.D.; Zhang, C.Q.; Yu, P.S. A comprehensive survey on graph neural networks. IEEE Trans. Neural Netw. Learn. Syst. 2021, 32, 4–24. [Google Scholar] [CrossRef]
  26. Xuan, P.; Gao, L.; Sheng, N.; Zhang, T.G.; Nakaguchi, T. Graph convolutional autoencoder and fully-connected autoencoder with attention mechanism based method for predicting drug-disease associations. IEEE J. Biomed. Health Inform. 2021, 25, 1793–1804. [Google Scholar] [CrossRef]
  27. Zhan, Y.L.; Liu, J.H.; Ou-Yang, L. scMIC: A deep multi-level information fusion framework for clustering single-cell multi-omics data. IEEE J. Biomed. Health Inform. 2023, 27, 6121–6132. [Google Scholar] [CrossRef]
  28. Muniyappan, S.; Rayan, A.X.A.; Varrieth, G.T. EGeRepDR: An enhanced genetic-based representation learning for drug repurposing using multiple biomedical sources. J. Biomed. Inform. 2023, 147, 104528. [Google Scholar] [CrossRef]
  29. Kipf, T.N.; Welling, M. Variational graph auto-encoders. In Proceedings of the International Conference on Neural Information Processing Systems, Barcelona, Spain, 5–10 December 2016. [Google Scholar] [CrossRef]
  30. Barrett, T.; Wilhite, S.E.; Ledoux, P.; Evangelista, C.; Kim, I.F.; Tomashevsky, M.; Marshall, K.A.; Phillippy, K.H.; Sherman, P.M.; Holko, M.; et al. NCBI GEO: Archive for functional genomics data sets-update. Nucleic Acids Res. 2013, 41, D991–D995. [Google Scholar] [CrossRef] [PubMed]
  31. Kozomara, A.; Birgaoanu, M.; Griffiths-Jones, S. miRBase: From microRNA sequences to function. Nucleic Acids Res. 2019, 47, D155–D162. [Google Scholar] [CrossRef] [PubMed]
  32. Haunsberger, S.J.; Connolly, N.M.C.; Prehn, J.H.M. miRNAmeConverter: An R/bioconductor package for translating mature miRNA names to different miRBase versions. Bioinformatics 2017, 33, 592–593. [Google Scholar] [CrossRef]
  33. Boser, B.E.; Guyon, I.M.; Vapnik, V.N. A training algorithm for optimal margin classifiers. In Proceedings of the Fifth Annual ACM Workshop on Computational Learning Theory, Pittsburgh, PA, USA, 27–29 July 1992; pp. 144–152. [Google Scholar] [CrossRef]
  34. Kipf, T.N.; Welling, M. Semi-supervised classification with graph convolutional networks. In Proceedings of the International Conference on Learning Representations, Toulon, France, 24–26 April 2017. [Google Scholar] [CrossRef]
  35. Clevert, D.-A.; Unterthiner, T.; Hochreiter, S. Fast and accurate deep network learning by exponential linear units (ELUs). In Proceedings of the International Conference on Learning Representations, San Juan, Puerto Rico, 2–4 May 2016. [Google Scholar] [CrossRef]
  36. Bernett, J.; Krupke, D.; Sadegh, S.; Baumbach, J.; Fekete, S.P.; Kacprowski, T.; List, M.; Blumenthal, D.B. Robust disease module mining via enumeration of diverse prize-collecting steiner trees. Bioinformatics 2022, 38, 1600–1606. [Google Scholar] [CrossRef]
  37. Cao, Q.Q.; Zhao, J.P.; Wang, H.Y.; Guan, Q.; Zheng, C.H. An integrated method based on wasserstein distance and graph for cancer subtype discovery. IEEE-ACM Trans. Comput. Biol. Bioinform. 2023, 20, 3499–3510. [Google Scholar] [CrossRef] [PubMed]
  38. Wang, X.; Zhu, M.Q.; Bo, D.Y.; Cui, P.; Shi, C.; Pei, J. AM-GCN: Adaptive multi-channel graph convolutional networks. In Proceedings of the 26th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, Virtual Event, CA, USA, 23–27 August 2020; pp. 1243–1253. [Google Scholar]
  39. Khosla, P.; Teterwak, P.; Wang, C.; Sarna, A.; Tian, Y.L.; Isola, P.; Maschinot, A.; Liu, C.; Krishnan, D. Supervised contrastive learning. In Proceedings of the International Conference on Neural Information Processing Systems, Vancouver, BC, Canada, 6–12 December 2020. [Google Scholar]
  40. Zhang, H.P.; Liu, X.; Zhang, J.W. DiffuSum: Generation enhanced extractive summarization with diffusion. In Proceedings of the Findings of the Association for Computational Linguistics: ACL 2023, Toronto, ON, Canada, 9–14 July 2023; pp. 13089–13100. [Google Scholar] [CrossRef]
  41. Guyon, I.; Weston, J.; Barnhill, S.; Vapnik, V. Gene selection for cancer classification using support vector machines. Mach. Learn. 2002, 46, 389–422. [Google Scholar] [CrossRef]
  42. Chen, C.; Weiss, S.T.; Liu, Y.Y. Graph convolutional network-based feature selection for high-dimensional and low-sample size data. Bioinformatics 2023, 39, btad135. [Google Scholar] [CrossRef]
  43. Maddouri, O.; Qian, X.N.; Yoon, B.J. Deep graph representations embed network information for robust disease marker identification. Bioinformatics 2022, 38, 1075–1086. [Google Scholar] [CrossRef]
  44. Al-Fatlawi, A.; Rusadze, E.; Shmelkin, A.; Malekian, N.; Ozen, C.; Pilarsky, C.; Schroeder, M. Netrank: Network-based approach for biomarker discovery. Bmc Bioinformatics 2023, 24, 304. [Google Scholar] [CrossRef]
  45. Carroll, R.J.; Pederson, S. On robustness in the logistic regression model. J. R. Statist. Soc. 1993, 55, 693–706. [Google Scholar] [CrossRef]
  46. Wang, Y.L.; Shen, Z.Y.; Mo, S.C.; Dai, L.J.; Song, B.; Gu, W.C.; Ding, X.Q.; Zhang, X.Y. Construction and validation of a novel ten miRNA-pair based signature for the prognosis of clear cell renal cell carcinoma. Transl. Oncol. 2022, 25, 101519. [Google Scholar] [CrossRef]
  47. Zhang, J.H.; Ye, Y.Q.; Chang, D.W.; Lin, S.H.; Huang, M.S.; Tannir, N.M.; Matin, S.; Karam, J.A.; Wood, C.G.; Chen, Z.N.; et al. Global and targeted miRNA expression profiling in clear cell renal cell carcinoma tissues potentially links miR-155-5p and miR-210-3p to both tumorigenesis and recurrence. Am. J. Pathol. 2018, 188, 2487–2496. [Google Scholar] [CrossRef]
  48. Goldman, M.J.; Craft, B.; Hastie, M.; Repečka, K.; McDade, F.; Kamath, A.; Banerjee, A.; Luo, Y.H.; Rogers, D.; Brooks, A.N.; et al. Visualizing and interpreting cancer genomics data via the Xena platform. Nat. Biotechnol. 2020, 38, 675–678. [Google Scholar] [CrossRef] [PubMed]
  49. Ogata, H.; Goto, S.; Sato, K.; Fujibuchi, W.; Bono, H.; Kanehisa, M. KEGG: Kyoto encyclopedia of genes and genomes. Nucleic Acids Res. 1999, 27, 29–34. [Google Scholar] [CrossRef]
  50. Tokar, T.; Pastrello, C.; Rossos, A.E.M.; Abovsky, M.; Hauschild, A.C.; Tsay, M.; Lu, R.; Jurisica, I. mirDIP 4.1-integrative database of human microRNA target predictions. Nucleic Acids Res. 2018, 46, D360–D370. [Google Scholar] [CrossRef]
  51. Sherman, B.T.; Hao, M.; Qiu, J.; Jiao, X.L.; Baseler, M.W.; Lane, H.C.; Imamichi, T.; Chang, W.Z. DAVID: A web server for functional enrichment analysis and functional annotation of gene lists (2021 update). Nucleic Acids Res. 2022, 50, W216–W221. [Google Scholar] [CrossRef]
  52. Yang, L.F.; Zou, X.F.; Zou, J.R.; Zhang, G.X. A review of recent research on the role of microRNAs in renal cancer. Med. Sci. Monit. 2021, 27, e930639. [Google Scholar] [CrossRef]
  53. Guo, H.F.; German, P.; Bai, S.S.; Barnes, S.; Guo, W.; Qi, X.J.; Lou, H.X.; Liang, J.Y.; Jonasch, E.; Mills, G.B.; et al. The PI3K/AKT pathway and renal cell carcinoma. J. Genet. Genom. 2015, 42, 343–353. [Google Scholar] [CrossRef] [PubMed]
  54. Jin, L.; Li, Y.F.; He, T.; Hu, J.; Liu, J.J.; Chen, M.W.; Zhang, Z.; Gui, Y.T.; Mao, X.M.; Yang, S.Q.; et al. MiR-15a-5p acts as an oncogene in renal cell carcinoma. Mol. Med. Rep. 2017, 15, 1379–1386. [Google Scholar] [CrossRef]
  55. Lyu, J.; Zhu, Y.Z.; Zhang, Q. An increased level of MiR-222-3p is associated with TMP2 suppression, ERK activation and is associated with metastasis and a poor prognosis in renal clear cell carcinoma. Cancer Biomark. 2020, 28, 141–149. [Google Scholar] [CrossRef] [PubMed]
  56. Su, Z.M.; Chen, D.Q.; Zhang, E.P.; Li, Y.F.; Yu, Z.H.; Shi, M.; Jiang, Z.M.; Ni, L.C.; Yang, S.Q.; Gui, Y.T.; et al. MicroRNA-509-3p inhibits cancer cell proliferation and migration by targeting the mitogen-activated protein kinase kinase kinase 8 oncogene in renal cell carcinoma. Mol. Med. Rep. 2015, 12, 1535–1543. [Google Scholar] [CrossRef]
Figure 1. Workflow of BIM-Ken (a) miRNA cooperation network generation, (b) miRNA cooperation network enhancement, (c) key miRNA module identification.
Figure 1. Workflow of BIM-Ken (a) miRNA cooperation network generation, (b) miRNA cooperation network enhancement, (c) key miRNA module identification.
Genes 16 00902 g001
Figure 2. Comparison of BIM-Ken with BIM-Ken-w/o-GAE, BIM-Ken-w/o-KI, and BIM-Ken-w/o-DP in average classification accuracy rate.
Figure 2. Comparison of BIM-Ken with BIM-Ken-w/o-GAE, BIM-Ken-w/o-KI, and BIM-Ken-w/o-DP in average classification accuracy rate.
Genes 16 00902 g002
Figure 3. PCA score scatter plots (a) M_1 module, (b) M_2 module, (c) M_3 module, (d) M_4 module, (e) M_5 module, (f) M_6 module, (g) M_7 module, (h) all input features.
Figure 3. PCA score scatter plots (a) M_1 module, (b) M_2 module, (c) M_3 module, (d) M_4 module, (e) M_5 module, (f) M_6 module, (g) M_7 module, (h) all input features.
Genes 16 00902 g003
Figure 4. Top 30 enriched KEGG pathways for target genes of M6-associated miRNAs.
Figure 4. Top 30 enriched KEGG pathways for target genes of M6-associated miRNAs.
Genes 16 00902 g004
Table 1. Details of the nine miRNA expression datasets.
Table 1. Details of the nine miRNA expression datasets.
DatasetsDisease TypesFeaturesSamplesClasses
GSE34496Head and neck squamous cell carcinoma812692
GSE36802Prostate cancer812422
GSE41922Breast cancer264542
GSE67139Hepatocellular carcinoma8121152
GSE76260Prostate cancer787642
GSE78775Gastric cancer818562
GSE116251Renal cell carcinoma769362
GSE142699Acute myeloid leukemia769482
GSE158284Glioblastoma214412
Table 2. Comparison in classification accuracy rate (Mean ± S.D.%).
Table 2. Comparison in classification accuracy rate (Mean ± S.D.%).
DatasetsBIM-KenSVM-RFEINDEEDGRACESt-TestGCNCCNetRankDDRM
GSE3449694.50 ± 1.9087.36 ± 3.70 *91.62 ± 2.70 *91.38 ± 2.02 *93.64 ± 2.6185.43 ± 4.46 *91.86 ± 1.84 *89.98 ± 1.86 *
GSE3680293.10 ± 3.8982.50 ± 5.90 *87.40 ± 1.82 *91.95 ± 3.8387.55 ± 3.60 *84.85 ± 4.96 *91.95 ± 2.6689.50 ± 3.79
GSE4192290.57 ± 1.4685.70 ± 2.28 *84.73 ± 3.31 *91.43 ± 2.8986.07 ± 3.15 *87.00 ± 4.11 *86.77 ± 2.01 *85.83 ± 3.56 *
GSE6713987.17 ± 1.8477.35 ± 1.73 *82.92 ± 1.83 *81.48 ± 3.09 *84.14 ± 1.72 *83.52 ± 2.67 *85.18 ± 2.9481.06 ± 2.04 *
GSE7626079.38 ± 2.9272.57 ± 5.67 *74.88 ± 3.76 *71.67 ± 2.59 *73.10 ± 3.09 *71.17 ± 3.62 *74.74 ± 4.24 *72.07 ± 3.24 *
GSE7877580.23 ± 2.6474.37 ± 5.57 *74.33 ± 4.85 *68.80 ± 6.08 *77.50 ± 3.2158.97 ± 3.62 *79.87 ± 3.4269.10 ± 4.59 *
GSE11625185.33 ± 4.4078.33 ± 3.97 *80.42 ± 2.95 *73.58 ± 4.55 *83.25 ± 4.1564.00 ± 11.55 *82.83 ± 4.0779.25 ± 3.63 *
GSE14269997.40 ± 0.9191.80 ± 2.54 *91.75 ± 3.08 *94.80 ± 1.44 *93.95 ± 3.18 *94.60 ± 3.55 *94.50 ± 1.97 *95.55 ± 3.02
GSE15828492.20 ± 3.1283.85 ± 1.86 *86.05 ± 2.58 *85.95 ± 3.82 *84.70 ± 3.05 *85.30 ± 4.46 *82.85 ± 3.35 *87.95 ± 2.90 *
Ave88.8881.5483.7983.4584.8879.4385.6283.37
W/T/L 9/0/09/0/08/0/19/0/09/0/09/0/09/0/0
Bold: the highest accuracy rate for the corresponding dataset. *: BIM-Ken statistically significant (at 0.05 level) wins or loses the corresponding method.
Table 3. Comparison in sensitivity (Mean ± S.D.%).
Table 3. Comparison in sensitivity (Mean ± S.D.%).
DatasetsBIM-KenSVM-RFEINDEEDGRACESt-TestGCNCCNetRankDDRM
GSE3449694.60 ± 1.7989.05 ± 4.56 *91.45 ± 2.31 *92.05 ± 2.93 *93.60 ± 1.8792.40 ± 3.9291.40 ± 2.65 *91.55 ± 2.95 *
GSE3680289.17 ± 5.5776.00 ± 9.00 *86.17 ± 3.9391.33 ± 5.3284.83 ± 3.5589.17 ± 4.2590.33 ± 3.9188.17 ± 5.47
GSE4192290.67 ± 2.2285.25 ± 3.38 *86.92 ± 5.1192.17 ± 3.5085.08 ± 4.88 *92.75 ± 4.3687.08 ± 3.65 *86.75 ± 2.87 *
GSE6713984.93 ± 2.1473.67 ± 1.85 *80.57 ± 2.72 *78.67 ± 3.09 *81.00 ± 2.01 *86.03 ± 2.8385.20 ± 3.9280.00 ± 3.23 *
GSE7626076.00 ± 4.8170.25 ± 6.57 *74.42 ± 7.7373.33 ± 6.2172.83 ± 6.1473.50 ± 4.7672.83 ± 7.8370.42 ± 6.10 *
GSE7877579.17 ± 3.5475.00 ± 6.4875.67 ± 4.7367.00 ± 9.78 *77.00 ± 4.4362.00 ± 4.89 *82.67 ± 6.6867.33 ± 5.89 *
GSE11625179.50 ± 7.6273.50 ± 7.8476.50 ± 10.0173.50 ± 5.8078.00 ± 8.5669.00 ± 9.94 *79.00 ± 6.9979.50 ± 5.99
GSE14269994.50 ± 2.0990.00 ± 2.36 *92.67 ± 4.3992.33 ± 2.9693.00 ± 4.2993.00 ± 4.2991.00 ± 3.06 *92.33 ± 5.73
GSE15828497.17 ± 3.3487.00 ± 2.05 *90.17 ± 3.55 *89.00 ± 5.73 *88.83 ± 4.01 *90.33 ± 6.18 *85.33 ± 2.46 *89.83 ± 2.77 *
Ave87.3079.9783.8483.2683.8083.1384.9882.88
W/T/L 9/0/09/0/07/0/29/0/06/1/26/0/38/1/0
Bold: the highest sensitivity for the corresponding dataset. *: BIM-Ken statistically significant (at 0.05 level) wins or loses the corresponding method.
Table 4. Comparison in specificity (Mean ± S.D.%).
Table 4. Comparison in specificity (Mean ± S.D.%).
DatasetsBIM-KenSVM-RFEINDEEDGRACESt-TestGCNCCNetRankDDRM
GSE3449694.17 ± 2.8684.50 ± 6.67 *92.33 ± 5.1089.67 ± 4.07 *93.67 ± 3.8373.83 ± 6.76 *92.67 ± 2.9686.67 ± 3.69 *
GSE3680296.83 ± 4.6888.50 ± 8.29 *89.00 ± 5.34 *92.50 ± 3.54 *90.33 ± 4.96 *81.00 ± 6.54 *93.67 ± 4.8390.83 ± 4.39 *
GSE4192290.83 ± 3.3686.17 ± 4.01 *82.17 ± 4.72 *90.50 ± 5.7887.50 ± 4.3279.67 ± 6.47 *87.00 ± 3.31 *84.00 ± 6.05 *
GSE6713989.50 ± 2.1781.03 ± 4.57 *85.40 ± 2.11 *84.67 ± 4.22 *87.37 ± 2.4981.43 ± 3.45 *85.30 ± 3.63 *81.93 ± 2.32 *
GSE7626082.58 ± 3.5974.83 ± 6.26 *75.08 ± 5.59 *69.75 ± 2.83 *73.42 ± 3.25 *69.17 ± 3.26 *76.08 ± 6.16 *73.92 ± 4.16 *
GSE7877581.50 ± 2.9974.00 ± 6.81 *73.17 ± 7.68 *70.50 ± 6.19 *77.83 ± 5.2156.33 ± 7.06 *76.50 ± 5.90 *70.33 ± 6.23 *
GSE11625190.50 ± 4.9784.50 ± 5.50 *84.00 ± 8.7674.00 ± 5.16 *88.00 ± 4.8362.00 ± 13.58 *86.50 ± 5.3078.00 ± 4.83 *
GSE142699100.00 ± 0.0093.33 ± 4.51 *90.33 ± 5.02 *97.50 ± 2.26 *94.67 ± 3.58 *97.33 ± 3.06 *97.83 ± 2.84 *99.33 ± 1.41
GSE15828479.50 ± 5.9976.00 ± 4.5976.50 ± 6.2677.50 ± 5.8976.00 ± 6.5877.00 ± 4.2277.00 ± 10.0685.00 ± 7.45
Ave89.4982.5483.1182.9585.4275.3185.8483.33
W/T/L 9/0/09/0/09/0/09/0/09/0/09/0/08/0/1
Bold: the highest specificity for the corresponding dataset. *: BIM-Ken statistically significant (at 0.05 level) wins or loses the corresponding method.
Table 5. The average performance of the defined modules in the independent validation dataset KIRC (Mean ± S.D.%).
Table 5. The average performance of the defined modules in the independent validation dataset KIRC (Mean ± S.D.%).
Module idClassification Accuracy RateSensitivitySpecificity
M_197.10 ± 0.3097.51 ± 0.3995.71 ± 0.00
M_294.82 ± 0.3296.35 ± 0.1789.57 ± 1.79
M_397.33 ± 0.2297.51 ± 0.3496.71 ± 0.69
M_492.31 ± 0.2495.15 ± 0.2882.57 ± 0.60
M_597.11 ± 0.3497.72 ± 0.2295.00 ± 1.01
M_696.11 ± 0.3596.63 ± 0.4194.29 ± 1.17
M_787.49 ± 0.4494.39 ± 0.3563.71 ± 1.20
Table 6. The enriched representative pathway by the target genes of each identified module.
Table 6. The enriched representative pathway by the target genes of each identified module.
Module idPathwayp-Value
M_1hsa04010:MAPK signaling pathway2.45 × 10−3
M_2hsa05211:Renal cell carcinoma7.71 × 10−4
M_3hsa05211:Renal cell carcinoma2.15 × 10−3
M_4hsa04350:TGF-beta signaling pathway1.20 × 10−3
M_5hsa05211:Renal cell carcinoma4.36 × 10−3
M_6hsa05211:Renal cell carcinoma7.51 × 10−6
M_7hsa04350:TGF-beta signaling pathway8.72 × 10−3
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, Y.; Dong, K.; Sun, W.; Gao, Z.; Zhang, J.; Lin, X. BIM-Ken: Identifying Disease-Related miRNA Biomarkers Based on Knowledge-Enhanced Bio-Network. Genes 2025, 16, 902. https://doi.org/10.3390/genes16080902

AMA Style

Zhang Y, Dong K, Sun W, Gao Z, Zhang J, Lin X. BIM-Ken: Identifying Disease-Related miRNA Biomarkers Based on Knowledge-Enhanced Bio-Network. Genes. 2025; 16(8):902. https://doi.org/10.3390/genes16080902

Chicago/Turabian Style

Zhang, Yanhui, Kunjie Dong, Wenli Sun, Zhenbo Gao, Jianjun Zhang, and Xiaohui Lin. 2025. "BIM-Ken: Identifying Disease-Related miRNA Biomarkers Based on Knowledge-Enhanced Bio-Network" Genes 16, no. 8: 902. https://doi.org/10.3390/genes16080902

APA Style

Zhang, Y., Dong, K., Sun, W., Gao, Z., Zhang, J., & Lin, X. (2025). BIM-Ken: Identifying Disease-Related miRNA Biomarkers Based on Knowledge-Enhanced Bio-Network. Genes, 16(8), 902. https://doi.org/10.3390/genes16080902

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop