Skip to content
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

ERROR: At least 2 columns in the phenotype file should be specified, please check the parameter 'sep.phe'. #84

Open
rupesht opened this issue Jan 4, 2023 · 1 comment

Comments

@rupesht
Copy link

rupesht commented Jan 4, 2023

The issue is still open please answer.

@nbo245
Copy link

nbo245 commented Feb 15, 2023

The error is suggesting there might be a problem w/ the way you're reading data into the object containing your phenotype data.

Try explicitly specifying the delimiters you used in the file containing your phenotype data.

For example, if you load in your phenotype data with:
phenotype <- read.table("somefile.txt", sep=","),head= TRUE)

You'd load in a csv file with a header row at the top of the file.

Change sep="," to sep=" " or sep="\t" and the delimiter would change to a space or tab between different columns respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants