max.scantwo {qtl} | R Documentation |
Print the maximum joint LOD and interaction LODs in the results of
scantwo
.
## S3 method for class 'scantwo': max(..., na.rm=TRUE, lodcolumn=1)
... |
An object of class scantwo , the output of the
function scantwo . Note that while multiple
objects may be input, only the first is considered. |
na.rm |
A logical indicating whether missing values should be removed. |
lodcolumn |
If the scantwo results contain LOD scores for multiple phenotypes, this argument indicates which to use. |
An object of class summary.scantwo
, to be printed by
print.summary.scantwo
. Pairs of loci that have the maximum
joint and interaction LOD, in the two-dimensional scan.
Karl W Broman, kbroman@jhsph.edu
scantwo
, plot.scantwo
,
summary.scantwo
data(fake.f2) fake.f2 <- calc.genoprob(fake.f2, step=10) out.2dim <- scantwo(fake.f2, method="hk", chr=c(1,6,13)) max(out.2dim)