Entering edit mode
2.6 years ago
Raju
•
0
Hello
I have two files MaleSNPsList.txt (in which I have a list of SNPs) and MaleSNPsValues.ped (in which I have SNPs values extracted for SNPs). I need to have a data file that looks like this
.
In place of tree18, I need snp id i.e rs4558857 which is in list,
and in place of 01-256 I need sample id i.e 6 which is values.ped file
please help
Use
--extract mySNPs.txt
to subset the SNPs. Then drop columns 2-6 from ped file, and get SNP names from map file for columns.