Error while running Admixture program with .bed files
1
0
Entering edit mode
9.8 years ago
always_learning ★ 1.1k

Hello All,

I was trying to run Admixture with around 140 population but getting errors like:

Error: detected that all genotypes are missing for a SNP locus.
Please apply quality-control filters to remove such loci

If some one else faced similar error with Admixture and if yes then what was work around ?

Thanks
Syed

Admixture • 7.5k views
ADD COMMENT
3
Entering edit mode
9.8 years ago
plink --bfile [filename prefix] --geno 0.999 --make-bed --out [new prefix]

is a quick way to remove all loci where more than 99.9% of genotypes are missing.

It sounds like this is a raw dataset that requires more preprocessing, though; in particular, something like --indep-pairwise should be used. See the Admixture manual for a bit of discussion.

ADD COMMENT

Login before adding your answer.

Traffic: 2946 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6