Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 299: Line 299:     
It is usually useful to examine the call sets against known data sets for the passed variants.
 
It is usually useful to examine the call sets against known data sets for the passed variants.
<div class="mw-collapsible mw-collapsed" style="width:500px">
+
 
''Command to use at SeqShop Workshop:''
+
Currently indel.reference.txt needs absolute paths to the reference files, so update indel.reference.txt to point to the reference files.
<div class="mw-collapsible-content">
  −
${GC}/bin/vt profile_indels -g ${SS}/ref22/indel.reference.txt -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f "PASS"
  −
</div>
  −
</div>
  −
<div class="mw-collapsible" style="width:500px">
  −
''Commands outside of SeqShop Workshop:''
  −
<div class="mw-collapsible-content">
  −
Outside the workshop, you need to update indel.reference.txt to point to the reference files.
   
  cp ${SS}/ref22/indel.reference.txt ${OUT}/indel.reference.txt
 
  cp ${SS}/ref22/indel.reference.txt ${OUT}/indel.reference.txt
   Line 317: Line 309:     
  ${GC}/bin/vt profile_indels -g ${OUT}/indel.reference.txt  -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f "PASS"
 
  ${GC}/bin/vt profile_indels -g ${OUT}/indel.reference.txt  -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f "PASS"
</div>
  −
</div>
        Line 358: Line 348:  
We perform the same analysis for the failed variants again, the relatively low overlap with known data sets imply a reasonable tradeoff in sensitivity and specificity.
 
We perform the same analysis for the failed variants again, the relatively low overlap with known data sets imply a reasonable tradeoff in sensitivity and specificity.
   −
<div class="mw-collapsible mw-collapsed" style="width:500px">
  −
''Command to use at SeqShop Workshop:''
  −
<div class="mw-collapsible-content">
  −
  ${GC}/bin/vt profile_indels -g ${SS}/ref22/indel.reference.txt  -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f  "~PASS"
  −
</div>
  −
</div>
  −
<div class="mw-collapsible" style="width:500px">
  −
''Command outside of SeqShop Workshop:''
  −
<div class="mw-collapsible-content">
   
   ${GC}/bin/vt profile_indels -g ${OUT}/indel.reference.txt  -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f  "~PASS"
 
   ${GC}/bin/vt profile_indels -g ${OUT}/indel.reference.txt  -r ${SS}/ref22/human.g1k.v37.chr22.fa ${OUT}/indel/final/all.genotypes.vcf.gz -i 22:36000000-37000000 -f  "~PASS"
</div>
  −
</div>
       

Navigation menu