Changes

From Genome Analysis Wiki
Jump to navigationJump to search
96 bytes added ,  17:10, 10 February 2016
Line 85: Line 85:     
   Variant characteristics
 
   Variant characteristics
     VTYPE,N_ALLELE,DLEN,LEN
+
     VTYPE,N_ALLELE,DLEN,LEN,VARIANT_CONTAINS_N
    
   Variant value types
 
   Variant value types
 
     SNP,MNP,INDEL,CLUMPED
 
     SNP,MNP,INDEL,CLUMPED
   −
   Biallelic SNPs only                       : VTYPE==SNP&&N_ALLELE==2
+
   Biallelic SNPs only                         : VTYPE==SNP&&N_ALLELE==2
   Biallelic Indels with embedded SNP       : VTYPE==(SNP|INDEL)&&N_ALLELE==2
+
   Biallelic Indels with embedded SNP         : VTYPE==(SNP|INDEL)&&N_ALLELE==2
   Biallelic variants involving insertions   : VTYPE&INDEL&&DLEN>0&&N_ALLELE==2
+
   Biallelic variants involving insertions     : VTYPE&INDEL&&DLEN>0&&N_ALLELE==2
   Biallelic variants involving 1bp variants : LEN==1&&N_ALLELE==2
+
   Biallelic variants involving 1bp variants   : LEN==1&&N_ALLELE==2
 +
  Variants with explicit sequences with no Ns : ~VARIANT_CONTAINS_N
    
   QUAL field
 
   QUAL field
1,102

edits

Navigation menu