Changes

From Genome Analysis Wiki
Jump to navigationJump to search
69 bytes added ,  17:33, 27 December 2016
Line 148: Line 148:  
     INFO.<tag>
 
     INFO.<tag>
 
    
 
    
   Alternative allele is AC                       : ALT=='AC'
+
   A/C SNPs                                    : REF=='A' && ALT=='C'
 +
  AC type of STRs                            : ALT~='(AC)*'
 
   Passed biallelic SNPs only                  : PASS&&VTYPE==SNP&&N_ALLELE==2
 
   Passed biallelic SNPs only                  : PASS&&VTYPE==SNP&&N_ALLELE==2
 
   Passed Common biallelic SNPs only          : PASS&&VTYPE==SNP&&N_ALLELE==2&&INFO.AF>0.005
 
   Passed Common biallelic SNPs only          : PASS&&VTYPE==SNP&&N_ALLELE==2&&INFO.AF>0.005
1,102

edits

Navigation menu