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

Problem when reading tab-delimited SNP data files when sex is unknown #30

Closed
gdurif opened this issue Sep 24, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@gdurif
Copy link
Collaborator

gdurif commented Sep 24, 2020

Potential source of the problem:

  • tab delimitation
  • unknow sex (value = 9)
  • other?

Following error:
"Issue with data file.
Issue with IndSeq SNP data file content: 'SEX' column should contain only 'F' for female or 'M' for male (see manual)."

@gdurif gdurif self-assigned this Sep 24, 2020
@gdurif gdurif added the bug Something isn't working label Sep 24, 2020
@gdurif
Copy link
Collaborator Author

gdurif commented Sep 25, 2020

Fixed in afcbd73

  • missing values were not accounted for
  • only female ('F') column was interpreted by R as a column of boolean FALSE values

@gdurif gdurif closed this as completed Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant