# S3 method for compare_geno
summary(object, threshold = 0.9, ...)
# S3 method for summary.compare_geno
print(x, digits = 2, ...)
Value
Data frame with names of individuals in pair, proportion
matches, number of mismatches, number of matches, and total
markers genotyped. Last two columns are the numeric indexes of
the individuals in the pair.
Arguments
object
A square matrix with genotype comparisons for pairs
of individuals, as output by compare_geno().
threshold
Minimum proportion matches for a pair of individuals to be shown.