Changes

From Genome Analysis Wiki
Jump to navigationJump to search
180 bytes added ,  22:48, 6 April 2017
Line 111: Line 111:  
   This allows you to only analyse biallelic indels that are passed on chromosome 20.
 
   This allows you to only analyse biallelic indels that are passed on chromosome 20.
 
   vt profile_na12878 vt.bcf -g na12878.reference.txt -r genome.fa -f "N_ALLELE==2&&VTYPE==INDEL&&PASS"  -i 20
 
   vt profile_na12878 vt.bcf -g na12878.reference.txt -r genome.fa -f "N_ALLELE==2&&VTYPE==INDEL&&PASS"  -i 20
 +
 +
  This allows you to extract biallelic indels that are passed on chromosome 20.
 +
  vt view vt.bcf -g na12878.reference.txt -r genome.fa -f "N_ALLELE==2&&VTYPE==INDEL&&PASS"  -i 20
    
Other examples of filters
 
Other examples of filters
1,102

edits

Navigation menu