Skip to content

tonymugen/GWAlikeMeth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 

DOI

This is an R package to perform genome-wide association studies on replicated data. It implements the EMMAX method, including cases where each genotype has more than one observation. In addition, if there are several traits it pays to analyze them together. While the GWA itself is done separately for each trait, some components of the mixed model and the SNP regression are common among traits and thus some time savings can be achieved by considering traits from the same data set together.

The SNP regression portion is multi-threaded. This is implemented so as not to interfere with multi-threading of linear algebra libraries used in R. More details can be found in the documentation.

To install, make sure you have the devtools package on your system, and then run install_github("tonymugen/GWAlikeMeth"). It should work under any Unix-like system, but has not been tested under Windows.

About

Some mixed model likelihood methods for GWA

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages