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.
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.
finals(object)# S4 method for mpcross
finals(object)
# S4 method for geneticData
finals(object)
The mpcross object from which to extract the genetic data matrix
An integer matrix with rows corresponding to genotyped lines and columns corresponding to markers.