cgrm.D
returns
the following dominance genomic relationship matrix according to Su et al. (2012):
The additive marker coefficients will be used to compute dominance coefficients as: 1-abs(X)
cgrm.D(X, lambda=0)
cgrm
, cgrm.A
.# generate random data
rand_data(500,5000)
D <- cgrm.D(M,lambda=0.01)
Run the code above in your browser using DataLab