Struct mutation_record

Struct Documentation

struct fwdpp::ts::mutation_record

Tracks mutations on tree sequences.

Version

0.7.0 Added to fwdpp

Public Members

std::int32_t node

The node to which the mutation is currently simplified

std::size_t key

The index of the mutation in the population’s mutation container

std::size_t site

Row in the site table.

std::int8_t derived_state

Character state of the mutation.

bool neutral

True if mutation affects fitness, otherwise false.