Plink. How to create small .ped file from big .ped file?
Hello, let's say I have a huge ped/map file from 2500 individuals and I would like to create a smaller .ped file for 50 specific individuals. How to do it?. I have a list.txt file with the IDs of the 50 individuals. Many thanks
• 2,727 views
•
link
1 answer
plink --file [input filename prefix] --keep list.txt --recode --out [output filename prefix]
• 0 views
•
link
Log in to answer this question.