Learn R Programming

mppR (version 1.5.0)

summary.QeffRes: Summary of QeffRes object

Description

summary for object of class QeffRes.

Usage

# S3 method for QeffRes
summary(object, QTL = NULL, ...)

Arguments

object

An object of class QeffRes obtained with function QTL_gen_effects.

QTL

Numeric vector indicating the QTL positions for which the QTL effect must be printed. Default = NULL.

...

Ignored.

See Also

QTL_gen_effects

Examples

Run this code

data(mppData)
SIM <- mpp_SIM(mppData)
QTL <- QTL_select(SIM)
QTL.effects <- QTL_gen_effects(mppData = mppData, QTL = QTL, Q.eff = "cr")
summary(QTL.effects)

Run the code above in your browser using DataLab