Literature DB >> 28785315

Identifying time-delayed gene regulatory networks via an evolvable hierarchical recurrent neural network.

Mina Moradi Kordmahalleh1, Mohammad Gorji Sefidmazgi1, Scott H Harrison2, Abdollah Homaifar1.   

Abstract

BACKGROUND: The modeling of genetic interactions within a cell is crucial for a basic understanding of physiology and for applied areas such as drug design. Interactions in gene regulatory networks (GRNs) include effects of transcription factors, repressors, small metabolites, and microRNA species. In addition, the effects of regulatory interactions are not always simultaneous, but can occur after a finite time delay, or as a combined outcome of simultaneous and time delayed interactions. Powerful biotechnologies have been rapidly and successfully measuring levels of genetic expression to illuminate different states of biological systems. This has led to an ensuing challenge to improve the identification of specific regulatory mechanisms through regulatory network reconstructions. Solutions to this challenge will ultimately help to spur forward efforts based on the usage of regulatory network reconstructions in systems biology applications.
METHODS: We have developed a hierarchical recurrent neural network (HRNN) that identifies time-delayed gene interactions using time-course data. A customized genetic algorithm (GA) was used to optimize hierarchical connectivity of regulatory genes and a target gene. The proposed design provides a non-fully connected network with the flexibility of using recurrent connections inside the network. These features and the non-linearity of the HRNN facilitate the process of identifying temporal patterns of a GRN.
RESULTS: Our HRNN method was implemented with the Python language. It was first evaluated on simulated data representing linear and nonlinear time-delayed gene-gene interaction models across a range of network sizes and variances of noise. We then further demonstrated the capability of our method in reconstructing GRNs of the Saccharomyces cerevisiae synthetic network for in vivo benchmarking of reverse-engineering and modeling approaches (IRMA). We compared the performance of our method to TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet across different network sizes and levels of stochastic noise. We found our HRNN method to be superior in terms of accuracy for nonlinear data sets with higher amounts of noise.
CONCLUSIONS: The proposed method identifies time-delayed gene-gene interactions of GRNs. The topology-based advancement of our HRNN worked as expected by more effectively modeling nonlinear data sets. As a non-fully connected network, an added benefit to HRNN was how it helped to find the few genes which regulated the target gene over different time delays.

Entities:  

Keywords:  Gene regulatory network; Genetic algorithm; Hierarchical recurrent neural network; Time delay

Year:  2017        PMID: 28785315      PMCID: PMC5543747          DOI: 10.1186/s13040-017-0146-4

Source DB:  PubMed          Journal:  BioData Min        ISSN: 1756-0381            Impact factor:   2.522


Background

New opportunities to reverse engineer the activities of different components of complex cellular systems are arising due to technologies like DNA microarrays and RNA sequencing which provide genomic-scale data sets [1, 2]. Time series data may be collected either in longitudinal studies of cell or tissue samples collected over multiple time points [3], or expressional change across state space [4]. Effective models of gene regulatory networks (GRNs) have successfully identified regulatory interactions between genes and the specific functional roles of individual genes in cellular systems [5, 6]. Reverse engineering of GRNs occurs within the context of stochastic properties of the system, measurement noise, and high dimensionality [3]. There is strong non-linearity on temporal patterns of regulatory genes [7]. Further complexity ensues given that genetic interactions among different genes can have different time delays [8, 9]. These delays are due to the transcription and translation of genes varying in composition and length, along with varying kinetics of binding and completion with respect to genes being processed by the transcriptome, the spliceosome and the ribosome. Transcribed and translated products may be further converted and are eventually degraded, with some products being more stable than others. Changing physiological conditions can impact many of the above factors of time delays. As shown in Fig. 1, there are complex combinations by which the expression level of a gene at a certain time could depend upon the expression level of another gene at a previous time point.
Fig. 1

Time-delayed regulatory interactions among 12 genes with maximum time lag equal to 3. Colors black, red and green represent time delays of one, two and three steps

