Hello,
With plink 1.9, I run the following command :
plink --file Data --pheno pheno.txt --pheno-name LPSIL6 --covar covar.txt --linear
There is no problem for plink to read the files Data.ped and Data.map but he fails to open the txt file pheno.txt. (Error: Failed to open pheno.txt)
I don't understand because pheno.txt is in the working directory. Moreover this file is written in the correct format (FID, IID, Pheno1, Pheno2, etc ... with tab delimiters)
I should specify that this txt comes from a R dataframe, written into a txt file with the command write.table. It has already the "-9" instead of the "NA".
This is the first time I encounter this problem, so any suggestion would be helpful.
Thank you in advance.