Changes

From Genome Analysis Wiki
Jump to navigationJump to search
3 bytes added ,  17:24, 26 September 2012
no edit summary
Line 90: Line 90:     
The basic EPACTS command for single variant tests is:  
 
The basic EPACTS command for single variant tests is:  
<pre>epacts2/epacts single -vcf [INPUT VCF FILENAME] -ped [INPUT PED FILENAME] -out [OUTPUT FILENAME PREFIX] -test b.score -pheno DISEASE -cov AGE -sepchr -anno -min-mac 1 -run 10
+
<pre>epacts2/epacts single -vcf [INPUT VCF FILENAME] -ped [INPUT PED FILENAME] -out [OUTPUT FILENAME PREFIX] \
 +
-test b.score -pheno DISEASE -cov AGE -sepchr -anno -min-mac 1 -run 10
 
</pre>  
 
</pre>  
 
This command will run single variant analysis using the score test logistic regression on the DISEASE phenotype adjusting for AGE. &nbsp;The VCF files are separated by chromosomes (option -sepchr). &nbsp;All variants with at least one minor allele count will be analyzed (option -min-mac 1). &nbsp;It will annotate results by functional category (option -anno) and run the analysis on 10 parallel CPUs (option -run 10).  
 
This command will run single variant analysis using the score test logistic regression on the DISEASE phenotype adjusting for AGE. &nbsp;The VCF files are separated by chromosomes (option -sepchr). &nbsp;All variants with at least one minor allele count will be analyzed (option -min-mac 1). &nbsp;It will annotate results by functional category (option -anno) and run the analysis on 10 parallel CPUs (option -run 10).  
Line 97: Line 98:  
<pre>epacts2/epacts single -vcf [INPUT VCF FILENAME] -ped [INPUT PED FILENAME] -out [OUTPUT FILENAME PREFIX] -test b.firth -pheno DISEASE -cov AGE -sepchr -anno -run 10
 
<pre>epacts2/epacts single -vcf [INPUT VCF FILENAME] -ped [INPUT PED FILENAME] -out [OUTPUT FILENAME PREFIX] -test b.firth -pheno DISEASE -cov AGE -sepchr -anno -run 10
 
</pre>  
 
</pre>  
Note that the Firth bias-corrected test is more computationally intensive than the score test.
+
Note that the Firth bias-corrected test is more computationally intensive than the score test.  
    
For detailed description of options, use:  
 
For detailed description of options, use:  
216

edits

Navigation menu