Difference between revisions of "Robust inference of gene regulatory networks using bootstrapping"

 
(9 intermediate revisions by one other user not shown)
Line 15: Line 15:
 
'''Backgroung''' : Our project is based on the data used in the "Dream challenge" (In vivo, E.coli,...) and on the method used by the teams having done the best predicted networks : bootstrapping!  
 
'''Backgroung''' : Our project is based on the data used in the "Dream challenge" (In vivo, E.coli,...) and on the method used by the teams having done the best predicted networks : bootstrapping!  
 
Here is a summary of what these teams have done:
 
Here is a summary of what these teams have done:
Microarray data (expression data of E.Coli,...)-->Bootstrapping-->Inference methods-->Predict networks
+
We took the network expression data and we performed bootstrap runs in order to have several samples that are different from the original data. We then applied inference method on bootstrap samples such as correlation and regression to obtain the prediction networks. The first best prediction fit will be then combined into one single consensus network. The consensus is the performance when combining the K network predictions from K bootstrap runs into a single consensus network (each edge is assigned the average weight across the K bootstrap runs).
 +
Bootstrapping is to turn in a non linear original data into several (100 in our case) smoothers using inference methods.
 +
An example of bootstrapping is illustrated in http://en.wikipedia.org/wiki/Bootstrap_aggregating
 +
 
 +
[[File:Result_4.jpg]]
  
[[File:.jpg]]
 
  
 
'''Goals''' : The best teams of the Dream challenge were using bootstrapping so we want to go further in the exploration of this method.
 
'''Goals''' : The best teams of the Dream challenge were using bootstrapping so we want to go further in the exploration of this method.
 
This is why our goals are:
 
This is why our goals are:
 +
 
To see if the performance varies when we
 
To see if the performance varies when we
 +
 
1) change the fraction of the data used for the bootstrap runs
 
1) change the fraction of the data used for the bootstrap runs
 +
 
2) change the number of bootstrap runs
 
2) change the number of bootstrap runs
 +
 
3) change of inference methods
 
3) change of inference methods
  
Line 29: Line 36:
 
- Correlation  
 
- Correlation  
 
- Multiple regression
 
- Multiple regression
 +
- Single regression / Pearson
  
 
'''Precision recall curve''' :
 
'''Precision recall curve''' :
Line 35: Line 43:
 
Recall =  TP(k)/P where TP(k) are the true positif of our first k edges of the list and P are the positif of all the list.
 
Recall =  TP(k)/P where TP(k) are the true positif of our first k edges of the list and P are the positif of all the list.
 
Precision = TP(k)/TP(k)+FP(k) = TP(k)/k  
 
Precision = TP(k)/TP(k)+FP(k) = TP(k)/k  
Example :
 
  
 +
'''Results''' :
  
 +
1) Performance with different K fractions :
 +
[[File:Result_1.jpg]]
  
 +
The network to analyse was network 3 (E.coli), the inference method is the correlation of Spearman and the number of bootstrap runs is 100.
 +
The only changing factor is the fraction used : 10% -25% - 50%- 75% - 100%.
 +
The red line is the result when doing the network inference on the complete dataset without bootstrapping.
 +
The blue line is the performance of the consensus network.
 +
What we see is that between 10% and 50 % we have a significant difference.
 +
The boxplot with 10% fraction shows that the all data (red line) is above the individual runs which is interesting since it shows that even when we take 10% and combine the prediction we have almost the same prediction when using the whole data.
  
'''Results''' :
+
We can also observe that the red and blue lines are at the same level for the other boxplots. this means the performance of the consensus is the same as the performance when using all the data.
 
+
In conclusion using different fractions doesn't improve the performance with the bootstrapping.
1) Performance with different fractions :
 
  
 +
2) Performance with different number of bootstrap runs :
  
2) Performance with different number of bootstrap runs :
+
[[File:Result_2.jpg]]
[[File:.jpg]]
 
  
 
To obtain these results we used the network 3 which corresponds to E.coli ,we took 30% of this network and we had the correlation of Spearman as method for each bootstrap run. The only changing factor was the number of bootstrap runs.
 
To obtain these results we used the network 3 which corresponds to E.coli ,we took 30% of this network and we had the correlation of Spearman as method for each bootstrap run. The only changing factor was the number of bootstrap runs.
Line 60: Line 75:
 
In each boxplot we can notice the consensus is higher than the black line. It means the performance of our consensus is better than the performance of the individual networks.
 
In each boxplot we can notice the consensus is higher than the black line. It means the performance of our consensus is better than the performance of the individual networks.
  
