A square matrix; diagonal is number of observed genotypes
for each individual. The values in the lower triangle are the
numbers of markers where both of a pair were genotyped. The
values in the upper triangle are either proportions or counts
of matching genotypes for each pair (depending on whether
proportion=TRUE or =FALSE). The object is given
class "compare_geno".
If TRUE (the default), the upper triangle of the
result contains the proportions of matching genotypes. If
FALSE, the upper triangle contains counts of matching
genotypes.
quiet
IF FALSE, print progress messages.
cores
Number of CPU cores to use, for parallel calculations.
(If 0, use parallel::detectCores().)
Alternatively, this can be links to a set of cluster sockets, as
produced by parallel::makeCluster().