summary.dlmap {dlmap}R Documentation

Summarize dlmap object, including detected QTL

Description

Output summary of dlmap object, including summary of input dlcross object and detected QTL.

Usage

## S3 method for class 'dlmap':
summary(object, ...)

Arguments

object object of class dlmap
... additional arguments passed to "summary"

Value

Prints summary of input dlcross object, as well as the summary table computed from dlmap.asreml or dlmap.lme. This includes the chromosome QTL are detected on, estimated positions, flanking markers, QTL effects and standard deviations, Z-ratio and p-value.

Author(s)

Emma Huang and Andrew George; Julian Taylor

References

Huang, BE and George, AW. 2009. Look before you leap: A new approach to QTL mapping. TAG 119:899-911

See Also

summary.dlcross, dlmap.asreml

Examples

## Not run: 
# load dataset
data(BSdat)

dl.in1 <- dlcross(format="rqtl", obj=BSdat, idname="ID", fixpos=1)
BSdl <- dlmap.asreml(object=dl.in1, phename="phenotype", filestem="BS")
BSdl <- dlmap.lme(object=dl.in1, phename="phenotype", filestem="BS")
summary(BSdl)
## End(Not run)

[Package dlmap version 1.06 Index]