Time-delayed regulatory interactions among 12 genes with maximum time lag equal to 3. Colors black, red and green represent time delays of one, two and three steps Diverse methods with different levels of complexity have been used to model, analyze and infer complex regulatory interactions [10-13]. Boolean networks are the simplest among them [14]. They are based only upon binary outcomes (on and off) for gene expression and therefore lack adequate dynamic resolution. Bayesian networks represent probabilistic relationships among genes and have shown some success in capturing the inherent noise and stochasticity of gene expression data [15]. Dynamic Bayesian Networks (DBN) are an extension of Bayesian networks that can unravel the feedback cycles and loops over time points [16]. However, due to their high computational cost, the application of dynamic Bayesian networks is limited to small networks. Ordinary Differential Equations (ODE) are deterministic models, where interactions among genes represent causal interactions rather than statistical dependencies [17]. They can offer continuous representations of genetic networks, but are not robust for imprecise data. Methods such as time delay linear regression [18], correlation matrices [19], stochastic simulation algorithms [9, 20], dynamic Bayesian networks [16] and delayed differential equations [21] have been proposed to incorporate a fixed time delay in GRN models. In [22], pairwise correlations between each pair of genes have been used to address the various time delays in gene interactions. TD-ARACNE (Time Delay-Algorithm for the Reconstruction of Accurate Cellular Networks) has been proposed in [23]. This algorithm detects the time-delayed dependencies between the expression profiles in terms of mutual information by assuming a stationary Markov Random Field as its underlying probabilistic model. The TD-ARACNE algorithm does not assign any specific delay or regulatory effect on the edges of the GRN. HCC-CLINDE [24] is an extension of CLINDE [25], and has been developed to infer a time-delayed GRN in the presence of hidden common causes. All directed pairs of genes in the network have possible delays up to a maximum allowed delay, which is obtained based on either a correlation test or mutual information test. The main objective of this paper is to reconstruct a time-delayed GRN which takes into account the non-linearity of gene interaction and the noise of temporal measurements. Recurrent Neural Networks (RNNs) are computational tools inspired by the structural and functional aspects of biological nervous systems, and are noted for their effectiveness in temporal data processing and approximating nonlinear patterns of dynamic temporal behaviors [26]. The ability of RNNs to learn from temporal data, estimate multivariate nonlinear functions, and tolerate noise in measurements makes RNNs an ideal fit for the modeling of gene regulatory interactions using gene expression profiles. Several variants of RNNs have been deployed for the modeling of GRNs including neural fuzzy recurrent networks [27], RNNs combined with particle swarm optimization [28], ensemble of RNNs and support vector machines [29], RNNs combined with differential evolution [30] and RNNs hybridized with the generalized extended Kalman filter [31]. Despite the great capabilities of RNNs for predictive modeling with high accuracy, RNNs are usually considered “black box” models whose internal structure and learned parameters are not interpretable. Due to the multiple layers, the non-linearity of the model, and cyclic (feedback) connections in the network structure, their interpretability still remains vague [32]. This, in particular, impedes goals with GRN reconstruction to identify pairs of genes, directions of regulation, effects (i.e. up or down regulation), and time delays. In this paper, we have proposed a hierarchical RNN (HRNN) that surmounts the interpretation difficulties of the RNNs for application of GRN modeling. The proposed design lets us use the features of hierarchical representation in addition to the capabilities of RNNs for finding temporal dependencies. In this way, time-delayed regulations can be captured through hierarchical paths between leaf nodes (regulatory genes) and a target node (regulated gene) in the HRNN. For discovering the underlying hierarchical structure among the regulatory genes and a target gene, the network topology and connection weights are encoded by a customized genetic algorithm (GA). Through the training procedure, in addition to evolving network connection weights, the GA rewires the connectivity and length of hierarchical paths between leaf nodes and the target gene of a population of candidate networks. From the trained HRNN, the direction and effect of gene regulations in the presence of time delays can be captured. Our proposed model is evaluated on a real biological system and linear/nonlinear synthetic generated data for different sizes of networks and variances of noise. The results of our HRNN method are compared with TD-ARACNE, HCC-CLINDE, ODE implemented in the TSNI package [33] and ebdbNet package (Empirical Bayes Dynamic Bayesian Network Inference) [34].

Method

Assume that are expression levels of P genes at time t in experiment l where t∈{1,…,T } and l∈{1,…,L}. The aim is to capture the potential regulators for each gene G in a decoupled hierarchical RNN. In this network, G is the target gene and the rest of the genes are the potential regulators. At the beginning, a population of candidate hierarchical RNNs should be randomly generated. A candidate network can have 0≤c≤C context nodes in its structure. The network with c context nodes has c+1 neurons. Neurons are the processing units in the RNNs which induce non-linearity on the inputs. Neurons have multiple inputs and one output. The maximum number of context nodes in the candidate networks is set to C. Context nodes in the hierarchical RNN are nodes without experimental measurements and assist with modeling of temporal dynamics. Assume that x 1,…,x are context nodes and x ,…,x are genes. In a network with c≤C context nodes, the first c context nodes x 1,…,x and genes (excluded the target gene) are potential inputs of the c+1 neurons in the network. In each candidate network, the target gene is the output of the first neuron, and the context node c is the input of neuron and output of neuron where i∈{1,…,c}. In addition to the genes and context node c , other context nodes could also be the potential inputs of the neuron neuron , except for neuron , which has no context nodes as its inputs. Each input connection has a weight. If context node is the input of the neuron, the corresponding connection weight is positive. Else, it could be positive or negative. Through training, the customized GA evolves the connectivity between nodes and neurons and connection weights. Figure 2 shows a candidate network generated from a maximum possible number of three context nodes (x 1,x 2,x 3) and five genes (x 4,x 5,x 6,x 7,x 8). The candidate network in this figure uses two out of the three possible context nodes; thus it has three neurons. This figure shows the regulatory interactions of target gene x 8 with x 4,x 5 and x 7. Figure 3(a) shows the corresponding hierarchical recurrent structure obtained from Fig. 2. For Fig. 3(b), time-delayed regulations of the target gene x 8 are captured by x 4,x 5,x 7 in presence of two context nodes x 1 and x 2.
Fig. 2

The structure of a hierarchical RNN with 2 context variables, 5 genes and 3 neurons. Each neuron has only one outgoing connection. For example, Neuron 2 has three incoming connections x 1,x 2,x 5 at time t with corresponding weights w 2,1,w 2,2,w 2,5 and an outgoing connection to context node x 1 at time t+1. Context nodes, regulatory genes and the target gene are shown by broken, highlighted and double-line ovals respectively

Fig. 3

