-
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
Can KAML run in the personal laptop/desktop? #7
Comments
There is a problem of compatibility between Rstudio and 'bigmemory' package, please try KAML in base R console. |
Hi. I also tried in R console but it runs for 2 days with pending running so I force it to stop. But it works well by running in a server computer with 10 cores, 1TB ram. I also have another question with the outputs. How can I check the genomic prediction accuracy value after 20 iterations/5 folds. I skim through str(mykaml) function object but hard to find. Kind regards, Vu
|
You need to implement a cross-validation to get the prediction accuracy for a trait, just set some of individuals as "NA", then run KAML to obtain the predicted gebv for those individuals, the prediction accuracy is the correlation between the original phenotype and the predicted gebv. |
Hi YinLiLin. Thanks for your prompt response. Vu. |
Hi. I am trying to run KAML() but failed even in my laptop and desktop after all data were seemingly read correctly in to KAML. The error says. "R encountered a fatal error. The session was terminated". I did reinstall R and started over but the issue did not fix. Is it no enough RAM for the KAML to be run? Any suggestion? I have attached the screenshot.
Thanks
The text was updated successfully, but these errors were encountered: