Changes

From Genome Analysis Wiki
Jump to navigationJump to search
177 bytes added ,  12:00, 22 September 2014
Line 193: Line 193:     
<div class=" mw-collapsible mw-collapsed">
 
<div class=" mw-collapsible mw-collapsed">
   #normalize variants and write out to mills.normalized.vcf
+
   #normalize variants and write out to dbsnp.normalized.vcf
   vt normalize mills.vcf -r seq.fa -o mills.normalized.vcf
+
   vt normalize mdbsnp.vcf -r seq.fa -o dbsnp.normalized.vcf
    
   #normalize variants, send to standard out and remove duplicates.
 
   #normalize variants, send to standard out and remove duplicates.
   vt normalize mills.vcf -r seq.fa | vt mergedups - -o mills.normalized.merged.vcf
+
   vt normalize dbsnp.vcf -r seq.fa | vt mergedups - -o dbsnp.normalized.merged.vcf
    
   #variants that are normalized will be annotated with an OLD_VARIANT info tag.
 
   #variants that are normalized will be annotated with an OLD_VARIANT info tag.
Line 207: Line 207:  
   #categorized into 5 categories each for biallelic and multiallelic variants. <br>
 
   #categorized into 5 categories each for biallelic and multiallelic variants. <br>
 
   stats: biallelic
 
   stats: biallelic
            no. left trimmed                      : 2
+
          no. left trimmed                      : 156908
            no. left trimmed and left aligned    : 0
+
          no. right trimmed                     : 323
            no. left trimmed and right trimmed    : 0
+
          no. left and right trimmed           : 33
            no. left aligned                      : 63118
+
          no. right trimmed and left aligned   : 7
            no. right trimmed                    : 4 <br>
+
          no. left aligned                      : 12360 <br>
          multiallelic
+
      total no. biallelic normalized          : 169631 <br> <br>
            no. left trimmed                      : 0
+
      multiallelic
            no. left trimmed and left aligned    : 0
+
          no. left trimmed                      : 627189
            no. left trimmed and right trimmed    : 0
+
          no. right trimmed                     : 2509
            no. left aligned                      : 0
+
          no. left and right trimmed           : 1498
            no. right trimmed                    : 0 <br>
+
          no. right trimmed and left aligned   : 212
          no. variants observed                   : 644696
+
          no. left aligned                      : 1783 <br>
 +
      total no. multiallelic normalized        : 633191 <br>
 +
      total no. variants normalized            : 802822
 +
      total no. variants observed             : 88052639
    
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
1,102

edits

Navigation menu