get.max.geno | R Documentation |
For each sample at each marker, return the genotype state with the highest probability.
get.max.geno(probs)
probs |
Three dimensional numeric matrix containing the founder haplotype contributions. |
If the maximum probability is greater than 0.75, it is called homozygous. Otherwise, we take the two highest probabilities and call heterozygous.
Character matrix containing the genotype with the highest probability at each locus.
Daniel Gatti
## Not run: get.max.geno(probs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.