gl.sim.mutate: Simulates mutations within a genlight object
Description
This script is intended to be used within the simulation framework of dartR.
It adds the ability to add a constant mutation rate across all loci. Only
works currently for biallelic data sets (SNPs). Mutation rate is checking for
all alleles position and mutations at loci with missing values are ignored
and in principle 'double mutations' at the same loci can occur, but should be
rare.
Usage
gl.sim.mutate(x, mut.rate = 1e-06)
Value
Returns a genlight object with the applied mutations
Arguments
x
Name of the genlight object containing the SNP data [required].
mut.rate
Constant mutation rate over nInd*nLoc*2 possible locations
[default 1e-6]