OneAllelePerMarker: Return the Index of One Allele for Each Locus
Description
This function exists primarily to be called by functions such as
AddPCA and GetWeightedMeanGenotypes
that may need to exclude one allele per locus to avoid mathematical
singularities. For a "RADdata" object, it returns
the indices of one allele per locus.
An integer vector indicating the index of one allele for each locus
in object.
Arguments
object
A "RADdata" object.
commonAllele
If TRUE, the index of the most common allele for each locus is
returned, according to object$alleleFreq. If FALSE,
the index of the first allele for each locus is returned.