Changes

From Genome Analysis Wiki
Jump to navigationJump to search
914 bytes added ,  10:20, 19 September 2012
no edit summary
Line 63: Line 63:  
13291 NA06997 NA06986 NA07045 2 2 107.53 53.1
 
13291 NA06997 NA06986 NA07045 2 2 107.53 53.1
   −
</pre>
+
</pre>  
The corresponding DAT file is:
+
The corresponding DAT file is:  
 
<pre>M DISEASE
 
<pre>M DISEASE
 
M QT
 
M QT
 
M AGE
 
M AGE
 +
</pre>
 +
== 4. &nbsp;Run EPACTS association pipeline ==
    +
The basic EPACTS command for single variant tests is:
 +
<pre>perl epacts.pl single -vcf [INPUT VCF FILENAME] -ped [INPUT PED FILENAME] -out [OUTPUT FILENAME PREFIX] -test b.score -pheno DISEASE -cov AGE -sepchr -anno -run 10
 +
</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 (hence the option -sepchr). &nbsp;It will annotate results by functional category (option -anno) and run the analysis on 10 parallel CPUs (option -run 10).
 +
 +
To run the Firth test as well, use:
 +
<pre>perl epacts.pl 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>
 +
For detailed description of options, use:
 +
<pre>perl epacts.pl single -man
 
</pre>
 
</pre>
 +
<br>
216

edits

Navigation menu