Changes

From Genome Analysis Wiki
Jump to navigationJump to search
m
Reverted edits by Hmkang (talk) to last revision by Mktrost
Line 166: Line 166:     
== Friday ==
 
== Friday ==
<div class="mw-collapsible">
+
<div class="mw-collapsible-content mw-collapsed">
       
=== SeqShop: Ancestry On Your Own Genome, May 2015 ===
 
=== SeqShop: Ancestry On Your Own Genome, May 2015 ===
 
[[SeqShop: Ancestry On Your Own Genome, May 2015]]
 
[[SeqShop: Ancestry On Your Own Genome, May 2015]]
 +
 +
=== Association Analysis Tutorial ===
 +
Now we are going to run the Association Analysis Practical
 +
 +
Please go to: [[SeqShop: Association Analysis, May 2015]]
 +
 +
We will look at our own genomes again after the practical.
    
=== Return to SeqShop: Ancestry On Your Own Genome, May 2015 ===
 
=== Return to SeqShop: Ancestry On Your Own Genome, May 2015 ===
Line 264: Line 271:  
In addition, set another environmental variable for locating the binaries for custom analysis
 
In addition, set another environmental variable for locating the binaries for custom analysis
   −
  export HK=/home/hmkang/apigenome/bin/
+
  export HK=/net/seqshop-server/home/hmkang/seqshop/bin
    
==== Annotation / Lookup against dbSNP ====
 
==== Annotation / Lookup against dbSNP ====
Line 274: Line 281:  
If you want to run this command across all chromosomes in parallel, you can use the special script run-command-wgs
 
If you want to run this command across all chromosomes in parallel, you can use the special script run-command-wgs
   −
  $HK/run-make --cmd "$HK/vcf-add-rsid -vcf $OUT/vcfs/chr1/chr1.filtered.vcf.gz --db $HK/../data/dbSNP.b138/dbsnp_138.b37.vcf.gz --out $OUT/vcfs/chr1/chr1.filtered.rsid.vcf.gz" --repeat-chr --numjobs 6
+
  $HK/run-command-wgs --cmd "$HK/vcf-add-rsid -vcf $OUT/vcfs/chr1/chr1.filtered.vcf.gz --db $HK/../data/dbSNP.b138/dbsnp_138.b37.vcf.gz --out $OUT/vcfs/chr1/chr1.filtered.rsid.vcf.gz" --numjobs 6
    
Looking up SNPs by rsID is possible by (for example)
 
Looking up SNPs by rsID is possible by (for example)
Line 289: Line 296:     
Or you can run multiple chromosomes in parallel in one command
 
Or you can run multiple chromosomes in parallel in one command
  $HK/run-make --cmd "$EPACTS/bin/epacts anno --in $OUT/vcfs/chr1/chr1.filtered.rsid.vcf.gz --out $OUT/vcfs/chr1/chr1.filtered.rsid.anno.vcf.gz" --repeat-chr --numjobs 6  
+
  $HK/run-command-wgs --cmd "$EPACTS/bin/epacts anno --in $OUT/vcfs/chr1/chr1.filtered.rsid.vcf.gz --out $OUT/vcfs/chr1/chr1.filtered.rsid.anno.vcf.gz" --numjobs 6  
 
   
 
   
 
==== Extracting only exonic SNPs ====
 
==== Extracting only exonic SNPs ====

Navigation menu