scantwo
.
"max"(object, lodcolumn=1, what=c("best", "full", "add", "int"), na.rm=TRUE, ...)
scantwo
, the output of the
function scantwo
.summary.scantwo
, to be printed by
print.summary.scantwo
, with the pair of positions with the
maximum LOD score. (Which LOD score is considered is indicated by the
what
argument.)
addpair
in which the
new loci are indicated explicitly in the formula, the summary provided
by max.scantwo
is somewhat special. All arguments (except, of course, the input
object
) are ignored. If the formula is symmetric in the two new QTL, the output has just two LOD
score columns: lod.2v0
comparing the full model to the model
with neither of the new QTL, and lod.2v1
comparing the full
model to the model with just one new QTL. If the formula is not symmetric in the two new QTL, the output
has three LOD score columns: lod.2v0
comparing the full model
to the model with neither of the new QTL, lod.2v1b
comparing
the full model to the model in which the first of the new QTL is
omitted, and lod.2v1a
comparing the full model to the model
with the second of the new QTL omitted.summary.scantwo
function, though this pulls out one pair of positions. If what="best"
, we find the pair of positions at which the LOD
score for the full model (2 QTL + interaction) is maximized, and then
also print the positions on that same pair of chromosomes at which the
additive LOD score is maximized.
In the other cases, we pull out the pair of positions with the largest
LOD score; which LOD score is considered is indicated by the
what
argument.
scantwo
, plot.scantwo
,
summary.scantwo
data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2, step=10)
out.2dim <- scantwo(fake.f2, method="hk")
max(out.2dim)
Run the code above in your browser using DataLab