Changes

From Genome Analysis Wiki
Jump to navigationJump to search
184 bytes removed ,  15:52, 12 January 2017
Line 641: Line 641:  
</div>
 
</div>
   −
=== Remove overlap ===
+
=== Filter overlap ===
   −
description : Removes overlapping variants in a VCF file by tagging such variants with the FILTER flag overlap.
+
description : Tags overlapping variants in a VCF file with the FILTER flag overlap.
   −
usage : vt remove_overlap [options] <in.vcf>
+
<div class=" mw-collapsible mw-collapsed">
 +
  #adds a filter tag "overlap" for overlapping variants within a window size of 1 based on the REF sequence.
 +
  vt filter_overlap in.bcf -w 1 out.bcf
   −
options : -o  output VCF file [-]
+
  todo: option for considering END info tag for detecting overlaps.
          -I  file containing list of intervals []
  −
          -i  intervals []
  −
          -?  displays help
  −
         
  −
<div class=" mw-collapsible mw-collapsed">
  −
  #removes the INFO tags OLD_VARIANT, ENTROPY, PSCORE and COMP
  −
  vt rminfo exact.del.bcf -t OLD_VARIANT,ENTROPY,PSCORE,COMP -o rm.bcf
      
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
  usage : vt rminfo [options] <in.vcf>
+
  usage : vt filter_overlap [options] <in.vcf>
 
+
 
  options : -o  output VCF file [-]
+
  options : -o  output VCF file [-]
            -q do not print options and summary [false]
+
            -w window overlap for variants [0]
            -t  list of info tags to be removed []
+
            -I  file containing list of intervals []
            -I  file containing list of intervals []
+
            -i  intervals []
            -i  intervals []
+
            -?  displays help
            -?  displays help
   
  </div>
 
  </div>
 
</div>
 
</div>
1,102

edits

Navigation menu