Skip to main content
Molecules logoLink to Molecules
. 2018 Sep 24;23(10):2439. doi: 10.3390/molecules23102439

Inferring microRNA-Environmental Factor Interactions Based on Multiple Biological Information Fusion

Haiqiong Luo 1, Wei Lan 2,*, Qingfeng Chen 2,3,*, Zhiqiang Wang 3, Zhixian Liu 4, Xiaofeng Yue 5, Lingzhi Zhu 6
PMCID: PMC6222788  PMID: 30249984

Abstract

Accumulated studies have shown that environmental factors (EFs) can regulate the expression of microRNA (miRNA) which is closely associated with several diseases. Therefore, identifying miRNA-EF associations can facilitate the study of diseases. Recently, several computational methods have been proposed to explore miRNA-EF interactions. In this paper, a novel computational method, MEI-BRWMLL, is proposed to uncover the relationship between miRNA and EF. The similarities of miRNA-miRNA are calculated by using miRNA sequence, miRNA-EF interaction, and the similarities of EF-EF are calculated based on the anatomical therapeutic chemical information, chemical structure and miRNA-EF interaction. The similarity network fusion is used to fuse the similarity between miRNA and the similarity between EF, respectively. Further, the multiple-label learning and bi-random walk are employed to identify the association between miRNA and EF. The experimental results show that our method outperforms the state-of-the-art algorithms.

Keywords: microRNA, environmental factor, structure information, similarity network

1. Introduction

There is increasing evidence demonstrating that phenotypes are associated with genetic factors (GFs) and environmental factors (EFs) [1,2]. Environmental factors, including stress, alcohol, pollution, radiation and drugs play important roles in many diseases [3]. The perturbation of GF-EF interactions may result in some diseases [4,5]. Thus, identifying the potential associations between GFs and EFs is useful for biologists to understand the molecular bases of diseases.

MiRNA is a kind of typical GF with the length from 18 nt to 25 nt. It has been proved that miRNA can regulate the expression of genes by binding to the 3′ untranslated region (UTR) or 5′ untranslated region of mRNA in organisms [6,7]. In addition, accumulated evidence has demonstrated that miRNA normally plays essential roles in many important biological processes, including cell growth, cell cycle control, cell differentiation, cell apoptosis, and so on [8]. Therefore, the functional abnormality of miRNA can cause a broad range of diseases. For example, miR-150 can regulate the expression of the genes GAB1 and FOXP1 and impact the B and T cell activity in chronic lymphocytic leukemia [9]. Recently, a growing number of studies have indicated that miRNAs interact with diverse EFs [10,11,12]. The perturbation of miRNA-EF interactions is also related to a number of human diseases. For example, gemcitabine can down-regulate the expression of hsa-let-7b in pancreatic cancer cells [13,14]. Therefore, identifying potential miRNA-EF interactions contributes to the study of diseases. In addition, with the development of biotechnology, several databases such as miRbase [15], miRecord [16], dbDEMC [17] and miREnvironment [18] have been developed to store miRNA and EF related data. Those databases provide reliable data resources for predicting miRNA-EF interactions.

In recent years, many computational methods have been proposed to predict miRNA-EF interactions [19]. Chen et al. [20] proposed a method called miREFScan based on Laplacian regularized least squares to predict the interactions between miRNAs and EFs. This method is based on the assumption that functionally similar miRNAs tend to be related with similar EFs [21]. Chen et al. [22] presented a computational approach (miREFRWR) to infer miRNA-EF interactions based on a random walk method. Jiang et al. [23] constructed a small molecule-miRNA interaction network in 23 cancers and then identified the miRNA-EF associations based on hypergeometric tests. Qiu et al. [24] revealed several important features of miRNA and EF by analyzing miRNA-EF interaction network and proposed a model based on Fisher tests to infer potential miRNA-EF interactions. Li et al. [25] presented a computational framework based on an EF structure and disease similarity method to predict the interaction. Although the above methods have achieve great successes, some of them use low quality datasets which may result in poor performance. For example, some approaches measure miRNA similarity and EF similarity by using network-based data only, which may result in a bias for ignoring the biological characteristics of miRNA and EF. Most cannot effectively integrate different biological data resources. Further, some methods are unsuitable for predicting interaction of new miRNA without any known related EFs or new EF without any known related miRNAs.

