compute.mutation.distance {LACE}R Documentation

compute.mutation.distance

Description

Compute mutation distance from LACE corrected genotype.

Usage

compute.mutation.distance(inference)

Arguments

inference

Results of the inference by LACE.

Value

A matrix mutation_distance with the mutation distance computed from LACE corrected genotype.

Examples

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


[Package LACE version 1.0.0 Index]