Learn R Programming

strataG (version 1.0.5)

propUniqueAlleles: Proportion Unique Alleles

Description

Calculate the proportion of alleles that are unique.

Usage

propUniqueAlleles(g)

Arguments

g
a gtypes object.

Value

a vector of the proportion of unique (occuring only in one individual) alleles for each locus.

See Also

privateAlleles

Examples

Run this code
data(msats.g)

propUniqueAlleles(msats.g)

Run the code above in your browser using DataLab