Jump to content

Wagner's gene network model: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
mNo edit summary
Line 1: Line 1:
Wagner's gene network model was first proposed by [http://www.ieu.uzh.ch/wagner/ Andreas Wagner] in 1996<ref name="Wagner1996" /> and then used or extended/modified by other groups to study the evolution of [[gene network]], [[gene expression]], [[mutational robustness|robustness]], [[Phenotypic plasticity|plasticity]] and [[epistasis]]<ref name="Bergman2003"/><ref name="Azevedo2006"/><ref name="HuertaSanchez2007"/>. The model and its variants explicitly modeled the developmental and evolutionary process of [[genetic regulatory networks]].
Wagner's gene network model was first proposed by [http://www.ieu.uzh.ch/wagner/ Andreas Wagner] in 1996<ref name="Wagner1996" /> and then used or extended/modified by other groups to study the evolution of [[gene network]]s, [[gene expression]], [[mutational robustness|robustness]], [[Phenotypic plasticity|plasticity]] and [[epistasis]]<ref name="Bergman2003"/><ref name="Azevedo2006"/><ref name="HuertaSanchez2007"/>. The model and its variants explicitly modeled the developmental and evolutionary process of [[genetic regulatory networks]].


== Assumptions ==
== Assumptions ==
The model and its variants have a number of simplifying assumptions. Three of them are listing below.
The model and its variants have a number of simplifying assumptions. Three of them are listing below.
#The organisms are modeled as gene regulatory networks. The models assume that the gene expression is regulated exclusively on the transcriptional level;
#The organisms are modeled as gene regulatory networks. The models assume that gene expression is regulated exclusively at the transcriptional level;
#The product of one gene could be regulatory factor of itself or other genes. The models assume that one gene can only produce one active transcriptional regulator;
#The product of a gene can regulate the expression of (be a regulator of) that source gene or other genes. The models assume that a gene can only produce one active transcriptional regulator;
#The effects of one regulator act independently from other regulator of the same target gene.
#The effects of one regulator are independent of effects of other regulators on the same target gene.


== Organisms ==
== Organisms ==
Line 13: Line 13:


=== Gene Expression ===
=== Gene Expression ===
[[File:GeneExpressionInWagnerModel.png|thumb|This figure shows an example of how the gene expression pattern modeled in Wagner model and its variants]]
[[File:GeneExpressionInWagnerModel.png|thumb|This figure shows an example of how the gene expression pattern is modeled in Wagner model and its variants]]
[[Gene expression]] pattern of a organism at time <math>t</math> is represented by a state vector <math>S(t)</math>
[[Gene expression]] pattern of a organism at time <math>t</math> is represented by a state vector <math>S(t)</math>


Line 25: Line 25:


== Development ==
== Development ==
The development process is modeled as the development of gene expression states. The gene expression pattern <math>S(0)</math> at time <math>t=0</math> is defined as the initial expression state. Starting from the initial states, the interactions among genes will change the expression states during the development process. This process is modeled by the following difference equations
The development process is modeled as the development of gene expression states. The gene expression pattern <math>S(0)</math> at time <math>t=0</math> is defined as the initial expression state. The interactions among genes change the expression states during the development process. This process is modeled by the following differential equations


<math>S_l(t+</math>τ<math>) = </math>σ <math>[\sum_{j=1}^N w_{ij}S_j(t)]</math>
<math>S_l(t+</math>τ<math>) = </math>σ <math>[\sum_{j=1}^N w_{ij}S_j(t)]</math>
Line 41: Line 41:
σ<math>(x)=2/(1+e^{-ax})-1</math>
σ<math>(x)=2/(1+e^{-ax})-1</math>


In this way, the expression states will acquire a continuous but not discret states. The gene expression will reach the final state if it reach a stable pattern.
In this way, the expression states will acquire a continuous but not discrete states. The gene expression will reach the final state if it reaches a stable pattern.


== Evolutionary Simulation ==
== Evolutionary Simulation ==
With this model, a [[population]] with multiple organisms can be created and evolved from generation to generation.
With this model, a [[population]] with multiple organisms can be created and evolve from generation to generation.


=== Mutation ===
=== Mutation ===
Line 50: Line 50:


