getTargets {selfingTree} | R Documentation |
This convenience function finds all genotypes that match a certain target configuration. It is used only if the target configuration contains heterozygous states, but order (e.g., A/B or B/A) does not matter.
getTargets(target.geno)
target.geno |
Three (three-marker genotypes) or two (two-marker
genotypes) character string specifying the target
configuration. Homozygousity for parent A allele is indicated as
|
A character vector with all genotypes matching the target
configuration. The format complies with the output format of
branchProbabilities
(gamete1-gamete2
, e.g., "AAB-AAA"
)
Frank Technow
getTargets("AHB")