Plink allele with frequency greater than 0.05
1
0
Entering edit mode
4.5 years ago

Following is the pipeline for carrier frequency which I tried, kindly look into it and let me know: Using merged vcf, Command 1) vcftools --vcf filenameofmergedvcf.vcf --out filename --plink This will create .ped and .map files

Command 2) plink --file filename --freq This will create the .hwe file which is the file containing the carrier frequencies.

BUT if the frequency of the alternate allele is greater than 0.05. It represent ref allele as alternative.

can someone help me why this is happening and how i can resolve this issue?

plink allele frequency genomic genotype • 795 views
ADD COMMENT
0
Entering edit mode
4.5 years ago

Use plink 2.0 —vcf to directly import the VCF when you need to keep track of REF/ALT alleles.

ADD COMMENT

Login before adding your answer.

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