How to Extract Sample Id's from .bed|.fam|.bim files and be able to translate sample IDs from GWAS IDs to IDs of a given cohort
Hello Folks, I'm very new to this plink tool. Below is my task, any reference/blogs/articles/notes will be helpful
How to Extract Sample Id's from .bed|.fam|.bim files and be able to translate sample IDs from GWAS IDs to IDs of a given cohort
Please help
• 1,640 views
•
link
0 answers
No answers yet.
Log in to answer this question.
FAM file is a text file, open in any text editor, first column is Family ID, second Individual ID.
Or use command line to Take nth column in a text file.