I am using putty to run plink for this data analysis.
I have been asked to perform a QC on a subset of data from a given dataset. I have used the command to keep the data (plink --bfile data --keep mydata.txt) and it has saved the necessary files as a .txt file.
I have been told that for plink to read that the file I am reading in will not be a text file but a set of binary files.
When I enter (plink --file mydata --maf 0.05) it states that no mydata.ped file exists.
What am I missing?
Duplicate of Keeping a subset of data for QC , which is in turn duplicate of Creation of a .BED file from .txt ? I suggest you read the plink manual thoroughly, reposting the same question will not help, especially when we cannot see your files, plink commands, etc.
Do I need to post a command list of what I've done so far then?
Here is the nice tutorial on how to do QC using plink. Yes, the more detail you give us the easier to answer...
I have already followed this protocol but could not see where it says to extract samples? My current task is: 1) to keep certain samples from a dataset 2) perform QC of this selected data (maf >0.05, call rate >0.97 and HW)
Do you need the commands too?