GithubHelp home page GithubHelp logo

swineologist / addo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leileicui/addo

0.0 0.0 0.0 14.68 MB

A comprehensive toolkit to detect, classify and visualise additive and non-additive Quantitative Trait Loci

License: GNU Lesser General Public License v3.0

R 100.00%

addo's Introduction

ADDO

Author: Leilei Cui and Bin Yang

A comprehensive toolkit to detect, classify and visualise additive and non-additive Quantitative Trait Loci

Motivation

Additivity and dominance are the major genetic components underlying variations in complex traits. During the past decade, genome-wide association studies (GWAS) have been used to map quantitative trait loci (QTLs) underlying complex traits. However, most GWAS focus on additive genetic effects while ignoring non-additive effects, on the assumption that most QTL act additively. Consequently, QTLs driven by dominance and other non-additive effects could be overlooked.

Results

We developed ADDO, a highly-efficient tool designed to detect, classify and visualize quantitative trait loci (QTLs) with additive and non-additive effects. ADDO implements a mixed-model transformation to control for population structure and unequal relatedness that accounts for both additive and dominant genetic covariance among individuals, and decomposes single nucleotide polymorphism (SNP) effects into additive, partial dominance, dominance and overdominance categories. A matrix multiplication approach is used to accelerate the computation: a genome scan on 20 million markers from 836 individuals takes about 8.5 hours with 10 CPUs.

Prerequisites

The following command line tools:

The following R packages:

  • data.table
  • parallel
  • bigmemory
  • mvtnorm (Only required by the Heterotic Model)
  • MASS (Only required by the Heterotic Model)
  • GenABEL (optional)
  • emma (optional)

(Note emma and gcta are used to calcuate the kinship matrix so only one is required)

Running the examples

The following example dataset are available in the data directory:

  • TEST.bed : The genotypes information
  • TEST.bim : The loci information
  • TEST.fam : The individuals information
  • TEST.phe : The phenotypes data
  • TEST.covs : The covariates data

Dominant effect detection:

R CMD BATCH demo/TEST_AddDom_Model.r

Over-dominant effect detection:

R CMD BATCH demo/TEST_Heterotic_Model.r

Pipeline

image

Contact

[email protected]

addo's People

Contributors

leileicui avatar pontikos avatar

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.