Skip to content
/ fgwas Public
forked from joepickrell/fgwas

Functional genomics and genome-wide association studies

License

Notifications You must be signed in to change notification settings

yjingj/fgwas

 
 

Repository files navigation

fgwas

fgwas is a command line tool for integrating functional genomic information into a genome-wide association study (GWAS). The basic setup is as follows: you have performed a GWAS or a meta-analysis of many GWAS, and have identified tens of loci that influence the disease or trait (our approach works best if there are at least ~20 independent loci with p-values less than 5e-8). We set out to address the following questions:

  1. Are these associations enriched in particular types of regions of the genome (coding exons, DNAse hypersensitive sites, etc.)?
  2. Can we use these enrichments (if they exist) to identify novel loci influencing the trait?

The underlying model is described in: Pickrell JK (2014) Joint analysis of functional genomic data and genome-wide association studies of 18 human traits. bioRxiv 10.1101/000752

The annotations used in this paper are available from GitHub.

##Installation##

###Dependencies### fgwas depends on:

###Quick Start### The most up-to-date release is: version 0.3.6. See "Releases" above. After downloading fgwas-0.3.3.tar.gz at the link above, run:

tar -xvf fgwas-0.3.6.tar.gz

cd fgwas-0.3.6

./configure

make

This will create an executable file called fgwas in the src directory. The most common compilation error is that the configure script cannot find Boost or GSL. You may have to tell the script explicitly where to find them. For example, on OS X using macports, installations go to the non-standard path /opt/local/lib. To configure in this case, replace the above configure step with:

./configure LDFLAGS=-L/opt/local/lib

Example data is available in the test_data/ directory. To ensure that fgwas is working, run:

./src/fgwas -i test_data/test_LDL.fgwas_in.gz -w ens_coding_exon

A user guide is available here: fgwas v0.3.x User Guide

Previous versions are available from the Google Code repository.

About

Functional genomics and genome-wide association studies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.7%
  • Shell 32.6%
  • C 0.7%