-
Notifications
You must be signed in to change notification settings - Fork 72
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
Problems on Import genotype file to R from TASSEL #98
Comments
I am having the same issue. Any help, please? |
we still don't know how to solve this issue and no reply yet from author. |
Do you guys have any real examples using hapmap.txt? My R session is constantly crashing when I use the code you have on your github. |
The error pointed out that the system can not find the assigned file, please check if there is a file named 'myG' in your work directory. |
This is the log of the FATAL ERROR in R that TERMINATE the session: I tried at least 100 times and kept crashing. |
This is the error when I use the hapmap.txt data as csv file "," |
My hapmap is big: |
Hi there! We have updated a new version 1.1.0 on GitHub, in which we have fixed a potential bug of genotype conversion for hapmap file, please feel free to have a try. |
Hello Author,
I am now trying to use rMVP package for GWAS analysis. But from the start, I face this problem. May I get some advice and suggestions to solve this problem.
Preparing data for MVP...
Error in normalizePath(path.expand(path), winslash, mustWork) :
path[1]="myG": The system cannot find the file specified
此外: Warning messages:
1: In MVP.Data(fileHMP = "myG", filePhe = "myY", sep.hmp = "\t", sep.phe = "\t", :
SNP.effect has been DEPRECATED.
2: In MVP.Data(fileHMP = "myG", filePhe = "myY", sep.hmp = "\t", sep.phe = "\t", :
sep.hmp has been DEPRECATED.
The text was updated successfully, but these errors were encountered: