Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.QeffRes

Summary of QeffRes object


Description

summary for object of class QeffRes.

Usage

## S3 method for class '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

Examples

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)

mppR

Multi-Parent Population QTL Analysis

v1.2.1
GPL-3
Authors
Vincent Garin [aut, cre], Valentin Wimmer [aut], Dietrich Borchardt [ctb, dtc], Fred van Eeuwijk [ctb, ths], Marcos Malosetti [ctb, ths]
Initial release
2020-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.