The corresponding hierarchical model which shows the direct regulation of x 8 by gene x 4, and time-delayed regulations of x 8 by genes x 4,x 5,x 7. Context nodes, regulatory genes and the target gene are shown by broken, highlighted and double-line ovals respectively. a The corresponding hierarchical recurrent structure obtained from Fig. 2. b Regulation of the target gene x 8 with connections from context nodes x 1 and x 2

The structure of a hierarchical RNN with 2 context variables, 5 genes and 3 neurons. Each neuron has only one outgoing connection. For example, Neuron 2 has three incoming connections x 1,x 2,x 5 at time t with corresponding weights w 2,1,w 2,2,w 2,5 and an outgoing connection to context node x 1 at time t+1. Context nodes, regulatory genes and the target gene are shown by broken, highlighted and double-line ovals respectively The corresponding hierarchical model which shows the direct regulation of x 8 by gene x 4, and time-delayed regulations of x 8 by genes x 4,x 5,x 7. Context nodes, regulatory genes and the target gene are shown by broken, highlighted and double-line ovals respectively. a The corresponding hierarchical recurrent structure obtained from Fig. 2. b Regulation of the target gene x 8 with connections from context nodes x 1 and x 2 For the target and context nodes x that are outputs of the neurons, Eq. 1 shows the updated value from time t to t+1. where x (t) is the value of j input node connected to x (t+1). f is a sigmoid function in the form of Eq. 2 which is monotonically increasing in the range of [0,1] and is commonly used in the literature to induce non-linearity. In the case of self-regularization of the target gene, Eq. 3 is used for updating the value of the target gene: where μ is the decay rate of the target gene’s expression over time. Estimating the decay rate for each gene helps to model the suppression effect of a gene on itself [35].

Evolutionary training algorithm

A customized GA is proposed for training the HRNN. At the beginning, the GA generates a population of random candidate networks. The structure and connection weights of the candidate networks are evolved over generations of the GA with the guidance of the fitness function. In each generation, new candidate networks (children) are formed by applying the evolutionary operators (crossover and mutation) on the old networks (parents) within the constraints of the HRNN. Parents are selected according to their fitness values, where networks with higher accuracy have more chances to reproduce. The newly generated population is used for the next generation of the GA. At each generation, an elitist evolving strategy is applied to keep the best candidate networks from the last population. The evolutionary process is repeated until the terminating conditions are satisfied. The proposed procedure is summarized in Algorithm ??.

Representation of candidate networks

Candidate networks in the GA are represented by their number of neurons (N ), number of inputs to each neuron (N ), indices of the input nodes (In), weights of the input connections (W) and the decay rate of the target gene’s expression level (μ) if it exists. Components of the first, c and last neurons in a candidate network with c+1 neurons are represented in Fig. 4. In this candidate network, P genes and c out of C context nodes are used in the network. One of the genes is considered as a target gene. The output of each neuron (Out) does not change in the training process.
Fig. 4

Representation of the candidate hierarchical RNNs in the GA. This diagram displays the number of neurons in the network along with their connectivity description

Representation of the candidate hierarchical RNNs in the GA. This diagram displays the number of neurons in the network along with their connectivity description

Fitness of candidate networks

The performance of the candidate networks (fitness) is evaluated by measuring the trade-off between the goodness of fit and complexity of the model by using the Akaike information criterion (AIC) and the Akaike information criterion with correction (AICc). AIC is a model selection criterion which estimates the quality of a model relative to other models (Eq. 4). where is the expression value of the target gene i at experiment l, and is the corresponding estimation by the candidate HRNN at time t. k is the number of leaf nodes in the HRNN and n is the total number of temporal samples for gene expression. If n is small or k is large, the AICc is preferred rather than AIC (Eq. 5). As n gets larger, AICc converges to AIC.

Crossover operator

Crossover is an evolutionary operator for generating a new candidate network. Before applying the proposed crossover, the tournament selection reproduces a new pool of candidate networks. The tournament selection is a method of selecting a candidate among a few candidates chosen at random from the population. The winner of each tournament (the one with the best fitness) will be replaced in the new pool. For applying the proposed crossover, first the networks in the population are shuffled and sorted by the number of neurons (N ) in their structure. Then, for each pair of selected networks with the same number of neurons (parents 1 and 2), crossover with probability of P swaps the random neurons i∈{1,…,N } in two parents. Figure 5(c)-(d) show the crossover operating on neuron 2 of the parents in Figure 5(a)-(b). Crossover creates new candidate networks (cross-children) with new connectivity and connection weights.
Fig. 5

The crossover operator swaps the input/output connections of the second neurons in the parent 1 and 2. The new generated networks are cross-children 1 and 2. a Parent 1 b Parent 2 c Cross-children 1 d Cross-children 2

The crossover operator swaps the input/output connections of the second neurons in the parent 1 and 2. The new generated networks are cross-children 1 and 2. a Parent 1 b Parent 2 c Cross-children 1 d Cross-children 2

Mutation operator

The mutation operator mutates the number of inputs of the neurons, rewires the connectivity of the inputs of the neurons, and evolves the connection weights with the probability P . For a mutation site m in the network, the mutation works as below: If m is on the number of inputs of a neuron (N ), it is mutated to N =N ±1. Therefore, a new input and its corresponding weight are added or deleted. If m is on an input connection of a neuron (In), the selected connection is rewired to another node in the network. If m is on a connection weight of a neuron and input is a context node, the Gaussian mutation evolves the weight in the range of [0,w ]; else, the weight is mutated in the range of [w ,w ] If m is on the decay rate μ, the Gaussian mutation is applied to evolve the the decay rate in the range [0,w ].

