Evolutionary Informatics and Evolutionary Design

Phronesis

Expert Member
Joined
Oct 6, 2008
Messages
3,675
Reaction score
0
In evolutionary informatics, two paramaters are needed for evolutionary algorithms.
Heritability and Selection.

Heritability implies the following:
1) "Parents" give rise to "offspring".
2) Traits from "parents" are passed on to "offspring".
3) Each "offspring" from a "parent" signifies a new generation.
4) Variation between generations may or may not occur.

Selection implies that certain traits that are not on a fitness landscape will not be selected.

Let's look at Autodock as an example and how it relates to evolutionary informatics. Autodock employs a genetic evolutionary algorithm in order to try and predict the orientation of a ligand within a protein.

The ligand is the heritable structure. (A ligand is any structure that binds to a protein, e.g. a therapeutic molecule)
The protein is the fitness landscape.
The genetic evolutionary algorithm provides the variation and selection parameters.
Consider the following diagram:
picture.php

Figure 1: A) Basic lay out of memetic algorithms. A population of individuals is randomly seeded with regard to fitness (initialized). The individuals are randomly mutated and their fitness is measured. Individuals with optimal fitness are further mutated until convergence of a local optima is reached. The process is carried out for the entire initialized population. The global optima is selected from the various local optima. B) Fitness landscape with local optima (A, B and D) and a global optima (C). In a memetic algorithm, the initial population of individual are randomly seeded and can be viewed as any of the arrows indicated in the figure.

A few important aspects from the figure:
1) Fitness depends on the phenotype.
2) Fitness (in the case of Autodock) is the capability of the ligand phenotype to bind and stay bound to the protein.
3) The parameters for succesful binding are many. For Autodock, the following are included:
  • Van der Waals interactions
  • Electrostatic interactions
  • Desolvation,
  • Hydrogen bond interactions
  • Torsional free energy
  • Conformational interactions

If certain parameters (above) are not on a fitness landscape for a certain ligand phenotype such as the absence of hydrogen bonds at a particular area of the protein, such a trait will not aid in ligand binding for a particular ligand with hydrogen bonds. Therefore,hydrogen bonding (as a trait) will not be on the fitness landscpe and is thus not a selectable trait.

Autodock uses a Solis & Wets search algorithm to probe the fitness landscape of a particular protein. (See figure below)

The surface of a protein is where the binding of the ligand will occur, thus 3-dimensionally, the fitness landscape would look something like this:
picture.php

Rapamycin ligand bound to the mTOR protein.

So how does the algorithm find the local optima within proteins?

With autodock, a population of individuals (ligands) are randomly placed within the receptor. The conformation ligand-protein interactions are measured for each individual and is then followed by a conformational "mutation" (See image below).
53dee15704.gif

Ligand "mutation".

The binding energy for each conformation "mutation" is measured until a local optima for a specific population of individuals is reached. The binding energy of the local optima of each population is measured, and the global optima is the population of individuals that have the best binding energy (See below).

If the evolutionary algorithm is well designed, the conformation of the global optima will correspond to the experimentally determined crystallographic pose. The Root Means Squared Deviation (RMSD) of a docked ligand compared the to the crystallographic pose is generally used as a good indicator. A RMSD value less than 2 is considered a success. In the case of the Autodock software, the global optima is supposed to correlate with the crystallographic pose (RMSD <2).

As an example, a ligand was docked into a protein with the following results.

picture.php

Docked ligand positions and binding energies

As seen here, the global optima corresponded reasonably well to the crystallographic pose (RMSD<1.8), meaning the software sucessfully probed the fitness landscape of the protein to find the optimal solution.

Autodock is thus a nice example of how evolutionary informatics and evolutionary design principles can be applied to design optimal structures such as therapeutically relevant compounds/ligands.



Now let's consider another example in nature and how heritability and selection is applied.

As an example, consider the following diagram.
picture.php

A fitness landscape (From here)​

Again, a few important aspects from the figure:
1) Fitness depends on the phenotype
2) Fitness in this case is the capability of the phenotype to reproduce (self-replicate)
3) The parameters for succesful self-replication are many. A few examples:
A) Fast replicators (e.g. bacteria)
B) Intelligent replicators (e.g. monkeys)
C) Cooperative replicators (e.g. ants)
D) A combination of the above (e.g. humans)
E) Population dynamics
F) And others...etc.

