Giter Site home page Giter Site logo

phuwanat / fgwas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joepickrell/fgwas

0.0 2.0 0.0 7.62 MB

Functional genomics and genome-wide association studies

License: GNU General Public License v2.0

Makefile 20.19% Shell 24.31% C 0.56% M4 5.14% C++ 49.80%

fgwas's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.