get.max.geno: Get the genotype with the highest probability

Description Usage Arguments Details Value Author(s) Examples

Description

For each sample at each marker, return the genotype state with the highest probability.

Usage

1
  get.max.geno(probs)

Arguments

probs

Three dimensional numeric matrix containing the founder haplotype contributions.

Details

If the maximum probability is greater than 0.75, it is called homozygous. Otherwise, we take the two highest probabilities and call heterozygous.

Value

Character matrix containing the genotype with the highest probability at each locus.

Author(s)

Daniel Gatti

Examples

1
  ## Not run:  get.max.geno(probs) 

DOQTL documentation built on May 6, 2019, 3:09 a.m.