Hi,
I would like to ask you by new example for extraction of the DAF from 1000 genomes vcf.
In prior post, example .vcf line does not contain ancestral allele information (shown as "unknown"). It is supposed that if the ancestral allele is not addressed at the variant, we cannot extract DAF from the .vcf line.
1 10177 rs367896724 A AC 100 PASS AC=2130;AF=0.425319;AN=5008;NS=2504;DP=103152;EAS_AF=0.3363;AMR_AF=0.3602;AFR_AF=0.4909;EUR_AF=0.4056;SAS_AF=0.4949;AA=A|||;VT=INDEL
If the variant has ancestral allele such as AA=A in the new example, ancestral and reference alleles are same base in the variant.
Does the AF=0.425319 equivalent to the DAF in this case? I think it is not required for flipping AF (1 - AF).
suimye