Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

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

README.md

Introduction

Classical methods for combining summary data from genome-wide association studies (GWAS) only use marginal genetic effects and power can be compromised in the presence of heterogeneity.

subgxe is an R package that implements p-value Assisted Subset Testing for Association, a method that generalizes the previously proposed association analysis based on subsets (ASSET) method by incorporating gene-environment (G-E) interactions into the testing procedure.

Installation

To install subgxe from CRAN,

install.packages("subgxe")

Alternatively, you can install the package from Github using devtools

library(devtools)
install_github("umich-cphds/subgxe", build_opt = c())

Example

load up R and type

library(subgxe)
vignette("subgxe")

for a tutorial.

About

p-value Assisted Subset Testing for Association in Genetics Studies

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.