compute.mutation.distance {LACE}R Documentation

compute.mutation.distance

Description

Compute mutation distance among variants from LACE corrected genotype and use it to perform hierarchical clustering.

Usage

compute.mutation.distance(inference)

Arguments

inference

Results of the inference by LACE.

Value

A matrix mutation_distance with the mutation distance among variants computed from LACE corrected genotype and related hierarchical clustering.

Examples

data(inference)
mutation_distance <- compute.mutation.distance(inference)


[Package LACE version 1.2.1 Index]