coef.doqtl {DOQTL}R Documentation

Return the coefficients of a DOQTL object.

Description

Return the coefficients of a DOQTL object.

Usage

  ## S3 method for class 'doqtl'
coef(object, ...)

Arguments

object

A DOQTL object as returned by scanone.

...

Additional arguments.

Value

List containing matrices with QTL mapping model coefficients.

Author(s)

Daniel Gatti

See Also

scanone

Examples

  head(coef(example.qtl[[1]]))

[Package DOQTL version 1.18.0 Index]