Experimental results

In order to evaluate the performance of the proposed method, we have tested our method with both synthetic data and real data against TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet. As the underlying regulatory networks for the real biological datasets are generally unknown, synthetic data are helpful for checking the efficiency of methods. The generated synthetic models in this paper have different levels of complexity and enable us to have a broad-ranging performance evaluation of our proposed approach in comparison to other approaches. In a real life experiment, we applied our method for finding the GRN of Saccharomyces cerevisiae. We assess the performance of the inference algorithm on three aspects, namely Links (which is considered correct if and only if both the gene pair and the direction are correct), Delays (which is considered correct if and only if both the link and the time delay are correct), and Effects (which is considered correct if and only if both the link and the sign of an effect are correct) [24]. For each aspect, Recall , Precision and F-score metrics are computed. In these metrics, TP, FP and FN are numbers of true positives, false positives, and false negatives respectively. The F-scores of the results have been compared as an overall measurement of performance. The HCC-CLINDE method provides F-scores of Link, Delay and Effect criteria. However, TD-ARACNE, TSNI and ebdbNet provide information for finding the F-score of the Link. In all simulations, algorithms have been tested by their default parameters.

Synthetic data

The generation of synthetic data has been considered in two instances of linear and nonlinear models. To compare the accuracy of the HRNN with TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet, the effects of the noise levels and number of genes in small and medium size networks are investigated. For a chosen number of genes and level of noise, ten random GRNs with random connectivity between nodes, weight of the connections, time delay and initial value of gene expressions are generated. The purpose of these experiments is to evaluate the performance of the proposed method in terms of linearity versus non-linearity of gene expression values, network size (P∈{5,10,20,30}) and noise variance (σ 2∈{0.1,0.25,0.5,1.0,1.5}). The linear and nonlinear models of random GRNs are generated by Eqs. 6 and 7 respectively: where G (t) is the expression value of gene i at time t, i∈{1,…,P} and t∈{1,…,50}. τ ∈{1,…,τ } is the time delay of the edge j→i (if τ ≠0). a is the regulatory effect of gene j on gene i, where the regulatory effect is repressive if a is negative, activatory if positive, and absent if zero. ε (t) is a random Gaussian noise with zero mean and variance σ 2. The regulatory effects a are randomly selected at the beginning of each simulation run. The network generation algorithm is set in such a way that each gene could have a maximum of 3 regulators with maximum delay τ =4. The number of regulators and time lag for each edge in the synthetic networks are also generated randomly. In Eq. 7, f is a sigmoid and monotonically increasing function in the form of Eq. 2 which adds non-linearity to the model. The accuracy of GRN reconstruction using synthetic gene expression data generated from the linear model are presented in Figs. 6, 7 and 8. These figures compare the Link F-score, Delay F-score and Effect F-score of the HRNN with HCC-CLINDE, TD-ARACNE, TSNI and ebdbNet for different number of genes in the network. The variance of noise in these experiments is the same, and is equal to (σ 2=1). In part a of these figures, the box plot of F-score values of Link, Delay and Effect criterion are compared. In parts b of these figures, a linear regression model is fit on the F-score values with respect to the number of genes in the network. R-squared and p-values of the linear regression models in Figs. 6(b), 7(b) and 8(b) are stated in Table 1. In case of the linear data, the linear regression models in Fig. 6(b) shows that the HRNN and the HCC-CLINDE are responsibly competitive for finding the correct Link between the nodes in networks.
Fig. 6

Effect of number of genes on Link F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Link F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus number of genes

Fig. 7

Effect of number of genes on Delay F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Delay F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus number of genes

Fig. 8

Effect of number of genes on Effect F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Effect F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus number of genes

Table 1

The statistical properties of the linear regression models fitted on the F-score values with respect to the number of genes. Gene expression data is generated from a linear model

Method R-squared p-value
LinkHRNN0.382.3×10−5
HCC-CLINDE0.160.01
TD-ARACNE0.512.0×10−7
TSNI0.791.8×10−14
ebdbNet0.761.2×10−13
DelayHRNN0.060.10
HCC-CLINDE0.030.22
EffectHRNN0.160.008
HCC-CLINDE0.120.02
Effect of number of genes on Link F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Link F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus number of genes Effect of number of genes on Delay F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Delay F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus number of genes Effect of number of genes on Effect F-score for case of linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Effect F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus number of genes The statistical properties of the linear regression models fitted on the F-score values with respect to the number of genes. Gene expression data is generated from a linear model Table 2 includes the average of the TP, FP, FN, Precision, Recall and F-score of Link criteria for 10 independent runs of the methods and different number of genes in the network. Also, we conduct a hypothesis test for the difference between means of F-score. For a selected number of genes in Table 2, a t-test performed on F-score values of the HRNN and other methods. The null hypothesis is defined as two population means are equal. The nominal and adjusted p-values are mentioned in the table. HRNN is tested multiple times for four different number of genes in the network, to obtain the adjusted p-values, the nominal p-values are multiplied by four. If the corresponding adjusted p-value is less than 0.05, the null hypothesis is rejected, meaning that mean of F-scores are significantly different. p-values are for how the F-scores of the other methods may significantly differ with the F-scores of HRNN; therefore, p-values are not shown for the HRNN row in the tables. Table 3 includes the average of the TP, FP, FN, Precision, Recall, F-score and also p-values of Delay and Effect criterion for 10 independent runs of the HRNN and HCC-CLINDE and different number of genes in the network. Results shows that HRNN and HCC-CLINDE are not significantly different in terms of Delay and Effect F-scores in case of linearity among genes.
Table 2

