You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getal.b function looks at the second column of its input data.frame only to determine the encoding of the alleles. This fails when, for instance, the 2nd marker encodes alleles with modulo 100 whereas the first encodes alleles with modulo 1000.
The
getal.b
function looks at the second column of its input data.frame only to determine the encoding of the alleles. This fails when, for instance, the 2nd marker encodes alleles with modulo 100 whereas the first encodes alleles with modulo 1000.Reproducible example:
I can propose a pull request solving this bug by adding a for loop so that modulo is determined per column. Are you interested?
p.s. : I found this bug because of this error
Error in 2 * nal * p - mho : non-conformable arrays
from functionwc
The text was updated successfully, but these errors were encountered: