Hi, I want to remove all SNPs which are missing altogether for some particular samples.
I am doing:
./plink --bfile Filename --geno 0 --make-bed --out output_file
I wanted to know, does this remove all SNPs which have missing entries in the samples. Or, is there a more efficient/better way of achieving this.
Thanks,
Aritra
I want to used .ped and .map file to make population structure by frappe with a maximum likelihood method. First ,I used this command in plink:
then used this command in frappe:
but it aways failed, the error as follow:
according to the error, I used this command in plink:
but it fail.
please help me, please, thankyou!