Logo Muuuh Nature and Wildlife Documentaries

muuuh

nature documentaries

Perception - Neighbor Detection

A simulation exploring various gene-based models of perception between cells. Each model represents a distinct combination of a cell's genes involved in perceiving its neighbours.

Perception

The interaction between two cells determines whether one cell can perceive the other. Perception is evaluated through gene comparison. If the genes are sufficiently similar, the other cell is perceived. The selected model defines which gene or set of genes is compared. As a result, a cell may or may not perceive its neighbour.

Gene comparison follows a lenient approach, where the probability of a match decreases as genetic differences increase.

Cell Attributes and Life Cycle

Cell Properties

Life Cycle

Models

Each model code represents a gene-matching pattern between cells, where single letters (A, B, C, D) indicate genes compared sequentially, and the "-OR" suffix means any single match suffices instead of requiring all matches. For example, "AA" matches if gene A matches the neighbour's A, while "ABCA-OR" matches if A matches B, B matches C, or C matches A.