Learn R Programming

mpMap2 (version 1.0.4)

finals: Genetic data for final lines

Return the genetic data matrix for the final lines

If the mpcross object contains a single experiment a matrix is returned, with rows corresponding to genotyped lines and columns corresponding to markers. The founding lines of the population are excluded from this matrix. If an mpcross object contains multiple experiments a list of such matrices is returned, one for each experiment.

Description

Genetic data for final lines

Return the genetic data matrix for the final lines

If the mpcross object contains a single experiment a matrix is returned, with rows corresponding to genotyped lines and columns corresponding to markers. The founding lines of the population are excluded from this matrix. If an mpcross object contains multiple experiments a list of such matrices is returned, one for each experiment.

Usage

finals(object)

# S4 method for mpcross finals(object)

# S4 method for geneticData finals(object)

Arguments

object

The mpcross object from which to extract the genetic data matrix

Value

An integer matrix with rows corresponding to genotyped lines and columns corresponding to markers.