Learn R Programming

mpMap2 (version 1.0.4)

founders: Genetic data for founding lines

Return the genetic data matrix for the founding lines

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

Description

Genetic data for founding lines

Return the genetic data matrix for the founding lines

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

Usage

founders(object)

# S4 method for mpcross founders(object)

# S4 method for geneticData founders(object)

Arguments

object

The mpcross object from which to extract the genetic data matrix of the founding lines

Value

An integer matrix, with rows corresponding to founding lines and columns corresponding to markers, or a list of such matrices in the case of multiple experiments.