Therefore, if certain parameters are not on a fitness landscape for a certain phenotype (such as the capacity to construct a car, such a trait will not be selected in the next generation if the population of phenotypes consist of bacteria.)

battletoad requested a thread about molecular biology, evolution and evolutionary dynamics.

Thus, the aim of this thread is to:
1) Discuss evolutionary dynamics and fitness landscapes and how it is related to nature and other evolutionary algorithms.
2) See if there are any parallels between the two examples of how evolutionary informatics are applied in molecular biology.
3) How evolutionary dynamics and evolutionary design principles can be applied to real world problems.
 
Last edited:
1) Discuss evolutionary dynamics and fitness landscapes and how it is related to nature and other evolutionary algorithms.

One thing that is interesting about the docking software is that because it seeds the ligands randomly within the protein and the position of the protein is "mutated" randomly, you will get different results every time. See figure below when 4 docking runs are run with the same ligand and the same protein.

picture.php

Run 1

picture.php

Run 2

picture.php

Run 3

picture.php

Run 4​

However, all four runs still converged on a the same global optimum after the evolutionary algorithms were completed. And the global optimum corresponded reasonably well to the crystallographic pose (the optimal design).


Looking at the evolution of life, you will quickly notice that it is filled with examples of convergence. For example:

1) The spectacular convergence of abiogenesis into a universal highly optimized genetic code that governs just about all life forms on earth.
2) Beautiful structural convergence on several levels. e.g. Convergent Evolution

3) Molecular convergence
Carbonic anhydrases
Prestin
Others
And many more.
 
Soz buddy im a layperson when it comes to this so layterms would work. This sounds like advanced microbiology and genetics. Will let the gf read it, she has that degree.
 
Will let the gf read it, she has that degree.

Don't bother - there is a reason why Phrony's threads are ignored.

On a side note, I see Claymore's two posts here were deleted for what appears to be no apparent reason, unless he deleted them himself. Some heavy-handed modding going on here? Phrony, did you report the posts? Must be - I doubt even the mods bother to read your threads - they know there's no action...
 
What exactly do you mean by "evolutionary design"? If you mean the human use of evolutionary principles to design a process or such, fine: if, on the other hand, you are again trying to insinuate divine design ( ID ) into the science section, then this thread needs reporting as pseudo-science.
 
Let's look at the biased nature of development and compare it to evolutionary algorithms as well as evolutionary dynamics of nature.

The process of deveopment:
1) Primordial germ cells (PGC) are prevented from entering the somatic program and are demethylated (genome-wide erasure of existing epigenetic modifications).
2) Then the gametes are imprinted (targeted DNA methylation) during gametogenesis, only to be demethylated again after fertilization.
3) Then during development, DNA is methylated again, causing totipotential cells to become pluripotent. X-inactivation and reactivation of the paternal also occurs. The whole process is governed by the genetic and epigenetic program.

During the unfolding of this somatic program random changes do occur and these changes affect the outcome of a particular cell. Very early on during development a random change might cause a cell to undergo apoptosis or become a bone cell. Random variation and selection occur. Even though random changes affect the outcome the development of a cell, the process ultimately converges to just a few endpoints every time it is successful, resulting in the formation of an organism.

The process is constrained (few end points) as a result of pre-existing information that is set up during the initiation of the process. All this is controlled by information in the genome.

From the simple beginning of a primordial germ cell, small random variations of may lead it along different developmental paths. However, when succesful, still converges into the formation of an organism.

Here is an article to demonstrate it:
Many Paths, Few Destinations: How Stem Cells Decide What They'll Become

080521131552-large.jpg

