compute.mutation.distance {LACE} | R Documentation |
Compute mutation distance among variants from LACE corrected genotype and use it to perform hierarchical clustering.
compute.mutation.distance(inference)
inference |
Results of the inference by LACE. |
A matrix mutation_distance with the mutation distance among variants computed from LACE corrected genotype and related hierarchical clustering.
data(inference) mutation_distance <- compute.mutation.distance(inference)