compute.mutation.distance {LACE} | R Documentation |
Compute mutation distance from LACE corrected genotype.
compute.mutation.distance(inference)
inference |
Results of the inference by LACE. |
A matrix mutation_distance with the mutation distance computed from LACE corrected genotype.
data(inference) mutation_distance <- compute.mutation.distance(inference)