plink2 fails to calculate allele frequency
1
0
Entering edit mode
20 months ago
yoser4 ▴ 10

Hello everyone. I am trying to calculate the equal frequency in groups. code show as below:

plink2 --vcf <VCF path> --freq --pheno <population-file path> --loop-cats population

But I now get an error:

r + plink2-temporary.psam written. 99 samples (0 females, 0 males, 99 ambiguous; 99 founders) loaded from plink2-temporary.psam. Error: plink2-temporary.pvar has a split chromosome. Use --make-pgen + --sort-vars to remedy this.

I tried adding at the end of my code:

plink2 --vcf <VCF path> --freq --pheno <population-file path> --make-pgen --sort-vars

But still the same error occurs. I don't know how to fix this, hope someone can help me take a look, thanks a lot

plink2 • 849 views
ADD COMMENT
0
Entering edit mode
20 months ago

Remove —freq from your command. Wait until —make-pgen + —sort-vars has completed, and then run —freq on the resulting sorted .pgen fileset rather than the unsorted VCF.

ADD COMMENT
0
Entering edit mode

thank you very much for your help

ADD REPLY

Login before adding your answer.

Traffic: 2572 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