Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transgenerational epigenetic inheritance #42

Open
ghost opened this issue Dec 2, 2013 · 1 comment
Open

Transgenerational epigenetic inheritance #42

ghost opened this issue Dec 2, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 2, 2013

Currently epigenetics is missing from the genetics implementation, and it's tricky to consider how best such a thing would be implemented. Like a lot of other alife programs the current genome is very simple.

Epigenetics would mean being able to switch genes on or off under certain conditions, such as diet, stress level and so on. The switching ability means that the genome would become more like a program than a lookup table.

I suppose that there could be multiple copies of a gene inherited and the epigenetics then switches between them such that only one is expressed at a given time. The selection condition for each gene group could also be heritable.

@connorsb
Copy link

Another potential solution, which would influence things in a much more random way, is to have epigenetics be a change not in the genes but in the gene-reading algorithms - some variable that introduces random shifting into XYZ% of the genes it is reading (AATTTCC -> AATGTCC, because that 4th letter failed its random percentage and got shifted)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant