evaluating the effect of perturbations in reconstructing
play

Evaluating the Effect of Perturbations in Reconstructing Network - PowerPoint PPT Presentation

Evaluating the Effect of Perturbations in Reconstructing Network Topologies Florian Markowetz and Rainer Spang Max-Planck-Institute for Molecular Genetics Computational Molecular Biology Berlin, Germany


  1. Evaluating the Effect of Perturbations in Reconstructing Network Topologies Florian Markowetz and Rainer Spang Max-Planck-Institute for Molecular Genetics – Computational Molecular Biology – Berlin, Germany http://cmb.molgen.mpg.de/compdiag/ DSC 2003 Wien Thursday, March 20 1

  2. — Genetic networks — • Microarrays provide a snapshot of gene expression in a cell. Genes are not expressed independently, they regulate each others activity. • Goal: Reconstruct the gene regulation network. • Clustering points to functional relationships, but fails to detect interactions between genes different from linear correlation. • Causality, not correlation! Is the effect of a mutated gene on a target direct, or mediated by other genes? What is the nature of the interaction between genes (e.g. does gene A inhibit gene B)? Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 2

  3. — Bayesian networks — A Bayesian Network for X = { X 1 , . . . , X n } consists of • a network structure G – directed acyclic graph (DAG), – nodes ↔ variables, – lack of arc ↔ conditional independence • a set of probability distributions P – locally: conditional distribution of a variable given its parents in the graph G : P = { P ( X i | pa i ) } Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 3

  4. — Learning network structure — 1. Constraint based: construct graph by patterns of conditional independencies measured in the data (Pearl, SGS). 2. Bayesian scoring: use a scoring metric to evaluate the models and return the highest scoring model found (Heckerman). P ( dag | data ) ∝ P ( dag ) P ( data | dag ) The number of graphs grows super-exponentially in the number of nodes. For more than 5 nodes a complete search is intractable (loophole: MCMC). Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 4

  5. — Equivalence of bayesian networks — M Markov equivalence G 1 ∼ G 2 if both structures represent the same set of independence assertions, i. e. if they are compatible with the same distribution P . X Y X Y X Y Z Z Z X Y X Y X Y Z Z Z Even with infinitly many observations we cannot decide between the DAGs in the same equivalence class. Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 5

  6. — Observation and Intervention — What effect does this result have on the reconstruction of genetic networks by BN? • Arrows in the BN do not necessarily represent causal influence! From observations alone we can only learn whole equivalence classes, in general not a single DAG. • But biologists not only observe, they also intervene, perturb, disrupt the gene network e. g. by knock-out experiments. • How much do we gain by using perturbation data in structure learning? Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 6

  7. — Objectives — Evaluating the effect of interventional data on learning network structure. Starting point: small network of 5 nodes with 3 states each. Sample data with and without interventions (100, 50, 25 observations). Then reconstruct the original topology by bayesian scoring (exhaustive search). 1. Score distribution: is the DAG with maximal score singled out sharply, or are there other DAGs with almost the same high score? 2. Sample size: How many data are needed to correctly identify the underlying structure? 3. Robustness: How does the learning accuracy vary with changes in the conditional probability distributions? Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 7

  8. — The κ -network — A small simulation network: 5 nodes, 3 states each. X 1 Topology of the sprinkler network. Conditional probability distributions are multinomials X 3 X 2 depending on a parameter κ by the scheme: X 4 κ · signal + (1 − κ ) · noise   1 0 0  + 1 − κ X 5 T ( pa =1) = κ · 0 1 0 · ( ones ) 3 × 3  3 0 0 1 Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 8

  9. — Experimental setup — 1. We selected κ from 0 to 0 . 9 in steps of 0 . 1 . The value κ = 1 is omitted because the lack of random effects results in learning a completely connected graph. 2. We sampled data from the κ -network and searched for DAGs with high bayesian score by exhaustive search over all 29281 model structures. 3. Average over all DAGs with highest score. 4. Distance to the true topology = number of falsely predicted edges. 5. We repeated the whole process 5 times and took the average of the number of falsely predicted edges. Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 9

  10. — Without interventions – With interventions — 100 observations 10 9 Average number of false edges 8 7 6 5 4 3 2 1 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Values of κ Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 10

  11. — Without interventions – With interventions — 50 observations 10 9 Average number of false edges 8 7 6 5 4 3 2 1 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Values of κ Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 11

  12. — Without interventions – With interventions — 25 observations 10 9 Average number of false edges 8 7 6 5 4 3 2 1 0 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Values of κ Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 12

  13. — Score distribution of all DAGs with 5 nodes — Sorted likelihoods −105 −110 −115 Likelihood of network structure −120 −125 −130 −135 −140 −145 −150 −155 0 0.5 1 1.5 2 2.5 3 All 29281 DAGs with 5 nodes 4 x 10 Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 13

  14. — Results — • Data from perturbation experiments increases the accuracy of structure learning. • The clearer the signal, the greater the difference between learning with and without interventions. • Still, large datasets are needed to identify even small networks. Aim only at small networks and use data from perturbation experiments Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 14

  15. — Further Research — • Do we gain more information by perturbing more than one node? • Experimental design: choose the next intervention such that the most additional information is gained. Florian Markowetz, Evaluating the Effect of Perturbations in Reconstructing Network Topologies , 2003 Mar 10 15

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend