weight_absolute#

pybrops.breed.prot.sel.weightfn.weight_absolute(u_a)[source]#

Construct marker weights using absolute value of marker effect coefficients

Parameters:

u_a (numpy.ndarray) – A matrix of additive genomic marker effects of shape (p_a,t)

Returns:

out – A matrix of absolute values of marker effect coefficients of shape (p_a,t)

Return type:

numpy.ndarray