In this paper, we assume that functionally similar miRNAs tend to be related with similar EFs. Based on this assumption, a computational framework is developed to predict the interactions between miRNAs and EFs. Unlike traditional methods, we use different data sources to measure miRNA-miRNA similarity and EF-EF similarity. The former is calculated by using the miRNA sequences and miRNA-EF interaction information, and the EF-EF similarity is computed by the anatomical therapeutic chemical, chemical structure and miRNA-EF interaction information. In particular, the similarity network fusion is applied to integrate these two similarities. Further, the multiple-label learning and bi-random walk are employed to identify the association between miRNA and EF. The experimental results show that our method is effective in inferring miRNA-environmental factor interactions.

2. Datasets and Methods

2.1. Datasets

We downloaded the known miRNA-EF interaction data from the miREnvironment database (http://www.cuilab.cn/miren) [18], which includes 3857 entries from 24 species. Only the human- related data were used for the following experiments. We manually checked the data and removed the interactions which do not correspond to human diseases. After pruning the invalid information, 224 miRNAs, 124 EFs and 729 miRNA-EF interactions were extracted as the gold dataset. A matrix I is constructed to represent miRNA-EF interaction. The value 1 is assigned to I (i, j) if the interaction between miRNA i and EF j can be found, otherwise 0.

miRNA sequence information is obtained from miRbase (version 22) [15], which contains more than 2400 human sequences. After mapping miRNA of the gold dataset to miRbase, 224 miRNA sequences were finally obtained.

We download the chemical structure and anatomical therapeutic chemical of drugs from KEGG database (in 2016) [26]. There are 81 drugs with chemical structure and 57 drugs with anatomical therapeutic chemical, respectively.

2.2. Measuring miRNA-miRNA Similarity and EF-EF Similarity

2.2.1. miRNA-miRNA Similarity

Based on assumption that miRNAs with similar function are tend to relate with similar EFs, the interaction profile similarity is utilized to measure the similarity of pairwise miRNAs [27]. The miRNA interaction profile similarity is defined as:

 Wmp(mi,mj)=e(γmIP(mi)IP(mj)2)  (1)
 γm=11ni=1nIP(mi)  (2)

where mi and mj represent miRNAs i and j. n represents the number of miRNAs. IP(mi) represents the interactions between miRNA i and all EFs in the known miRNA-EF interaction data, i. e. the i-th row of matrix I. The parameter γm is set to control the kernel bandwidth. The sequence information has been widely used to find miRNA-disease association and feature patterns of miRNA regulation inference [28]. The Emboss-needle tool is utilized to compute sequence similarity of pairwise miRNAs [29].

2.2.2. EF-EF Similarity

The chemical structure is an important piece of information for drug design and has been applied to measure drug similarity [20,30]. SIMCOMP [31] is used to calculate the similarity of pairwise drugs based on common substructures. In addition, the Anatomical Therapeutic Chemical (ATC) code obtained from the ATC Classification System [26] assists in calculating the pairwise similarity of drugs.

Based on the assumption that EFs with similar function are tend to relate with similar miRNA, the interaction profile similarity is employed to measure the similarity between EFs [27]. The EF interaction profile similarity is defined as:

 Wep(ei,ej)=e(γeIP(ei)IP(ej)2)  (3)
 γe=11mi=1mIP(ei)  (4)

where ei and ej represent EFs i and j. m denotes the number of EFs. IP(ei) represents the interaction between EF i and all miRNAs in the known miRNA-EF interaction data, i. e. the i-th column of matrix I. The parameter γe is to control the kernel bandwidth.

2.3. Similarity Network Fusion

The similarity network fusion (SNF) is an approach for multiple omics fusion, which has been widely used for cancer data analysis [32,33]. It is able to capture the global and local features of different data. The SNF for miRNA is defined as follows:

 Fm=Fms+Fmp2  (5)
 Fmp(t)=Lmp×Gms(t1)×(Lmp)T  (6)
 Fms(t)=Lms×Gmp(t1)×(Lms)T  (7)
 Lms(i,j)={Wms(i,j)kNiWms(i,k), jNi0,  otherwise  (8)
 Lmp(i,j)={Wmp(i,j)kNiWmp(i,k), jNi0,  otherwise  (9)
 Gms(i,j)={Wms(i,j)2kiWms(i,k), ij12,  i=j  (10)
 Gmp(i,j)={Wmp(i,j)2kiWmp(i,k), ij12,  i=j  (11)

where Wms and Wmp denote the miRNA sequence similarity matrix and miRNA interaction profile similarity matrix, respectively. Gms, Lms, Gmp and Lmp denote the global matrix of miRNA sequence similarity, local matrix of miRNA sequence similarity, global matrix of miRNA interaction profile similarity, local matrix of miRNA interaction profile similarity, respectively. The Ni represents the K-nearest neighbors of miRNA i. Fms and Fmp denote the fusional matrix of miRNA sequence similarity and the fusional matrix of miRNA interaction profile similarity, respectively. Fm denotes the final fusional matrix of miRNA. The final fusional matrix of EF Fe can be obtained in term of similar manner.

2.4. Inferring miRNA-EF Interaction by Using bi-Random Walk and Multi-Label Learning (MEI-BRWMLL)

Considering the features of bi-random walk and multi-label learning, we utilize a bi-random walk to infer interactions of known miRNA/EF and multi-label learning is used to infer interactions of new miRNA/EF. The reason for selecting these two methods is that the bi-random walk achieves good results in potential interaction prediction between known entities while multi-label learning is robust in predicting interactions between new entities.

2.4.1. Bi-Random Walk for Predicting Potential Interactions of Known miRNAs and EFs

Based on assumption that similar miRNAs tend to relate with similar EF, the bi-random walk is employed to predict potential miRNA-EF interaction.

Firstly, the miRNA similarity matrix and EF similarity matrix are normalized by using Laplace regularization, respectively. It is defined as:

 Nm=Dm12×Fm×Dm12  (12)
 Ne=De12×Fe×De12  (13)

where Nm and Ne represent normalized matrix of fusional miRNA similarity and EF similarity, respectively. Dm and De represent the diagonal matrix of Fm and Fe, respectively. In addition, the miRNA-EF interaction matrix I is normalized as follows:

 NI(i,j)=I(i,j)ijI(i,j)  (14)

Then, we use bi-random walk to predict potential miRNA-EF interaction by walking on miRNA similarity network and EF similarity network. The iterative process of bi-random walk is defined as follows:

Left walk in miRNA similarity network:

 RL(t)=α×Nm×RL(t1)+(1α)×NI  (15)

Right walk in EF similarity network:

 RR(t)=α×RR(t1)×Ne+(1α)×NI  (16)

The final predicted score is defined as follows:

 R(t)=RL(t)+RR(t)2  (17)

where RL(t) and RR(t) denote the predicted score matrix of walk on miRNA similarity network and EF similarity network at step t, respectively. R(t) denotes the final score matrix at step t. In addition, the miRNA similarity network and EF similarity network contain different topological and structural features, and the optimal iteration steps of the random walk on the two networks should be different. Therefore, we set two parameters l, r to control the maximal random walk steps on two networks, respectively. The iterative of bi-random walk will stop when the number of iteration t exceeds the maximum of parameters l and r. The parameters can accelerate the iteration termination. In here, the l and r are set as 4 and 2, respectively.

2.4.2. Multi-Label Learning for Predicting Interactions of New miRNAs and EFs

We employ multi-label learning to infer the interactions of new miRNA/EF, which predicts the label of unseen instances based on a maximum a posteriori rule [34,35]. For convenience, we define some notations. miRNAs and EFs are assigned two domains DM = {m1,m2,…mx} and DE = {e1,e2,…ey}, respectively. x and y represent the numbers of miRNAs and EFs, respectively. The interactions between miRNAs and EFs are represented by matrix Ix×y. Pij denotes the interaction probability of miRNA mi and EF ej. Pij is set to 1 if I(i,j) = 1; otherwise, 0. For a new miRNA mc, the probability P(mc,ej) between mc and EF ej demonstrates the confidence that miRNA mc is linked to EF ej. Based on the similarity of miRNA-miRNA, we select the k nearest neighbors of miRNA mc. Then, the probability P(mc,ej) is calculated as follows:

 P(mc,ej)=P(L1j)P(Esj|L1j)P(L1j)P(Esj|L1j)+P(L0j)P(Esj|L0j)  (18)
 P(L1j)=1+i=1xI(i,j)2+x  (19)
 P(L0j)=1P(L1j)  (20)
 P(Esj|L1j)=1+e(s)k+1+i=0ke(i)  (21)
 P(Esj|L0j)=1+e(s)k+1+i=0ke(i)  (22)

where k represents the number of nearest neighbors. e(s) represents the number of miRNA related to EF ej whose KNNs contain exactly s miRNAs related EF ej. e’(s) counts the number of miRNA unrelated to EF ej whose KNNs contain exactly s miRNAs related EF ej.

The flowchart for miRNA-EF interaction prediction is shown in Figure 1. Firstly, the similarities of miRNA and EF are calculated based on different similarity measures, respectively. Secondly, the similarity matrices of miRNA and EF are constructed in terms of similarity scores calculated previously. Further, the similarity network fusion is employed to integrating different similarity matrices of miRNA and EF, respectively. Finally, the bi-random walk and multi-label learning are used to infer potential miRNA-EF interactions.

Figure 1.

Figure 1

The flowchart of miRNA-EF interaction prediction. (A) Computing similarities of miRNA-miRNA and EF-EF, respectively. (B) Establishing similarity matrices of miRNA and EF, respectively. (C) Integrating similarity matrices of miRNA-miRNA and EF-EF by using similarity network fusion method, respectively. (D) Predicting miRNA-EF interactions by using multi-label learning and bi-random walk. (E) The final predicted results.

3. Experiments

3.1. Analyzing the miRNA-EF Interaction Network

There are 729 interactions between 224 miRNAs and 124 EFs in the whole miRNA-EF interaction network. The degree of EFs is shown in Figure 2. It is observed that the degree of most EFs is equal to 1. It means that most of EFs only have one related miRNA and a great amount of interactions are still unknown. The EF with the max degree is gemcitabine which has 56 related miRNAs.

Figure 2.

Figure 2

The degree of EFs.

In order to analyze the cluster feature of miRNA-EF interaction network, the ClusterViz [36] program is used to obtain clusters from the network. In Figure 3, three modules are obtained from the miRNA-EF interaction network. This demonstrates that EFs can regulate a group of functionally similar miRNAs rather than a single miRNA. Take the module (C) for example, it demonstrates that four EFs (DDT, E2, BPA and ionizing radiation) have associations with the let-7 family.

Figure 3.

Figure 3

Three modules are obtained from miRNA-EF interaction network by utilizing ClusterViz. (A) The EFs (anabolic stimulus and exercise) are related with hsa-mir-133a-2, hsa-mir-206 and hsa-mir-1-1. (B) The EFs (5-Azacytidine and 4-phenylbutyrate) are associated with hsa-mir-431 and hsa-mir-432. (C) The EFs (DDT, E2, BPA and ionizing radiation) have associations with the let-7 family.

3.2. Experiment

To demonstrate the effectiveness of our method, a comparison between our method and three state-of-the-art methods (miREFScan [20], miREFRWR [22] and KBMF [6]) is conducted. The parameters of these methods are specified as the default value. The 10-fold cross validation is utilized to evaluate the performance of different methods. The known miRNA-EF interactions are divided into 10 subsets. One subset is used as test set and the remaining nine subsets are treated as training set. Then, the true positive rates (TPR) and false positive rates (FPR) are calculated by using different classification thresholds. The receiver operating characteristics (ROC) curve is drawn based on the value of TPR and FPR and the area under the ROC curve (AUC) is calculated to measure the performance. The higher of AUC value, the better performance is. The experimental result is shown in Figure 4. It can be found that our method achieves an AUC of 0.8208 which is better than other two methods (miREFRWR: 0.7905, miREFScan: 0.7963 and KBMF: 0.677).

Figure 4.

Figure 4

Comparison of different methods in miRNA-EF interaction prediction.

3.3. Case Study

3,3′-Diindolylmethane (DIM) is a kind of compound widely found in Brassica vegetables [37]. An increasing number of studies have shown that DIM has a close relationship with many cancers. For example, it has been proved that the expression of HDAC1 can be inhibited by DIM in colon cancer tissue [38]. Table 1 shows the top 15 potential miRNAs related with DIM which are identified by using MEI-BRWMLL nine miRNAs are confirmed to connect to DIM by the recent literature. It has been proved that the expression of hsa-mir-146a (ranked at first) is induced by DIM in pancreatic cancer cells [39]. In addition, the DIM has been certified to up-regulate miRNA-16 (ranked second) in CD4+ T cells [40]. The literature shows DIM has relationship with hsa-mir-181d, hsa-mir-125b and hsa-mir-34a (ranked at 6th, 8th and 12th), respectively [41,42]. DIM can inhibit the expression of these three miRNAs in SEB-mediated liver injury. The hsa-mir-200b (ranked at 9th) is upregulated by DIM in SKBR3 breast cancer cells [43]. It has been proved that the expression of hsa-mir-221 (ranked at 11th) can be downregulated in pancreatic cancer [44]. The DIM can inhibit the expression of EZH2 by up-regulating hsa-let-7e (ranked at 13th) in castration-resistant prostate cancer [45]. The literature [43] shows that the expression of hsa-mir-200c is up-regulated by DIM and herceptin in breast cancer. In addition, it can be found that several miRNAs are identified to be related with DIM. However, the functions of these miRNAs are still unknown. This requires biologists to validate them by using biological experiments.

Table 1.

The top 15 potential miRNAs related to 3,3′-diindolylmethane predicted by MEI-BRWMLL.

Rank miRNA Evidence
1 hsa-mir-146 a PMID: 20124483
2 hsa-mir-16 PMID: 24899890
3 hsa-mir-24 Unknown
4 hsa-mir-155 Unknown
5 hsa-mir-223 Unknown
6 hsa-mir-181 d PMID: 25706292
7 hsa-mir-181 b Unknown
8 hsa-mir-125 b PMID: 25706292
9 hsa-mir-200 b PMID: 23372748
10 hsa-mir-126 Unknown
11 hsa-mir-221 PMID: 24224124
12 hsa-mir-34 a PMID: 25706292
13 hsa-let-7 e PMID: 22442719
14 hsa-mir-200 c PMID:23372748
15 hsa-mir-222 Unknown

4. Conclusions

Understanding the complex pathogenesis of diseases is still a significant challenge in disease research [46,47]. Increasing studies have demonstrated that diseases have close relationship with GFs and EFs [48,49]. miRNAs are a group of important GFs which have been proved to play critical roles in many diseases [50,51]. Therefore, identifying miRNA-EF interactions is helpful for elucidating the pathogenesis of diseases. In this paper, a computational framework to predict interactions between miRNAs and EFs is proposed. Multiple biological data are used to measure the pairwise similarity of miRNA-miRNA and EF-EF, respectively. Then, the similarities of miRNA-miRNA and EF-EF are fused by using SNF, respectively. Further, the bi-random walk and multiple label learning are utilized to infer miRNA-EF interactions. The experimental results show that this method is effective for miRNA-EF interaction identification.

Author Contributions

Conceptualization, H.L. and W.L.; Methodology, H.Q.L., W.L., Z.Q.W. and Q.F.C.; Software, Z.X.L., X.F.Y. and L.Z.Z.; Writing-Original Draft Preparation, H.Q.L., W.L. and Q.F.C.

Funding

This research was funded by the National Natural Science Foundation of China under Grant No. 61702122, No.61751314 and No. 61802442; Key project of Natural Science Foundation of Guangxi 2017GXNSFDA198033; Key research and development plan of Guangxi AB17195055 and Director Open Fund of Qinzhou City Key Laboratory of Advanced Technology of Internet of Things IOT2017A04.

Conflicts of Interest

The authors declare no conflict of interest.

Footnotes

Sample Availability: Samples of the compounds are not available from the authors.

References

  • 1.Barabási A.L., Gulbahce N., Loscalzo J. Network medicine: A network-based approach to human disease. Nat. Rev. Genet. 2011;12:56–68. doi: 10.1038/nrg2918. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Moreau Y., Tranchevent L.C. Computational tools for prioritizing candidate genes: Boosting disease gene discovery. Nat. Rev. Genet. 2012;13:523–536. doi: 10.1038/nrg3253. [DOI] [PubMed] [Google Scholar]
  • 3.Clayton D., McKeigue P.M. Epidemiological methods for studying genes and environmental factors in complex diseases. Lancet. 2001;358:1356–1360. doi: 10.1016/S0140-6736(01)06418-2. [DOI] [PubMed] [Google Scholar]
  • 4.Lan W., Wang J.X., Li M., Peng W., Wu F.X. Computational approaches for prioritizing candidate disease genes based on PPI networks. Tsinghua Sci. Technol. 2015;20:500–512. doi: 10.1109/TST.2015.7297749. [DOI] [Google Scholar]
  • 5.Li M., Zheng R., Li Y., Wu F.X., Wang J.X. MGT-SM: A Method for Constructing Cellular Signal Transduction Networks. IEEE/ACM Trans. Comput. Biol. Bioinform. 2017 doi: 10.1109/TCBB.2017.2705143. [DOI] [PubMed] [Google Scholar]
  • 6.Zeng X., Liu L., Lu L., Zou Q. Prediction of potential disease-associated microRNAs using structural perturbation method. Bioinformatcis. 2018;1:8. doi: 10.1093/bioinformatics/bty112. [DOI] [PubMed] [Google Scholar]
  • 7.Ha M., Ki V.N. Regulation of microRNA biogenesis. Nat. Rev. Mol. Cell. Biol. 2014;15:509–524. doi: 10.1038/nrm3838. [DOI] [PubMed] [Google Scholar]
  • 8.Zou Q., Li J., Song L., Zeng X., Wang G. Similarity computation strategies in the microRNA-disease network: A survey. Brief. Func. Genom. 2015;15:55–64. doi: 10.1093/bfgp/elv024. [DOI] [PubMed] [Google Scholar]
  • 9.Zhou B., Wang S., Mayr C., Bartel D.P., Lodish H.F. miR-150, a microRNA expressed in mature B. and T. cells, blocks early B cell development when expressed prematurely. Proc. Natl. Acad. Sci. USA. 2007;104:7080–7085. doi: 10.1073/pnas.0702409104. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Lan W., Huang L.Y., Lai D.H., Chen Q.F. Identifying Interactions Between Long Noncoding RNAs and Diseases Based on Computational Methods. Methods Mol. Biol. 2018;1754:205–221. doi: 10.1007/978-1-4939-7717-8_12. [DOI] [PubMed] [Google Scholar]
  • 11.Peng W., Lan W., Zhong J.C., Wang J.X., Pan Y. A novel method of predicting microRNA-disease associations based on microRNA, disease, gene and environment factor networks. Method. 2017;124:69–77. doi: 10.1016/j.ymeth.2017.05.024. [DOI] [PubMed] [Google Scholar]
  • 12.Mathers J.C., Strathdee G., Relton C.L. Induction of epigenetic alterations by dietary and other environmental factors. Adv. Genet. 2009;71:3–39. doi: 10.1016/B978-0-12-380864-6.00001-8. [DOI] [PubMed] [Google Scholar]
  • 13.Wen X.Y., Wu S.Y., Liu Z.Q., Zhang J.J., Wang G.F., Jiang Z.H., Wu S.G. Ellagitannin (BJA3121), an anti-proliferative natural polyphenol compound, can regulate the expression of MiRNAs in HepG2 cancer cells. Phytother. Res. 2009;23:778–784. doi: 10.1002/ptr.2616. [DOI] [PubMed] [Google Scholar]
  • 14.Chiyomaru T., Yamamura S., Fukuhara S., Yoshino H., Kinoshita T., Majid S., Saini S., Chang I., Tanaka Y., Enokida H., et al. Genistein inhibits prostate cancer cell growth by targeting miR-34a and oncogenic HOTAIR. PLoS ONE. 2013;8:e70372. doi: 10.1371/journal.pone.0070372. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Kozomara A., Griffiths-Jones S. miRBase: Annotating high confidence microRNAs using deep sequencing data. Nucleic Acids Res. 2014;42:D68–D73. doi: 10.1093/nar/gkt1181. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Wang D., Gu J., Wang T., Ding Z. OncomiRDB: A database for the experimentally verified oncogenic and tumor-suppressive microRNAs. Bioinformatics. 2014;30:2237–2238. doi: 10.1093/bioinformatics/btu155. [DOI] [PubMed] [Google Scholar]
  • 17.Yang Z., Ren F., Liu C., He S., Sun G., Gao Q., Yao L., Zhang Y., Miao R., Cao Y. dbDEMC: A database of differentially expressed miRNAs in human cancers. BMC Genom. 2010;11:S5. doi: 10.1186/1471-2164-11-S4-S5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Yang Q., Qiu C., Yang J., Wu Q., Cui Q. miREnvironment database: Providing a bridge for microRNAs, environmental factors and phenotypes. Bioinformatics. 2011;27:3329–3330. doi: 10.1093/bioinformatics/btr556. [DOI] [PubMed] [Google Scholar]
  • 19.Baccarelli A., Bollati V. Epigenetics and environmental chemicals. Curr. Opin. Pediatr. 2009;21:243–251. doi: 10.1097/MOP.0b013e32832925cc. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Luo H.M., Wang J.X., Li M., Luo J.W., Peng X.Q., Wu F.X., Pan Y. Drug repositioning based on comprehensive similarity measures and Bi-Random Walk algorithm. Bioinformatics. 2016;32:2664–2671. doi: 10.1093/bioinformatics/btw228. [DOI] [PubMed] [Google Scholar]
  • 21.Chen X., Liu M.X., Cui Q.H., Yan G.Y. Prediction of disease-related interactions between microRNAs and environmental factors based on a semi-supervised classifier. PLoS ONE. 2012;7:e43425. doi: 10.1371/journal.pone.0043425. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Chen X. miREFRWR: A novel disease-related microRNA-environmental factor interactions prediction method. Mol. Biosyst. 2016;12:624–633. doi: 10.1039/C5MB00697J. [DOI] [PubMed] [Google Scholar]
  • 23.Jiang W., Chen X., Liao M., Li W., Lian B., Wang L., Meng F., Liu X., Chen X., Jin Y., et al. Identification of links between small molecules and miRNAs in human cancers based on transcriptional responses. Sci. Rep. 2012;2:282. doi: 10.1038/srep00282. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Qiu C., Chen G., Cui Q.H. Towards the understanding of microRNA and environmental factor interactions and their relationships to human diseases. Sci. Rep. 2012;2:318. doi: 10.1038/srep00318. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Li J., Wu Z., Cheng F., Li W., Liu G., Tang Y. Computational prediction of microRNA networks incorporating environmental toxicity and disease etiology. Sci. Rep. 2014;4:5576. doi: 10.1038/srep05576. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Kanehisa M., Araki M., Goto S., Hattori M., Hirakawa M., Itoh M., Katayama T., Kawashima S., Okuda S., Tokimatsu T., et al. KEGG for linking genomes to life and the environment. Nucleic Acids Res. 2008;36:D480–D484. doi: 10.1093/nar/gkm882. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Laarhoven T.V., Nabuurs S.B., Marchiori E. Gaussian interaction profile kernels for predicting drug–target interaction. Bioinformatics. 2011;27:3036–3043. doi: 10.1093/bioinformatics/btr500. [DOI] [PubMed] [Google Scholar]
  • 28.Chen Q.F., Lan W., Wang J.X. Mining featured patterns of MiRNA interaction based on sequence and structure similarity. IEEE/ACM Trans. Comput. Biol. Bioinform. 2013;10:415–422. doi: 10.1109/TCBB.2013.5. [DOI] [PubMed] [Google Scholar]
  • 29.McWilliam H., Li W., Uludag M., Squizzato S., Park Y.M., Buso N., Cowley A.P., Lopez R. Analysis Tool Web Services from the EMBL-EBI. Nucleic Acids Res. 2013;12:W597–W600. doi: 10.1093/nar/gkt376. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Hattori M., Tanaka N., Kanehisa M. SIMCOMP/SUBCOMP: Chemical structure search servers for network analyses. Nucleic Acids Res. 2010;38:W652–W656. doi: 10.1093/nar/gkq367. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Lan W., Wang J.X., Li M., Liu J., Li Y.H., Wu F.X., Pan Y. Predicting drug–target interaction using positive-unlabeled learning. Neurocomputing. 2016;206:50–57. doi: 10.1016/j.neucom.2016.03.080. [DOI] [Google Scholar]
  • 32.Wang B., Mezlini A.M., Demir F., Fiume M., Tu Z., Brudno M., Haibe-Kains B., Goldenberg A. Similarity network fusion for aggregating data types on a genomic scale. Nat. Meth. 2014;11:333–337. doi: 10.1038/nmeth.2810. [DOI] [PubMed] [Google Scholar]
  • 33.Liu J., Wang X., Zhang X., Pan Y., Wang X., Wang J.X. MMM: Classification of schizophrenia using multi-modality multi-atlas feature representation and multi-kernel learning. Multimed. Tool Appl. 2017:1–17. doi: 10.1007/s11042-017-5470-7. [DOI] [Google Scholar]
  • 34.Zhang M.L., Zhou Z.H. ML-KNN: A lazy learning approach to multi-label learning. Pattern Recognit. 2007;40:2038–2048. doi: 10.1016/j.patcog.2006.12.019. [DOI] [Google Scholar]
  • 35.Liu J., Li M., Lan W., Wu F.X., Pan Y., Wang J.X. Classification of Alzheimer′s disease using whole brain hierarchical network. IEEE/ACM Trans Comput. Biol. Bioinform. 2018;15:624–632. doi: 10.1109/TCBB.2016.2635144. [DOI] [PubMed] [Google Scholar]
  • 36.Wang J.X., Zhong J.C., Chen G., Li M., Wu F.X., Pan Y. ClusterViz: A cytoscape APP for cluster analysis of biological network. IEEE/ACM Trans. Comput. Biol. Bioinform. 2015;12:815–822. doi: 10.1109/TCBB.2014.2361348. [DOI] [PubMed] [Google Scholar]
  • 37.Ge X., Yannai S., Rennert G., Gruener N., Fares F.A. 3,3′-Diindolylmethane induces apoptosis in human cancer cells. Biochem. Biophys. Res. Commun. 1996;228:153–158. doi: 10.1006/bbrc.1996.1631. [DOI] [PubMed] [Google Scholar]
  • 38.Li Y., Li X., Guo B. Chemopreventive agent 3,3′-diindolylmethane selectively induces proteasomal degradation of class I histone deacetylases. Cancer Res. 2010;70:646–654. doi: 10.1158/0008-5472.CAN-09-1924. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Li Y., VandenBoom T.G., Wang Z., Kong D., Ali S., Philip P.A., Sarkar F.H. miR-146a suppresses invasion of pancreatic cancer cells. Cancer Res. 2010;70:1486–1495. doi: 10.1158/0008-5472.CAN-09-2792. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Rouse M., Rao R., Nagarkatti M., Nagarkatti P.S. 3,3′-diindolylmethane ameliorates experimental autoimmune encephalomyelitis by promoting cell cycle arrest and apoptosis in activated T cells through microRNA signaling pathways. J. Pharmacol. Exp. Ther. 2014;350:341–352. doi: 10.1124/jpet.114.214742. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Busbee P., Nagarkatti M., Nagarkatti P. Natural indoles, indole-3-carbinol (I3C) and 3,3’-diindolylmethane (DIM), attenuate staphylococcal enterotoxin B-mediated liver injury by downregulating miR-31 expression and promoting caspase-2-mediated apoptosis (IRC4P. 605) J. Immunol. 2015;194:57. doi: 10.1371/journal.pone.0118506. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Busbee P.B., Nagarkatti M., Nagarkatti P.S. Natural Indoles, Indole-3-Carbinol (I3C) and 3,3’-Diindolylmethane (DIM), Attenuate Staphylococcal Enterotoxin B-Mediated Liver Injury by Downregulating miR-31 Expression and Promoting Caspase-2-Mediated Apoptosis. PLoS ONE. 2015;10:e0118506. doi: 10.1371/journal.pone.0118506. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Ahmad A., Ali S., Ahmed A., Ali A.S., Raz A., Sakr W.A., Rahman K.M. 3,3’-Diindolylmethane enhances the effectiveness of herceptin against HER-2/neu-expressing breast cancer cells. PLoS ONE. 2013;8:e54657. doi: 10.1371/journal.pone.0054657. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Sarkar S., Dubaybo H., Ali S., Goncalves P., Kollepara S.L., Sethi S., Philip P.A., Li Y. Down-regulation of miR-221 inhibits proliferation of pancreatic cancer cells through up-regulation of PTEN, p27 (kip1), p57 (kip2), and PUMA. Am. J. Cancer Res. 2013;3:465–477. [PMC free article] [PubMed] [Google Scholar]
  • 45.Kong D., Heath E., Chen W., Cher M.L., Powell I., Heilbrun L., Li Y., Ali S., Sethi S., Hassan O., et al. Loss of let-7 up-regulates EZH2 in prostate cancer consistent with the acquisition of cancer stem cell signatures that are attenuated by BR-DIM. PLoS ONE. 2012;7:e33729. doi: 10.1371/journal.pone.0033729. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Hinks T.S., Zhou X., Staples K.J., Dimitrov B.D., Manta A., Petrossian T., Lum P.Y., Smith C.G., Ward J.A., Howarth P.H., et al. Innate and adaptive T cells in asthmatic patients: Relationship to severity and disease mechanisms. J. Allergy Clin. Immunol. 2015;136:323–333. doi: 10.1016/j.jaci.2015.01.014. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.Lan W., Li M., Zhao K.J., Liu J., Wu F.X., Pan Y., Wang J.X. LDAP: A web server for lncRNA-disease association prediction. Bioinformatics. 2017;33:458–460. doi: 10.1093/bioinformatics/btw639. [DOI] [PubMed] [Google Scholar]
  • 48.Lan W., Chen Q.F., Li T.S., Yuan C.G., Mann S., Chen B.S. Identification of important positions within miRNAs by integrating sequential and structural features. Curr. Protein Pept. Sci. 2014;15:591–597. doi: 10.2174/138920371506140818112552. [DOI] [PubMed] [Google Scholar]
  • 49.Liu J., Wang J.X., Tang Z.Z., Hu B., Wu F.X., Pan Y. Improving Alzheimer’s Disease Classification by Combining Multiple Measures. IEEE/ACM Trans. Comput. Biol. Bioinform. 2017 doi: 10.1109/TCBB.2017.2731849. [DOI] [PubMed] [Google Scholar]
  • 50.Lan W., Wang J.X., Li M., Liu J., Wu F.X., Pan Y. Predicting microRNA-disease associations based on improved microRNA and disease similarities. IEEE/ACM Trans. Comput. Biol. Bioinform. 2016 doi: 10.1109/TCBB.2016.2586190. [DOI] [PubMed] [Google Scholar]
  • 51.Zeng X., Zhang X., Zou Q. Integrative approaches for predicting microRNA function and prioritizing disease-related microRNA using biological interaction networks. Brief. Bioinform. 2016;17:193–203. doi: 10.1093/bib/bbv033. [DOI] [PubMed] [Google Scholar]

Articles from Molecules : A Journal of Synthetic Chemistry and Natural Product Chemistry are provided here courtesy of Multidisciplinary Digital Publishing Institute (MDPI)

RESOURCES