The effect of network size on GRN reconstruction in case of linearity between the genes. Results are the average of the accuracy in terms of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks

Methods P TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
HRNN55.64.54.30.560.570.56
109.715.29.60.390.500.44
2014.836.525.30.280.370.32
3021.858.136.50.270.370.31
TD-ARACNE54.37.25.60.330.430.360.0080.03
107.827.211.50.220.390.260.010.04
209.176.931.00.100.230.131.6×10−6 6.4×10−6
3011.3153.747.00.070.190.095.0×10−8 2.0×10−7
HCC-CLINDE54.22.15.70.700.440.530.651
108.45.510.90.620.430.510.351
2011.918.528.20.400.290.340.771
3017.719.840.60.480.300.370.441
TSNI59.915.10.00.391.00.560.991
1017.973.11.40.190.930.320.040.16
2019.5188.520.60.090.480.151.1×10−6 4.4×10−6
3014.3189.744.00.060.240.101.2×10−7 4.8×10−7
ebdbNet57.811.22.10.400.770.530.471
1015.863.23.50.190.800.310.030.12
2027.4234.612.70.100.660.177.6×10−6 2.8×10−5
3031.5430.526.80.060.530.129.7×10−8 3.6×10−7

The p-values are for how the Link F-scores of other methods compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1

Table 3

The effect of network size on GRN reconstruction in case of linearity between the genes. Results are the average of the accuracy in terms of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks

Methods P TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
DelayHRNN53.99.36.00.320.400.35
107.520.111.80.280.390.32
2011.643.928.50.210.290.24
3019.164.939.20.220.330.26
DelayHCC-CLINDE53.23.16.70.520.330.4040.521
107.76.211.60.570.400.470.060.24
2011.319.128.80.380.280.320.220.88
3017.020.541.30.460.290.350.230.92
EffectHRNN54.56.36.30.440.430.43
108.916.210.70.360.460.40
2013.038.727.70.250.320.28
3020.260.238.60.250.3460.29
EffectHCC-CLINDE54.02.35.90.670.420.510.321
107.96.011.40.580.410.480.331
2011.518.928.60.390.290.330.441
3017.420.140.90.470.290.360.311

The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1

The effect of network size on GRN reconstruction in case of linearity between the genes. Results are the average of the accuracy in terms of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks The p-values are for how the Link F-scores of other methods compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1 The effect of network size on GRN reconstruction in case of linearity between the genes. Results are the average of the accuracy in terms of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1 In the next step for testing synthetic data, we considered a more realistic scenario where the gene expression values are generated from nonlinear models. For 10 different randomly generated networks, the effect of the number of genes in the accuracy of GRN reconstruction of HRNN was compared with other methods. Figures 9, 10 and 11 compare the accuracy of Link F-score, Delay F-score and Effect F-score for different number of genes in the network respectively. The variance of noise in these experiments is the same, and is equal to (σ 2=1). The linear regression models between F-score and number of genes, shown in part b of these figure. R-squared and p-values of the linear regression models in Figs. 9(b), 10(b) and 11(b) are stated in Table 4.
Fig. 9

Effect of number of genes on Link F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Link F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus number of genes

Fig. 10

Effect of number of genes on Delay F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Delay F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus number of genes

Fig. 11

Effect of number of genes on Effect F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Effect F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus number of genes

Table 4

The statistical properties of the linear regression models fitted on the F-score values with respect to the number of genes

Method R-squared p-value
LinkHRNN0.5582.9×10−8
HCC-CLINDE0.562.3×10−8
TD-ARACNE0.747.0×10−13
TSNI0.811.2×10−15
ebdbNet0.643.8×10−10
DelayHRNN0.284.0×10−4
HCC-CLINDE0.433.4×10−6
EffectHRNN0.3476.2×10−5
HCC-CLINDE0.493.4×10−7

Gene expression data is generated from a non-linear model

Effect of number of genes on Link F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Link F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus number of genes Effect of number of genes on Delay F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Delay F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus number of genes Effect of number of genes on Effect F-score for case of non-linearity among gene interactions. For a chosen number of genes, 10 GRNs are randomly generated where Var(noise)=1. a Box plot of the Effect F-score versus number of genes. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus number of genes The statistical properties of the linear regression models fitted on the F-score values with respect to the number of genes Gene expression data is generated from a non-linear model Tables 5 and 6 include the average of the TP, FP, FN, Precision, Recall and F-score in term of Link, Delay and Effect criterion for 10 independent runs of the methods and different number of genes in the network. For a selected number of genes in these tables, a t-test performed on F-score values. If the corresponding adjusted p-value is less than 0.05, the null hypothesis is rejected, meaning that mean of F-score of HRNN is significantly different from other method. The results show that the proposed HRNN works better than HCC-CLINDE, TD-ARACNE, TSNI and ebdbNet for cases of non-linearity among gene interactions in bigger networks. The accuracy of HCC-CLINDE for finding the correct link drops significantly in case of non-linearity between the genes in comparison to the the linear relationships.
Table 5

