attractors in synchronous and asynchronous genetic
play

Attractors in synchronous and asynchronous genetic regulatory - PowerPoint PPT Presentation

Attractors in synchronous and asynchronous genetic regulatory networks Marco Pedicini (Roma Tre University) in collaboration with Maria Concetta Palumbo (IAC-CNR), Filippo Castiglione (IAC-CNR) ITALIAN WORKSHOP ON ARTIFICIAL LIFE AND


  1. Attractors in synchronous and asynchronous genetic regulatory networks Marco Pedicini (Roma Tre University) in collaboration with Maria Concetta Palumbo (IAC-CNR), Filippo Castiglione (IAC-CNR) ITALIAN WORKSHOP ON ARTIFICIAL LIFE AND EVOLUTIONARY COMPUTATION 2017 Edition - 19th-21st September 2017, Venice, Italy

  2. Networks and Graphs • For Genetic Regulatory Networks various presentations are possible: • boolean networks, • polynomial dynamical systems, • activation/inhibition graphs. For a fixed network R , we have to associate its dynamics T R : S → S ; • For any R , the T R determines the state transition graph G ( T R ) = { ( s , s ′ ) | s ′ = T R ( s ) } .

  3. Networks Properties Since Stuart Kauffman studies one relevant task in systems biology consists in inferring properties of the STG starting from the network and its dynamics. The typical question is to characterise/find stability in the space of the states: • point attractors : s ∈ S such that T R ( s ) = s , • limit cycles : s 1 , s 2 , . . . s k ∈ S such that s i + 1 = T R ( s i ) , and s 1 = s k .

  4. Boolean Expressions Let us consider a boolean regulatory network of 3 genes, components are given as boolean expressions: f 1 ( x 1 , x 2 , x 3 ) = ¬ x 3 ∧ ( x 1 ∨ x 2 ) f 2 ( x 1 , x 2 , x 3 ) = x 1 ∧ x 3 f 3 ( x 1 , x 2 , x 3 ) = ¬ x 3 ∨ ( x 1 ∧ x 2 ) So that, if ( x 1 , x 2 , x 3 ) represents an element of S , then we have: T R ( x 1 , x 2 , x 3 ) = ( ¬ x 3 ∧ ( x 1 ∨ x 2 ) , x 1 ∧ x 3 , ¬ x 3 ∨ ( x 1 ∧ x 2 )) This is called synchronous dynamics since expressions for all the genes are updated at the same time: T R ( s ) = ( f 1 ( s ) , f 2 ( s ) , f 3 ( s ))

  5. Synchronous Dynamics STG of the 3-genes boolean network: Evolution is deterministic: for any given state there is one possible way to proceed, in the graph out-degree for any node is exactly 1.

  6. Synchronous Dynamics Another example with 8 genes:

  7. Attractors with synchronous dynamics In the previous example the entire STG of the network was explored in order to find the two cycles. In general, since the STG of a boolean network of n genes contains 2 n nodes, we go easily beyond the current computational capacity even when n > 50. But, under certain hypothesis on the cycles structure ( small number , short transients to reach them, short length ) it is possible to find them even in networks with thousands of genes : n | G ( T ) | # limit cy- visited no- paths (# max length reference time cles des SAT calls) of paths 2 10 10 1 × 6, 1 × 1 25 6 16 [ ? ] 0.260959 2 10 10 1 × 7, 1 × 1 29 6 16 [ ? ] 0.206969 2 23 23 3 × 1 42 7 16 [ ? ] 0.275958 2 40 40 1 × 6, 8 × 1 136 14 32 [ ? ] 3.59245 2 51 51 2 × 1, 1 × 3 97 10 64 [ ? ] 5.96909 2 52 52 7 × 1 172 13 32 [ ? ] 7.71783 2 1000 1000 2 × 2 92 7 32 random net 444.09

  8. A SAT based approach Elena Dubrova designed an algorithm to find these limit cycles in networks with synchronous dynamics: 1: function Cycles( T ) 2: Initialise 3: path _ length := 1 4: F := PathExpression [ − path _ length , 0 ] 5: while Satisfiability[ F ] do 6: ( c − path_length , . . . , c 0 ) := SAT [ F ] 7: if TestLoops [( c − path_length , . . . , c 0 )] then 8: c j minimal state forming the loop 9: Attractors ( s 0 ) := Attractors ( s 0 ) ∧ ( s 0 ↔ c j ) 10: F := F ∧ ¬ Attractors ( s 0 ) 11: end if 12: if attractor _ is _ found then 13: attractor _ is _ found := false 14: else 15: F := PathExpression [ − 2 path _ length , 0 ] 16: path _ length := 2 path _ length 17: end if 18: end while 19: end function

  9. Th1/Th2 switch network Presented in Pedicini et al. Combining network modelling and gene expression microarray analysis to explore the dynamics of th1 and th2 cell regulation, PLoS computational biology , 6(12):e1001032, 2010 We have a n = 51 genes network for which we want to compute the lattice of loose attractors

  10. Asynchronous Dynamics For a given network specification, we can derive a non-deterministic dynamics, by taking in account the update of a single gene expression at each step:  ( f 1 ( s ) , x 2 , x 3 ) if we decide to update gene 1   T R ( x 1 , x 2 , x 3 ) = ( x 1 , f 2 ( s ) , x 3 ) if we decide to update gene 2  ( x 1 , x 2 , f 3 ( s )) if we decide to update gene 3  In our first example we get the following STG:

  11. Asynchronous Dynamics With the non deterministic evolution the STG is more complex:

  12. Loose Attractors Lattice In analogy, with previous results on the synchronous case we extended Dubrova-Teslenko’s approach to the asynchronous case in order to find loose attractors and relations between them. The problem is well known on graphs, and it has an optimal solution by Tarjan’s Algorithm (a variant of depth first graph visit). The problem is that in order to visit the graph, we have to know the graph, but here, we cannot have direct access to the STG graph.

  13. Full STG of a small network 171 139 233 131 225 43 129 35 153 227 99 107 235 249 163 103 231 167 39 15 199 71 7 135 143 6 159 31 23 151 118 122 105 207 106 104 54 58 145 79 42 149 241 102 98 113 38 154 245 112 30 117 14 201 248 11 96 152 236 3 82 194 244 252 74 156 226 22 196 240 26 238 174 228 211 70 83 212 115 232 51 86 214 147 242 19 150 100 155 158 123 59 198 134 27 222 205 91 219 97 0 243 230 166 179 116 187 251 110 46 210 203 195 67 75 108 223 66 120 95 119 55 221 121 90 114 220 191 94 78 24 63 206 62 127 133 126 255 87 124 217 215 157 125 142 253 101 224 229 246 193 182 109 183 190 254 237 247 209 213 216 175 218 202 47 170 204 186 197 239 111 234 250

  14. Visited Lattice of the STG ROOT 1008 949 697 1011 1015 177 979 497 503 441 499 701 920 728 1019 1013 181 915 723 985 761 509 436 125 313 112 467 917 703 245 664 1023 1018 53 191 787 595 989 968 765 944 316 376 211 713 702 573 1007 1022 954 995 1010 983 964 63 785 725 899 561 456 83 483 789 670 668 255 1014 946 931 739 994 536 62 991 857 627 767 511 825 248 465 115 339 790 662 532 998 690 930 744 539 600 126 990 611 897 766 49 123 371 507 227 534 585 574 254 996 682 970 616 604 975 982 632 382 828 384 307 379 275 403 530 246 748 685 640 538 619 636 978 911 888 908 758 510 209 315 397 453 709 671 751 645 962 602 587 892 890 865 726 374 830 59 273 195 638 581 719 512 843 655 858 844 895 863 722 910 873 822 256 314 58 517 591 779 898 654 879 799 872 869 620 658 710 502 320 122 201 401 491 630 934 847 525 543 523 876 646 806 352 378 203 527 542 808 522 642 353 506 411 606 877 514 438 486 289 490 1 75 25 399 463 598 805 776 297 234 33 331 155 594 813 422 41 626 850 812 341 395 9 267 164 27 882 814 780 325 139 141 558 782 261 334 11 266 143 207 526 269 15 10 140 590 466 14 26 74 846 30 78 90 330 36 94 346 206 156 222 350 474 198 202 142 478 214 218 194 158 134 210 414 154 130 406 150 146

  15. Adversarial order We implemented an algorithm which combines Dubrova-Teslenko’s algorithm with the Tarjan one: in the code, when we get a new path from the SAT solver we replace the test for the presence of a loop in the path with the execution of the DFS of Tarjan. We developed a multithread version of Tarjan’s algorithm , in order to manage multiple instances of the visit at the same time. The idea we take from Dubrova is the interleaving the SAT solver with the DFS visit algorithm and we develop the Tarjan variant in order to manage DFS visit in adversarial order.

  16. n = 10 STG

  17. Results on Random Networks n visited nodes paths (# SAT max length of density inh/(act+inh) time calls) paths ( K / N ) 5 32 18 4 0.28 0.142857 4.64729 7 57 12 16 0.285714 0. 4.38933 7 128 62 16 0.142857 0.142857 189.885 8 144 12 32 0.265625 0.176471 25.0422 8 162 17 32 0.15625 0.1 61.0997 8 230 41 32 0.265625 0.176471 106.767 8 244 36 32 0.265625 0.176471 138.548 8 249 61 32 0.234375 0.0666667 282.521 8 256 130 8 0.09375 0.5 408.086 8 255 124 8 0.203125 0.384615 474.364 8 256 109 16 0.203125 0.615385 481.884 8 256 125 8 0.140625 0.222222 486.152 10 210 10 64 0.2 0.1 34.9877 10 253 13 64 0.15 0.0666667 57.6532 10 693 52 64 0.29 0.0344828 738.52 10 732 117 32 0.2 0.2 1570.55 10 834 135 32 0.18 0.444444 2101.32 10 830 125 32 0.14 0.571429 2382.64 10 1002 169 32 0.24 0.25 3529.33 10 1018 182 32 0.13 0.230769 4561.46 10 1024 224 32 0.17 0.117647 6125.17 10 1024 485 16 0.23 0.478261 7703.87 11 286 17 64 0.190083 0. 100.223 11 2048 572 16 0.14876 0.111111 27188.9

  18. Tractable Region # of visited nodes/ total nodes vs time percent of visited nodes vs time 1.0 0.8 0.6 % 0.4 0.2 0.0 0 5000 10000 15000 20000 25000 time

  19. Tractable Region # of generated edges vs time time vs edges 8000 6000 edges 4000 2000 0 0 5000 10000 15000 20000 25000 time

  20. Thanks !

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