Possible to remove .nosex IDs in Plink1.9
Hi, In my fam file I have 4 individuals with no sex information. Is it possible to exclude them from downstream analysis. I have tried --allow-no-sex as well as --must-have-sex but they are kept in a .nosex file.
I am testing for interaction analysis in another tool with plink set of files
• 2,854 views
•
link
2 answers
Two options:
- Use --remove on the .nosex file.
- Download plink 2.0, and use its --remove-nosex flag.
• 0 views
•
link
Thankyou, I understand
• 0 views
•
link
Log in to answer this question.
Thank you All. Appreciate it