GBLUP and rrBLUP estimation
GBLUPs(
pheno_data = NULL,
geno_matrix = NULL,
genotype = NULL,
traits = NULL,
method = c("GBLUP", "rrBLUP", "mix")
)
data.frame with phenotypic data
data.frame with first column identifying the genotype names and the rest containing marker information in format (-1, 0 , 1).
string with the genotype name
vector with the traits to be analyzed
"GBLUP", "rrBLUP" or "mix" ("mix" in progress)
List with GBLUPs, variance components and marker effects. list(results, var_comp, markers)
# GBLUPs(
# pheno_data = NULL,
# geno_matrix = NULL,
# genoype = NULL,
# traits = NULL,
# method = c("GBLUP", "rrBLUP")
# )