Skip to content

p-value Assisted Subset Testing for Association in Genetics Studies

Notifications You must be signed in to change notification settings

umich-cphds/subgxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published

Languages