View source: R/functions_for_RGWAS.R
design.Z | R Documentation |
Function to generate design matrix (Z)
design.Z(pheno.labels, geno.names)
pheno.labels |
A vector of genotype (line; accesion; variety) names which correpond to phenotypic values. |
geno.names |
A vector of genotype (line; accesion; variety) names for marker genotype data (duplication is not recommended). |
Z of y = X\beta + Zu + e
. Design matrix, which is useful for GS or GWAS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.