When the performance of the consensus is higher than the performance whe we use all the data (blue line higher than the red line) it means the bootstrap improve the performance.
+
When the performance of the consensus is higher than the performance when we use all the data (blue line higher than the red line) it means the bootstrap improve the performance.
 
It seems to be the case for the boxplot 2 and 3 but in fact these results are just random results because it's noisy.
 
It seems to be the case for the boxplot 2 and 3 but in fact these results are just random results because it's noisy.
 
For example when we take 10 times 30% of our data at random, we can be lucky and obtain 10 pretty good results and so the blue will be above the red line or we can be unlucky and obtain 10 bad results and so the result will be the opposite (the blue line under the red line).
 
For example when we take 10 times 30% of our data at random, we can be lucky and obtain 10 pretty good results and so the blue will be above the red line or we can be unlucky and obtain 10 bad results and so the result will be the opposite (the blue line under the red line).
Line 66: Line 81:
 
The only thing we can be sure is that the consensus tends toward the red line when we increase the number of bootstrap runs.
 
The only thing we can be sure is that the consensus tends toward the red line when we increase the number of bootstrap runs.
  
In conclusion quickely the performance of our consensus is the same as the performance when we take all the data.
+
In conclusion the performance of our consensus is the same as the performance when we take all the data.
 +
 
 +
 
 +
3) Performance across different networks and inference methods :
  
 +
[[File:Result_3.jpg| 1000px]]
  
 +
As we have said with the other results, the consensus is always under the "all data".
  
 +
We can see the network 1 has always better results than the network 3 and 4 using the multiple regression or the correlation of Spearman as inference methods.
  
 +
We can also notice that when we use the multiple regression as method we have better results than when we use the correlation of Spearman.
  
3) Performance across different networks and inference methods :
+
In conclusion once more, bootstrapping doesn't improve the performance in comparison of when we use all the data.
  
  
  
  
'''conclusions''' :
+
'''Conclusions''' :
 
- Bootstrapping doesn't improve the performance in comparison of the performance when using all the data when we use different inference methods or different fractions or different number of bootstrap runs.
 
- Bootstrapping doesn't improve the performance in comparison of the performance when using all the data when we use different inference methods or different fractions or different number of bootstrap runs.
 +
 
-Consensus improves over individual bootstrap runs, but does not improve compared to using all data for the tested methods (Spearman and multiple regression).
 
-Consensus improves over individual bootstrap runs, but does not improve compared to using all data for the tested methods (Spearman and multiple regression).
 +
 
- When we increase the number of bootstrap runs the performance using all the data (without bootstrapping) is the same as the performance of the consensus network.
 
- When we increase the number of bootstrap runs the performance using all the data (without bootstrapping) is the same as the performance of the consensus network.
  
'''Further exploration''' : We could see if the performance varies using different inference methods (svm,Lasso,random forest,...) when we bootstrap the data.
+
'''Further exploration''' : We could see if the performance varies using different inference methods (svm, Lasso,random forest,...) when we bootstrap the data.

Latest revision as of 14:01, 2 June 2014

Background: Genome-scale inference of transcriptional gene regulation has become possible with the advent of high-throughput technologies such as microarrays and RNA sequencing, as they provide snapshots of the transcriptome under many tested experimental conditions. From these data, the challenge is to computationally predict direct regulatory interactions between a transcription factor and its target genes; the aggregate of all predicted interactions comprises the gene regulatory network. A wide range of network inference methods have been developed to address this challenge. We have previously organized a competition (the DREAM network inference challenge), where we rigorously assessed the state-of-the-art in gene network inference (see our paper to learn more). However, robustness of predictions to variability in the input data has so far not been characterized.

Goal: The aims of this project are to: (1) investigate the performance robustness of top-performing network inference methods from the DREAM5 challenge to variability in the input data, (2) improve the quality of predicted networks using a bootstrapping approach, (3) generate an improved prediction for the transcriptional regulatory network of E. coli and analyze its structural properties.

Mathematical tools: This project has a computational flavor. Students will familiarize themselves (at a high level) with gene network inference approaches, ensemble based approaches in machine learning (bootstrapping, bagging), and basic network properties such as degree distribution. A programming environment such as R or Matlab will be used. Network inference tools may have to be run from the command line (Unix console).

Biological or Medical aspects: The students will predict and analyze a genome-wide transcriptional regulatory network for E. coli.

Slides: Project introduction slides (pdf)

Supervisor: Daniel Marbach

Students: Laure Décombaz, Sashka Kauffman, Yosra Zhang

