-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issues with hapmap format #141
Comments
Please check whether there are multiple mutation in the HapMap file.If you can code a function to convert your HapMap file to numeric file. That will be OK. The numeric format should be payed attention. There are no-missing values or NA in the numeric file. |
It looks like something might be wrong with my transformation code and nothing has changed on being able to run the HapMap format. It also looks like the error is happening earlier in the code now as well. "--------------------- Welcome to GAPIT ----------------------------" |
Please try traceback() and paste what did R report. |
I had some more time to play around with it and it looks like SNP.impute may have been causing some of my problems so I removed that. I've attached the traceback data as well but thank you for your help.
|
Could you send your data to me? I can help. |
Hello,
I'm getting the following error with the hapmap format on some new data that I'm trying to run along with old data that has worked in the past.
Error in FUN(newX[, i], ...) : invalid 'type' (character) of argument
I was able to recode my genotyping data to the numeric system and it appears to be working but I thought I should bring this error to your attention. I tried messing with my head setting when loading in the data but that didn't help and I made sure I'm loading in the most current version of GAPIT from GitHub. Let me know if I need to share my files to help with with.
Thank you
The text was updated successfully, but these errors were encountered: