Changes

From Genome Analysis Wiki
Jump to navigationJump to search
201 bytes added ,  18:38, 2 February 2012
Line 61: Line 61:  
   arf -a complexity 1000g.vcf -g genome.fa -l 30
 
   arf -a complexity 1000g.vcf -g genome.fa -l 30
   −
== In development ==
+
== In development/Pending update ==
    
   #annotates variants
 
   #annotates variants
Line 68: Line 68:  
   arf -a vartype 1000g.vcf -l 30
 
   arf -a vartype 1000g.vcf -l 30
   −
   #compute [Genotype Likelihood Based Allele Balance Allele balance]
+
   #compute [[Genotype Likelihood Based Allele Balance]]  
 
   ##INFO=<ID=AB,Number=1,Type=float,Description="Allele Balance computed from genotype likelihoods">
 
   ##INFO=<ID=AB,Number=1,Type=float,Description="Allele Balance computed from genotype likelihoods">
 
   #requires PL/GL and DP in the genotype fields
 
   #requires PL/GL and DP in the genotype fields
   arf -a allelebalance 1000g.vcf
+
   arf -a ab 1000g.vcf
 +
 
 +
  #-e option
 +
  #when used in conjunction with an analysis that requires allele or genotype frequency estimates,
 +
  #will attempt to  find estimates in the AF, GF and HWEAF fields
 +
  arf -a ab 1000g.vcf -e
    
== Command Line Options ==
 
== Command Line Options ==
1,102

edits

Navigation menu