Changes

From Genome Analysis Wiki
Jump to navigationJump to search
219 bytes added ,  18:15, 2 February 2012
Line 64: Line 64:     
   #annotates variants
 
   #annotates variants
   ##INFO=<ID=,Number=1,Type=string,Description="Annotates variant by types SNP, MNP, INDEL, SV, CR">
+
   ##INFO=<ID=VTYPE,Number=1,Type=string,Description="Annotates variant by types SNP, MNP, INDEL, SV, CR">
 
   #-l option defines the length in which to differentiate INDELs and SVs
 
   #-l option defines the length in which to differentiate INDELs and SVs
 
   arf -a vartype 1000g.vcf -l 30
 
   arf -a vartype 1000g.vcf -l 30
 +
 +
  #compute allele balance
 +
  ##INFO=<ID=AB,Number=1,Type=float,Description="Allele Balance computed from genotype likelihoods">
 +
  #requires PL/GL and DP in the genotype fields
 +
  arf -a allelebalance 1000g.vcf
    
== Command Line Options ==
 
== Command Line Options ==
1,102

edits

Navigation menu