Function to make a genomic relationship matrix to calculat GEBVs

calcGRM(bsd)

Arguments

bsd

List of breeding scheme data

Value

A genomic relationship matrix

Details

bsd contains both variety candidates that have phenotypes and breeding population individuals that don't. Both need to be in the GRM for prediction

Examples

grm <- calcGRM(bsd)
#> Error in nInd(bsd$varietyCandidates): object 'bsd' not found