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.
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.
founders(object)# S4 method for mpcross
founders(object)
# S4 method for geneticData
founders(object)
The mpcross object from which to extract the genetic data matrix of the founding lines
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.