summary.comparegeno | R Documentation |
Prints a summary the output from comparegeno
that
includes pairs of individuals whose proportion of matching genotypes
is above a chosen threshold.
## S3 method for class 'comparegeno'
summary(object, thresh=0.9, ...)
object |
An object of class |
thresh |
Threshold on the proportion of matching genotypes. |
... |
Ignored at this point. |
A data frame with each row being a pair of individuals and columns
including the individual identifiers (via getid
, or just as
numeric indexes) along with the proportion of matching genotypes.
Karl W Broman, broman@wisc.edu
comparegeno
, plot.comparegeno
data(fake.f2)
cg <- comparegeno(fake.f2)
summary(cg, 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.