=== Reproduction ===
=== Reproduction ===
Both [[Sexual reproduction|sexual]] and [[asexual reproduction]]s are implemented. The asexual reproduction is implemented as producing the offspring's [[genome]] (the gene network) by directly copying the parent's genome. Sexual reproduction is implemented as the recombination of the two parents' genome.
Both [[Sexual reproduction|sexual]] and [[asexual reproduction]]s are implemented. Asexual reproduction is implemented as producing the offspring's [[genome]] (the gene network) by directly copying the parent's genome. Sexual reproduction is implemented as the recombination of the two parents' genomes.


=== Selection ===
=== Selection ===
The organisms are considered to be viable if they reach the stable gene expression pattern but not oscillation. An organism with oscillated expression pattern will be discarded and can not enter the next generation.
An organism is considered viable if it reaches a stable gene expression pattern. An organism with oscillated expression pattern is discarded and cannot enter the next generation.


== References ==
== References ==

Revision as of 04:04, 17 February 2011

Wagner's gene network model was first proposed by Andreas Wagner in 1996[1] and then used or extended/modified by other groups to study the evolution of gene networks, gene expression, robustness, plasticity and epistasis[2][3][4]. The model and its variants explicitly modeled the developmental and evolutionary process of genetic regulatory networks.

Assumptions

The model and its variants have a number of simplifying assumptions. Three of them are listing below.

  1. The organisms are modeled as gene regulatory networks. The models assume that gene expression is regulated exclusively at the transcriptional level;
  2. The product of a gene can regulate the expression of (be a regulator of) that source gene or other genes. The models assume that a gene can only produce one active transcriptional regulator;
  3. The effects of one regulator are independent of effects of other regulators on the same target gene.

Organisms

Gene Network

The figure shows an example of genetic regulatory network and the representation of it in the model, the regulatory matrix R

The unicellular organisms are modeled as regulatory gene networks with a number of interacting genes. The product of each gene can regulate the expression level of itself and/or the other genes through cis-regulatory elements. The interactions among genes constitute a gene network. The gene network is represented by a × regulatory matrix in the model. The elements in matrix R represent the interaction strength. Positive values in the matrix represent the active regulation of the target gene, negative ones represent repression.

Gene Expression

This figure shows an example of how the gene expression pattern is modeled in Wagner model and its variants

Gene expression pattern of a organism at time is represented by a state vector

whose elements denotes the expression states of gene i at time t. In the original Wagner model,

where 1 represents the gene is expressed while -1 is not. The expression pattern can only be ON or OFF. The continuous expression pattern between -1 (or 0) and 1 is also implemented in some other variants[2][3][4].

Development

The development process is modeled as the development of gene expression states. The gene expression pattern at time is defined as the initial expression state. The interactions among genes change the expression states during the development process. This process is modeled by the following differential equations

τσ


= σ


where τ) represents the expression state of at time t+τ. It is determined by a filter function σ. represents the weighted sum of regulatory effects () of all genes on gene at time t. In the original Wagner model, the filter function is a step function

σ if if if

In other variants, the filter function is implemented as a sigmoidal function

σ

In this way, the expression states will acquire a continuous but not discrete states. The gene expression will reach the final state if it reaches a stable pattern.

Evolutionary Simulation

With this model, a population with multiple organisms can be created and evolve from generation to generation.

Mutation

Mutations are modeled as the changes in gene regulation, i.e., the changes of the elements in the regulatory matrix .

Reproduction

Both sexual and asexual reproductions are implemented. Asexual reproduction is implemented as producing the offspring's genome (the gene network) by directly copying the parent's genome. Sexual reproduction is implemented as the recombination of the two parents' genomes.

Selection

An organism is considered viable if it reaches a stable gene expression pattern. An organism with oscillated expression pattern is discarded and cannot enter the next generation.

References

  1. ^ Wagner A (1996). "Does Evolutionary Plasticity Evolve?", Evolution, 50(3):1008-1023.
  2. ^ a b Bergman A and Siegal ML (2003). "Evolutionary capacitance as a general feature of complex gene networks", Nature, 424(6948):549-552.
  3. ^ a b Azevedo RBR, Lohaus R and Srinivasan S and Dang KK and Burch CL (2006). "Sexual reproduction selects for robustness and negative epistasis in artificial gene networks", Nature, 440(7080):87-90.
  4. ^ a b Huerta-Sanchez E, Durrett R (2007). "Wagner's canalization model", Theoretical Population Biology, 71(2):121-130.