plink --bfile xxx_xxx_xxxxxx --snp rsxxxxx
But when I try to extract different SNPs I get the following: ERROR --from {marker} not found
plink --bfile xxx_xxx_xxxxxx --snp rsxxxxxx --out /user/xxxx/Documents/Directory/Output_snp --recode
I am assuming that I should be able to extract the additional SNPs as when I do
plink --file 'mydata' --bfile xxx_xxx_xxxxxx
I get:
Reading genotype bitfile from [ xxx_xxx_xxxxxx.bed ]
Detected that binary PED file is v1.00 SNP-major mode
Before frequency and genotyping pruning, there are 620901 SNPs
I wanted to check which were the SNPs in my .bim .fam files but I understand that for this I need to have the hapmap1 file which I did not get from my collaborators.
I assume that the command should be run as follow:
plink head --file hapmap1.
Is there any other command line I could try to get around this?
Thank you in advance for your consideration,
Pablo