Description Usage Arguments Details Value Examples
View source: R/AnalysisFunctions.R
function to make a genomic relationship matrix to be used to analyze the phenotypic records
1 | makeGRM(records, bsp, SP)
|
records |
The breeding program |
bsp |
The breeding scheme parameter list |
SP |
The AlphaSimR SimParam object. Needed to pull the SNP genotypes |
records
maintains the phenotypic and genotypic records across years and stages. For GEBV analysis, you need the GRM of these individuals. makeGRM
assumes the first phenotyping stage (records[[2]]) has all individuals that have been phenotyped. The GRM also includes the unphenotyped new F1 individuals in records[[1]]
A genomic relationship matrix
1 | grm <- makeGRM(records, bsp, SP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.