Thanks for confirming Lando ! :)
PLINK: removing SNPs missing in all samples
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
• 10,972 views
•
link
1 answer
To automatically exclude all SNPs on the basis of missing genotype rate, you can use the --geno 0 option.
The default is to include all SNPS (i.e. --geno 1). By setting --geno 0 you only include SNPs with a 100% genotyping rate for all samples.
This appears to be an efficient/easy method of genotype filtering
• 0 views
•
link
Log in to answer this question.
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!