-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-validation Finished_2.00%Error in mult.store[, 2] : subscript out of bounds #12
Comments
Hi Mark, Thanks for trying KAML, we haven't caught this error by now using the data in hand, may i please ask for a small dataset which can repeat the error as you proposed? i am pleased to debug the script of KAML for this issue, and feed back to you as soon as possible. Best, |
I think so. I just installed according to the instruction recently. |
Thank you for pointing out this issue, we have located the problem, and the latest script on GitHub can be run successfully on different version of R, please try again. |
Thanks for checking it out, however, the problem still exist: Moreover, it looks like computing grm took me longer than before, is it because that you updated the package? |
Yes, we have changed the computing strategy for GRM construction, it take less memory than previous version. Can the updated version run "horse" and "GDD" data successfully on your computer? Or it just failed for your own data? if in this case, could you mind sending me a small data? i need to repeat this issue to get it fixed. |
No, it failed on the GDD data. |
May i know the version of R you used and the operating system (linux, windows, mac) of your computer? |
It is R 4.1.1 in Linux. |
I just ran KAML at the same environment as yours (R 4.1.1, Linux), it can still work without problem, please see the log file below: |
Hi, hope you are doing well.
I am trying KAML for some data but I always get this error:
Cross-validation Finished_2.00%Error in mult.store[, 2] : subscript out of bounds
And this for a different data:
Pick up pseudo QTNs at LD threshold(0.3) as following:
Error in if (sum(p_cor > cor.threshold) == 0) bin.qtn[[g]] <- c(bin.qtn[[g]], :
missing value where TRUE/FALSE needed
Would you please help with these issues? Thanks!
The text was updated successfully, but these errors were encountered: