Changes

From Genome Analysis Wiki
Jump to navigationJump to search
227 bytes added ,  09:51, 5 December 2013
Line 106: Line 106:       −
Merges duplicate variants by position with the option of considering alleles(This just discards the duplicate variant that appears later in the VCF file)
+
Merge candidate variants across samplesEach VCF file is required to have the FORMAT flags E and N and should have exactly one sample.
    
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
   #merge duplicate variants and save output in mills.merged.vcf
+
   #merge candidate variants from VCFs in candidate.txt and output in candidate.sites.vcf
   vt mergedups mills.vcf -o mills.merged.vcf
+
   vt candidate_variants candidates.txt -o candidate.sites.vcf
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
  usage : vt mergedups [options] <in.vcf>
+
  usage : vt merge_candidate_variants [options]  
   −
  options : -o  output VCF file [-]
+
  options : -L  file containing list of input VCF files
            -p merge by position [false]
+
            -o  output VCF file [-]
 +
            -I file containing list of intervals []
 +
            -i  intervals
 +
            --  ignores the rest of the labeled arguments following this flag
 +
            -h  displays help
 
  </div>
 
  </div>
 
</div>
 
</div>
1,102

edits

Navigation menu