The effect of network size on GRN reconstruction in case of non-linearity between the genes. Results are the average of the accuracy in terms of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks

Methods P TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
HRNN55.63.44.70.620.540.57
106.412.812.60.330.330.33
2011.230.528.40.260.280.27
3010.950.346.10.180.190.18
TD-ARACNE56.606.93.70.500.640.540.601
109.335.79.70.210.500.280.160.64
2014.5129.525.10.100.370.153.0×10−4 1.2×10−3
3012162450.070.200.092.0×10−5 8.0×10−5
HCC-CLINDE53.11.87.20.650.290.397.0×10−4 2.8×10−3
103.34.415.70.460.170.240.050.2
204.19.435.50.290.100.150.0070.028
303.413.053.60.210.050.090.0020.008
TSNI510.314.70.00.4110.580.911
1016.971.12.10.190.890.310.601
2017.6160.422.00.090.440.164.0×10−4 1.6×10−3
3010158470.060.170.082.0×10−4 8.0×10−4
ebdbNet54.46.15.90.430.430.410.0080.032
104.820.214.20.190.250.200.0040.016
206.255.8033.40.100.150.125.0×10−5 2.0×10−4
303.859.253.20.060.060.067.9×10−5 3.1×10−4

The p-values are for how the Link F-scores of other methods compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1

Table 6

The effect of network size on GRN reconstruction in case of non-linearity between the genes. Results are the average of the accuracy in terms of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks

Methods P TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
DelayHRNN54.77.05.60.400.450.42
103.919.015.10.170.190.18
208.037.831.60.170.200.18
309.055.448.00.140.160.15
DelayHCC-CLINDE52.62.37.70.570.250.340.251
102.62.37.70.570.250.340.691
203.99.635.70.280.090.140.271
303.313.153.70.210.050.080.030.12
EffectHRNN54.84.36.00.520.440.47
104.615.014.50.230.230.23
209.832.329.90.230.240.23
309.951.747.30.160.170.17
EffectHCC-CLINDE52.72.27.60.590.260.350.080.32
103.14.615.90.430.160.230.951
203.99.635.70.280.090.140.020.08
303.413.053.60.210.050.090.010.04

The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1

The effect of network size on GRN reconstruction in case of non-linearity between the genes. Results are the average of the accuracy in terms of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks The p-values are for how the Link F-scores of other methods compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1 The effect of network size on GRN reconstruction in case of non-linearity between the genes. Results are the average of the accuracy in terms of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. P is the number of genes for each of the networks. The variance of the noise is equal to 1 In another simulation, the effect of noise in non-linear models is examined. In synthetic non-linear networks with 20 genes, the level of noise is changed (σ 2∈{0.1,0.25,0.5,1.0,1.5}). Figures 12, 13 and 14 show the results of GRN reconstruction of HRNN in comparison to TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet in the forms of box plot and linear regression model and in terms of Link, Delay and Effect F-scores respectively. R-squared and p-values of the linear regression models in Figs. 12(b), 13(b) and 14(b) are stated in Table 7. Tables 8 and 9 include the average of the TP, FP, FN, Precision, Recall, F-score, nominal and adjusted p-value for 10 independent runs of the methods and different levels of the noise. HRNN is tested multiple times for five different noise levels of gene measurements, to obtain the adjusted p-values, the nominal p-values are multiplied by five. Figure 12 show that the accuracy of our proposed method in terms of Link F-score is often higher than HCC-CLINDE, TD-ARACNE, TSNI and ebdbNet. Figures 13 and 14 show that the HRNN and HCC-CLINDE are competitive in terms of Delay and Effect F-scores.
Fig. 12

Effect of noise level on Link F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Link F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus variance of the noise

Fig. 13

Effect of noise level on Delay F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Delay F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus variance of the noise

Fig. 14

Effect of noise level on Effect F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Effect F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus variance of the noise

Table 7

The statistical properties of the linear regression models fitted on the F-score values with respect to the noise level

Method R-squared p-value
LinkHRNN0.745.5×10−16
HCC-CLINDE0.842.2×10−21
TD-ARACNE0.030.19
TSNI4.0×10−5 0.96
ebdbNet0.100.02
DelayHRNN0.745.1×10−16
HCC-CLINDE0.831.4×10−20
EffectHRNN0.766.9×10−17
HCC-CLINDE0.847.3×10−21

Gene expression data is generated from a non-linear model

Table 8

The effect of noise level on GRN reconstruction in case of non-linearity between the genes. Results are the average of accuracy of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks

