Skip to content

pedmut 0.7.1

Choose a tag to compare

@magnusdv magnusdv released this 05 Nov 09:08

New features

  • New function mutRate() computing the overall mutation rate of a mutation model.

  • New function isBounded() checking if a mutation matrix M is bounded by the allele frequencies, i.e., that M[i,j] <= afreq[j] for all i != j.

  • New function stepwiseReversible().

  • Added Thore Egeland as package contributor.

Bug fixes

  • Fixed a floating point bug in the creation of stepwise models.

  • Fix broken URLs.