max_compare_geno | R Documentation |
From results of compare_geno()
, show the pair with most similar genotypes.
max_compare_geno(object, ...)
## S3 method for class 'compare_geno'
max(object, ...)
object |
A square matrix with genotype comparisons for pairs
of individuals, as output by |
... |
Ignored |
Data frame with individual pair, proportion matches, number of mismatches, number of matches, and total markers genotyped.
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
cg <- compare_geno(grav2)
max(cg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.