Methods σ 2 TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
HRNN0.120.228.319.00.410.510.46
0.2519.926.720.60.420.490.45
0.517.928.421.30.380.450.41
111.230.528.40.260.280.27
1.55.932.233.60.150.140.15
TD-ARACNE0.113.5102.525.70.120.340.171.9×10−10 9.5×10−10
0.2514.7107.325.80.110.360.161.4×10−8 7.0×10−8
0.512.0102.027.20.090.300.131.3×10−7 6.5×10−7
114.5129.525.10.100.370.153.0×10−4 1.5×10−3
1.512.2115.827.30.110.310.140.861
HCC-CLINDE0.119.09.520.20.660.480.560.040.2
0.2518.010.322.50.630.440.520.080.4
0.512.88.426.40.610.330.420.781
14.19.435.50.290.100.150.010.05
1.50.57.339.00.060.010.021.2×10−6 6.0×10−6
TSNI0.114.1139.925.10.090.360.146.2×10−11 3.1×10−10
0.2513.6128.426.90.090.330.147.2×10−10 3.6×10−9
0.515.3138.723.90.090.380.154.2×10−8 2.1×10−7
117.6160.422.00.090.440.164.8×10−4 2.4×10−3
1.515.1150.924.40.080.370.140.631
ebdbNet0.17.856.231.40.120.200.141.5×10−9 7.5×10−9
0.257.758.332.80.110.180.138.9×10−10 4.4×10−9
0.55.248.834.00.090.130.104.4×10−9 2.2×10−8
16.255.833.40.100.150.125.0×10−5 2.5×10−4
1.55.254.834.30.070.130.090.020.1

The p-values are for how the Link F-scores of other methods compare with HRNN. σ 2 is variance of the noise. Networks include 20 genes

Table 9

The effect of noise level on GRN reconstruction in case of non-linearity between the genes

Methods σ 2 TPFPFNPrecisionRecall F-scoreNominal p-valueAdjusted p-value
DelayHRNN0.118.734.220.50.350.470.41
0.2518.531.922.00.360.450.41
0.515.634.423.60.310.390.34
18.037.831.60.170.200.18
1.54.537.335.00.110.110.11
DelayHCC-CLINDE0.118.310.220.90.640.460.530.010.05
0.2517.910.422.60.630.440.510.0050.025
0.512.78.526.50.600.320.420.030.15
13.99.635.70.280.090.140.271
1.50.47.439.10.050.010.013.9×10−6 1.9×10−5
EffectHRNN0.119.829.319.80.400.500.44
0.2519.227.621.90.410.460.43
0.516.130.723.50.340.400.37
19.832.329.90.230.240.23
1.55.133.334.50.130.120.13
EffectHCC-CLINDE0.118.510.020.70.640.470.540.060.3
0.2518.010.322.50.630.440.520.020.1
0.512.78.526.50.600.320.420.160.8
13.99.635.70.280.090.140.020.1
1.50.47.439.10.050.010.013.4×10−7 1.7×10−6

Results are the average of accuracy of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks. The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. σ 2 is variance of the noise. Networks include 20 genes

Effect of noise level on Link F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Link F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Link F-score versus variance of the noise Effect of noise level on Delay F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Delay F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Delay F-score versus variance of the noise Effect of noise level on Effect F-score for case of non-linearity among gene interactions. For a chosen variance of the noise, 10 GRNs are randomly generated where number of genes is 20. a Box plot of the Effect F-score versus variance of the noise. ⋆ adjusted p-value ≤0.05b Linear regression model of the Effect F-score versus variance of the noise The statistical properties of the linear regression models fitted on the F-score values with respect to the noise level Gene expression data is generated from a non-linear model The effect of noise level on GRN reconstruction in case of non-linearity between the genes. Results are the average of accuracy of the Link criteria for GRN reconstruction of 10 different randomly generated synthetic networks The p-values are for how the Link F-scores of other methods compare with HRNN. σ 2 is variance of the noise. Networks include 20 genes The effect of noise level on GRN reconstruction in case of non-linearity between the genes Results are the average of accuracy of the Delay and Effect criterion for GRN reconstruction of 10 different randomly generated synthetic networks. The p-values are for how the Delay and Effect F-scores of HCC-CLINDE method compare with HRNN. σ 2 is variance of the noise. Networks include 20 genes

Real-life biological data of Saccharomyces cerevisiae (IRMA)

In order to validate the performance of the proposed method on real-life biological GRNs, we considered a recent significant contribution to systems biology reported in [36] where the authors built a synthetic network, called IRMA, of the yeast organism Saccharomyces cerevisiae. The researchers tested transcription of network genes by culturing cells in presence of galactose and glucose. This is one of the first attempts at building a reference data set, having a fairly true table of regulations [8, 23]. The regulatory network includes five genes. It is negligibly affected by endogenous genes. Two sets of gene profiles called Switch ON and Switch OFF were provided, each containing 16 and 21 time points. The former corresponds to the shifting of the growing cells from glucose to the galactose medium; the latter corresponds to the reverse shift. Due to the lack of stimulus, reconstruction of the GRN from the Switch OFF dataset is difficult [8, 23]. The performance comparisons among various methods for the IRMA ON dataset are shown in Fig. 15 and Table 10. In Fig. 15(a), the true IRMA network is shown. Figure 15(b) displays the GRN obtained by the proposed method. Figure 15(c-f) present the GRN reconstructions by TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet obtained with default parameters. In Table 10, TP, FP, FN, precision, recall and F-score values are also compared. The proposed HRNN finds the true regulations of ASH1 by SWI5, CBF1 by ASH1, GAL80 by SWI5, GAL4 by GAL80, GAL80 by GAL4 and CBF1 by SWI5. The regulation of SWI5 by GAL4 and regulation of GAL4 by CBF1 are not found. The method finds three regulations (regulations of SWI5 by CBF1, SWI5 by ASH1 and SWI5 by GAL4) that are not in the true network of IRMA. Among the eight connections in the true network, TD-ARACNE finds two correct regulations. The HCC-CLINDE method found one true regulation and one false regulation. Also, HCC-CLINDE finds the regulations of ASH1 and SWI5 by a hidden common cause which is not reported in the actual GRN of the IRMA. Results show higher accuracy in the proposed HRNN approach for finding the regulatory interactions between the genes in comparison to the other two approaches.
Fig. 15

