Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.sdf.org
biology·Biologybysixfold

Mutations on a Gene regulatory network

Now a set of useful mutations are implemented, and balanced so that the number of nodes or edges doesn't explode.

The mutations I've implemented (node are genes are nodes):

add random gene
delete node
delete group of nodes (range of indexes)
split edge    create new node in place of an edge (insertNode)
flip edge
duplicate node
duplicated group of nodes (range of indexes)
change node index (regrouping/separating functional groups)
change group of nodes index (transposable elements)
create random edge
delete random existing edge
scale existing edge weight
negate weight
redirect existing edge to random node
scale parameter (k1, b, k2)
negate bias

This is the next installment from the Gene Regulatory Network saga.

previously: https://lemmy.sdf.org/post/1967056######

Mutations on a Gene regulatory networkhttps://diode.zone/w/cPjeeG4x3EuX2fDboNey69Open linkView original on lemmy.sdf.org
4

No replies yet

No comments on the original post yet.
Mutations on a Gene regulatory network | Spyke