Backgroung : Our project is based on the data used in the "Dream challenge" (In vivo, E.coli,...) and on the method used by the teams having done the best predicted networks : bootstrapping! Here is a summary of what these teams have done: We took the network expression data and we performed bootstrap runs in order to have several samples that are different from the original data. We then applied inference method on bootstrap samples such as correlation and regression to obtain the prediction networks. The first best prediction fit will be then combined into one single consensus network. The consensus is the performance when combining the K network predictions from K bootstrap runs into a single consensus network (each edge is assigned the average weight across the K bootstrap runs). Bootstrapping is to turn in a non linear original data into several (100 in our case) smoothers using inference methods. An example of bootstrapping is illustrated in http://en.wikipedia.org/wiki/Bootstrap_aggregating

Result 4.jpg


Goals : The best teams of the Dream challenge were using bootstrapping so we want to go further in the exploration of this method. This is why our goals are:

To see if the performance varies when we

1) change the fraction of the data used for the bootstrap runs

2) change the number of bootstrap runs

3) change of inference methods

Inference methods used to reach our goals : - Correlation - Multiple regression - Single regression / Pearson

Precision recall curve : To evaluate the performance of making bootstrap runs with different inference methods,... we have to create a plot in R with the precision in the vertical axis and the recall in the horizontal axis. Here are the functions: Recall = TP(k)/P where TP(k) are the true positif of our first k edges of the list and P are the positif of all the list. Precision = TP(k)/TP(k)+FP(k) = TP(k)/k

Results :

1) Performance with different K fractions : Result 1.jpg

The network to analyse was network 3 (E.coli), the inference method is the correlation of Spearman and the number of bootstrap runs is 100. The only changing factor is the fraction used : 10% -25% - 50%- 75% - 100%. The red line is the result when doing the network inference on the complete dataset without bootstrapping. The blue line is the performance of the consensus network. What we see is that between 10% and 50 % we have a significant difference. The boxplot with 10% fraction shows that the all data (red line) is above the individual runs which is interesting since it shows that even when we take 10% and combine the prediction we have almost the same prediction when using the whole data.

We can also observe that the red and blue lines are at the same level for the other boxplots. this means the performance of the consensus is the same as the performance when using all the data. In conclusion using different fractions doesn't improve the performance with the bootstrapping.

2) Performance with different number of bootstrap runs :

Result 2.jpg

To obtain these results we used the network 3 which corresponds to E.coli ,we took 30% of this network and we had the correlation of Spearman as method for each bootstrap run. The only changing factor was the number of bootstrap runs.

In the first boxplot we made 5 bootstrap runs, in the second 10, the third 50 and the last 100.

Our vertical axis is the "aupr" (area under the precision recall curve) that indicates the performance. (the precision in the prediction of our network)

The red line is the performance when we take all the data without bootstrapping.

The blue line is the performance of the consensus network and the thick black line is the performance of our midpoint (it's the average performance of all our individual predicted networks).

In each boxplot we can notice the consensus is higher than the black line. It means the performance of our consensus is better than the performance of the individual networks.

When the performance of the consensus is higher than the performance when we use all the data (blue line higher than the red line) it means the bootstrap improve the performance. It seems to be the case for the boxplot 2 and 3 but in fact these results are just random results because it's noisy. For example when we take 10 times 30% of our data at random, we can be lucky and obtain 10 pretty good results and so the blue will be above the red line or we can be unlucky and obtain 10 bad results and so the result will be the opposite (the blue line under the red line).

The only thing we can be sure is that the consensus tends toward the red line when we increase the number of bootstrap runs.

In conclusion the performance of our consensus is the same as the performance when we take all the data.


3) Performance across different networks and inference methods :

Result 3.jpg

As we have said with the other results, the consensus is always under the "all data".

We can see the network 1 has always better results than the network 3 and 4 using the multiple regression or the correlation of Spearman as inference methods.

We can also notice that when we use the multiple regression as method we have better results than when we use the correlation of Spearman.

In conclusion once more, bootstrapping doesn't improve the performance in comparison of when we use all the data.



Conclusions : - Bootstrapping doesn't improve the performance in comparison of the performance when using all the data when we use different inference methods or different fractions or different number of bootstrap runs.

-Consensus improves over individual bootstrap runs, but does not improve compared to using all data for the tested methods (Spearman and multiple regression).

- When we increase the number of bootstrap runs the performance using all the data (without bootstrapping) is the same as the performance of the consensus network.

Further exploration : We could see if the performance varies using different inference methods (svm, Lasso,random forest,...) when we bootstrap the data.