GRN reconstruction of real biological system of IRMA. a True regulations b HRNN c TD-ARACNE d HCC-CLINDE e TSNI f ebdbNet

Table 10

Comparison of results for GRN reconstructions of IRMA

MethodsTPFPFNPrecisionRecall F-score
HRNN6320.660.750.70
TD-ARACNE2160.660.250.36
HCC-CLINDE1370.250.120.16
TSNI61220.330.750.46
ebdbNet1270.330.120.18
GRN reconstruction of real biological system of IRMA. a True regulations b HRNN c TD-ARACNE d HCC-CLINDE e TSNI f ebdbNet Comparison of results for GRN reconstructions of IRMA

Conclusions

In this study, we developed and implemented a hierarchical recurrent neural network (HRNN) approach to identify time-delayed regulatory interactions of genes. The designed HRNN facilitates capturing the paths with different lengths from the leaf nodes in the network to the target node. Hierarchy and non-linearity in the network and the allowance for recurrent connections in HRNN provide an effective capability for modeling the temporal patterns of gene expression. Furthermore, partial connectivity of the nodes aids in finding the limited set of genes which regulate the target gene over different time delays. The proposed method outperformed TD-ARACNE, HCC-CLINDE, TSNI and ebdbNet in terms of reconstructing small and medium size networks having non-linearity and high levels of noise for measurement data.
  31 in total

1.  Inferring Time-Delayed Causal Gene Network Using Time-Series Expression Data.

Authors:  Leung-Yau Lo; Kwong-Sak Leung; Kin-Hong Lee
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2015 Sep-Oct       Impact factor: 3.710

2.  Delay-induced stochastic oscillations in gene regulation.

Authors:  Dmitri Bratsun; Dmitri Volfson; Lev S Tsimring; Jeff Hasty
Journal:  Proc Natl Acad Sci U S A       Date:  2005-09-30       Impact factor: 11.205

3.  Least absolute regression network analysis of the murine osteoblast differentiation network.

Authors:  E P van Someren; B L T Vaes; W T Steegenga; A M Sijbers; K J Dechering; M J T Reinders
Journal:  Bioinformatics       Date:  2005-12-06       Impact factor: 6.937

4.  Inferring gene regulatory networks from temporal expression profiles under time-delay and noise.

Authors:  Shinuk Kim; Junil Kim; Kwang-Hyun Cho
Journal:  Comput Biol Chem       Date:  2007-04-06       Impact factor: 2.877

Review 5.  Studying and modelling dynamic biological processes using time-series gene expression data.

Authors:  Ziv Bar-Joseph; Anthony Gitter; Itamar Simon
Journal:  Nat Rev Genet       Date:  2012-07-18       Impact factor: 53.242

6.  Gene networks reconstruction and time-series prediction from microarray data using recurrent neural fuzzy networks.

Authors:  I A Maraziotis; A Dragomir; A Bezerianos
Journal:  IET Syst Biol       Date:  2007-01       Impact factor: 1.615

7.  TimeDelay-ARACNE: Reverse engineering of gene networks from time-course data by an information theoretic approach.

Authors:  Pietro Zoppoli; Sandro Morganella; Michele Ceccarelli
Journal:  BMC Bioinformatics       Date:  2010-03-25       Impact factor: 3.169

8.  Inference of gene regulatory networks using time-series data: a survey.

Authors:  Chao Sima; Jianping Hua; Sungwon Jung
Journal:  Curr Genomics       Date:  2009-09       Impact factor: 2.236

9.  Inference of gene regulatory networks and compound mode of action from time course gene expression profiles.

Authors:  Mukesh Bansal; Giusy Della Gatta; Diego di Bernardo
Journal:  Bioinformatics       Date:  2006-01-17       Impact factor: 6.937

10.  How to infer gene networks from expression profiles.

Authors:  Mukesh Bansal; Vincenzo Belcastro; Alberto Ambesi-Impiombato; Diego di Bernardo
Journal:  Mol Syst Biol       Date:  2007-02-13       Impact factor: 11.429

View more
  3 in total

1.  Gene Regulatory Identification Based on the Novel Hybrid Time-Delayed Method.

Authors:  Wenzheng Bao; Xiao Lin; Bin Yang; Baitong Chen
Journal:  Front Genet       Date:  2022-05-19       Impact factor: 4.772

2.  HSCVFNT: Inference of Time-Delayed Gene Regulatory Network Based on Complex-Valued Flexible Neural Tree Model.

Authors:  Bin Yang; Yuehui Chen; Wei Zhang; Jiaguo Lv; Wenzheng Bao; De-Shuang Huang
Journal:  Int J Mol Sci       Date:  2018-10-15       Impact factor: 5.923

3.  Inference of Large-scale Time-delayed Gene Regulatory Network with Parallel MapReduce Cloud Platform.

Authors:  Bin Yang; Wenzheng Bao; De-Shuang Huang; Yuehui Chen
Journal:  Sci Rep       Date:  2018-12-12       Impact factor: 4.379

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.