GEI.SSD.OneSet_SetIndex: Gene-environment interaction tests for a single region/gene...

Description Usage Arguments Details Value

View source: R/Main_SSD.R

Description

Test the interaction between an environmental exposure and one region/gene on a quantitative outcome using SSD format files.

Usage

1
2
GEI.SSD.OneSet_SetIndex(SSD.INFO, SetIndex, result.prelim, Gsub.id=NULL,
MinP.adjust=NULL, ...)

Arguments

SSD.INFO

SSD format information file, output of function “Open_SSD". The sets are defined by this file.

SetIndex

Set index. From 1 to the total number of sets.

result.prelim

Output of function "GEI.prelim()".

Gsub.id

The subject id corresponding to the genotype matrix, an m dimensional vector. This is in order to match the phenotype and genotype matrix. The default is NULL, where the order is assumed to be matched with Y, X, E and time.

MinP.adjust

If the users would like to compare with the MinP test, this parameter specify the adjustment thereshold as in Gao, et al. (2008) "A multiple testing correction method for genetic association studies using correlated single nucleotide polymorphisms". Values from 0 to 1 are permitted. The default is NULL, i.e., no comparison. The value suggested by Gao, et al. (2008) is 0.95.

...

Other options of the generalized score type test. Defined same as in function "GEI.test()".

Details

Please see SKAT vignettes for using SSD files.

Value

p.value

P-value of the set based generalized score type test.

p.single

P-values of the incorporated single SNP analyses

p.MinP

P-value of the MinP test.

n.marker

number of tested SNPs in the SNP set.

E.df

number of tested SNPs in the SNP set.

G.df

number of tested SNPs in the SNP set.


LGEWIS documentation built on May 2, 2019, 3:48 p.m.