When exposed to a growth factor, a blood stem cell, represented by a blue marble, falls into a new "attractor state," depicted as a valley in a landscape, to become a red blood cell. Different influences, such as differentiation factors, can lead stem cells to the same attractor state, but each cell can take very different paths though the landscape to get there (just as a marble might take a different path each time it rolls down a hill). (Credit: Children's Hospital Boston)

Now look at the evolutionary algorithm.
A population of are randomly placed within the receptor and allowed to randomly change. Each small random change may lead it along a different binding position and thus binding energy until it reaches a local optimum of the fitness landscape. And, after a successful run, the optimum results still converged into the same answer (global optimum = X-ray structure) every time the docking simulation is run even though small random variations affected the evolutionary trajectory of each randomly placed ligand.


What about the evolutionary dynamics of life?
Fitness landscape and selection
Random variation
Convergence
Evolution is biased towards a few endpoints
An End to Endless Forms: Epistasis, Phenotype Distribution Bias, and Nonuniform Evolution
It is argued to be as a result of genetic instructions dating earlier in evolutionary time. (Preadaptations).


Any similarities?

Relax, it's a beautiful day :p.
[ame]http://www.youtube.com/watch?v=gSC04PgexWo[/ame]
 
Last edited:
More comparisons between development and evolutionary pathways.

1) Parallels between evolution and development:
Getting beyond the population genetics/developmental biology split: A New Evolutionary Synthesis

2) A few endpoints (small subset, limited variation) out of all the possible endpoints:
An End to Endless Forms: Epistasis, Phenotype Distribution Bias, and Nonuniform Evolution
Many Paths, Few Destinations: How Stem Cells Decide What They'll Become

3) Evolution and development learns:
Facilitated Variation: How Evolution Learns from Past Environments To Generalize to New Environments
Cells in developing tissue consider their history of signaling exposure to determine location

4) And proteins control evolution:
Evolution's new wrinkle: Proteins with cruise control provide new perspective
Proteins play a part in controlling development (obviously).

Any parallels between the evolution of life, development and how evolutionary informatics is applied in molecular biology and evolutionary design?
 
Last edited:
yoh

fascinating!

I doubt these threads are ignored, it is just that those that endorse beliefs based on science are afraid that the very science they based thier beliefs on actually support the contrary!

imagine, if the human mind can't even get around to reading let alone understanding all this intellectual stuff, how the heck can the can the liddle independent genetic code come to the conclusion that hey, maybe they need to eventually do that myosis shuffle to effectuate that long over due life-preservational enhancment... oh wait, I know, they have millions of years to decide what and how and when to use their own intiative and they are so tiny they don't need the brain to study and understand all these things

Fascinating, indeed!

Strangely enough, I find the odd terminolgy foreign but the concepts are mere confirmation of Design-by-OmniGenius:)
 
Last edited:
Lollers @ Phroners' new sockpuppet.

Actually it's all just chemistry, no design, and no mysterious spooks required.
 
fascinating!

I doubt these threads are ignored, it is just that those that endorse beliefs based on science are afraid that the very science they based thier beliefs on actually support the contrary!
Funny indeed.

Lollers @ Phroners' new sockpuppet.
Sockpuppet? Errr, you lying again old chop?

Actually it's all just chemistry, no design, and no mysterious spooks required.
You preaching materialism again there? You know that does not belong in the science section. What are you doing here btw?
 
I wonder if the corrolation drawn by the nature and source of support one gets is indicative of anything?

I find it interesting to say the least.
 
I took him to task for attacking xarog on those rants of his. Now I went back to see what you are on about and I notice I too have been targeted in a weird third person kind of way.

I think we may be dealing with a mentally unstable personality here. Which would explain quite a lot.
 
I took him to task for attacking xarog on those rants of his. Now I went back to see what you are on about and I notice I too have been targeted in a weird third person kind of way.

I think we may be dealing with a mentally unstable personality here. Which would explain quite a lot.

Quotemining? Say it isn't so.
 
What exactly do you mean by "evolutionary design"? If you mean the human use of evolutionary principles to design a process or such, fine: if, on the other hand, you are again trying to insinuate divine design ( ID ) into the science section, then this thread needs reporting as pseudo-science.

Has this been clarified? :confused:
 
It is not a circle-jerk. It is a mono-jerk. which may be interpreted in various ways of course.
 
It is fascinating how the usual people troll the science section and derail threads and have the audacity to claim they are pro-science.
 
It is fascinating to observe the mental farts of a deluded mind (which may or may not exist) clouding and stinking up an otherwise enlightening sub forum.
 
Top
Sign up to the MyBroadband newsletter
X