Hi developers!
Your GridLMM package greatly helped my study. I appreciate.
However, I got the following error when I executed "GridLMM_GWAS" using my genotype including missing.
if (all(range(X) == c(-1, 1))) { : missing value where TRUE/FALSE needed
It seemed to happen in the "scale_SNPs" function because na.rm parameter of range() function is TRUE in spite of fillNAX = TRUE.
Would you modify the error?
Hi developers! Your GridLMM package greatly helped my study. I appreciate. However, I got the following error when I executed "GridLMM_GWAS" using my genotype including missing.
if (all(range(X) == c(-1, 1))) { : missing value where TRUE/FALSE needed
It seemed to happen in the "scale_SNPs" function because na.rm parameter of range() function is TRUE in spite of fillNAX = TRUE. Would you modify the error?