|
| 1 | +##fileformat=VCFv4.2 |
| 2 | +##FILTER=<ID=PASS,Description="All filters passed"> |
| 3 | +##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> |
| 4 | +##contig=<ID=chr1,length=249250621,assembly=hg19> |
| 5 | +##INFO=<ID=AN,Number=1,Type=Integer,Description="Total number of alleles in called genotypes"> |
| 6 | +##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes"> |
| 7 | +##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of samples with data"> |
| 8 | +##INFO=<ID=AF,Number=A,Type=Float,Description="Allele frequency"> |
| 9 | +##INFO=<ID=F_MISSING,Number=1,Type=Float,Description="Added by +fill-tags expression F_MISSING:1=F_MISSING"> |
| 10 | +##INFO=<ID=AC_Hom,Number=A,Type=Integer,Description="Allele counts in homozygous genotypes"> |
| 11 | +##INFO=<ID=AC_Het,Number=A,Type=Integer,Description="Allele counts in heterozygous genotypes"> |
| 12 | +##INFO=<ID=AC_Hemi,Number=A,Type=Integer,Description="Allele counts in hemizygous genotypes"> |
| 13 | +##INFO=<ID=MAF,Number=1,Type=Float,Description="Frequency of the second most common allele"> |
| 14 | +##INFO=<ID=HWE,Number=A,Type=Float,Description="HWE test (PMID:15789306); 1=good, 0=bad"> |
| 15 | +##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the variant"> |
| 16 | +##INFO=<ID=TYPE,Number=.,Type=String,Description="Variant type"> |
| 17 | +##INFO=<ID=ExcHet,Number=A,Type=Float,Description="Test excess heterozygosity; 1=good, 0=bad"> |
| 18 | +##FORMAT=<ID=VAF,Number=A,Type=Float,Description="The fraction of reads with alternate allele (nALT/nSumAll)"> |
| 19 | +##FORMAT=<ID=VAF1,Number=1,Type=Float,Description="The fraction of reads with alternate alleles (nSumALT/nSumAll)"> |
| 20 | +#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMP_A SAMP_B SAMP_C SAMP_E |
| 21 | +chr1 10146 . AC A . PASS NS=2;AN=4;AF=0.5;AC=2;F_MISSING=0.5;MAF=0.5;AC_Het=2;AC_Hom=0;AC_Hemi=0;HWE=1;ExcHet=0.666667;END=10147;TYPE=INDEL GT ./. 0/1 ./. 0/1 |
| 22 | +chr1 10153 . A C . PASS NS=0;AN=0;AF=.;AC=0;F_MISSING=1;MAF=.;AC_Het=0;AC_Hom=0;AC_Hemi=0;HWE=1;ExcHet=1;END=10153;TYPE=SNP GT ./. ./. ./. ./. |
| 23 | +chr1 10154 . C G . PASS NS=0;AN=0;AF=.;AC=0;F_MISSING=1;MAF=.;AC_Het=0;AC_Hom=0;AC_Hemi=0;HWE=1;ExcHet=1;END=10154;TYPE=SNP GT ./. ./. ./. ./. |
| 24 | +chr1 10172 . C A . PASS NS=3;AN=6;AF=0;AC=0;F_MISSING=0.25;MAF=0;AC_Het=0;AC_Hom=0;AC_Hemi=0;HWE=1;ExcHet=1;END=10172;TYPE=SNP GT 0/0 0/0 0/0 ./. |
0 commit comments