iSKAT.SSD.All: interaction Sequence/SNP-set Kernel Association Test

Description Usage Arguments Details Value Author(s)

View source: R/Main_SSD_iSKAT.R

Description

Iteratively test for interactions between a set of SNPS/genes and Environment for SNP sets in SSD file.

Usage

1
2
	iSKAT.SSD.All(SSD.INFO, ...)
 

Arguments

SSD.INFO

an SSD_INFO object returned from Open_SSD.

...

further arguments to be passed to “iSKAT”.

Details

Returns a data frame, where each row gives pvalue, rho_est, lambda, n.G.test, n.GE.test, Error for that particular SETID. Please see iSKAT for details.

Value

SetID

SetID.

pvalue

the p-value of iSKAT.

rho_est

the estimated ρ parameter.

lambda

the chosen tuning parameter.

n.G.test

the number of SNPs in the genotype matrix used in the test. It can be different from ncol(Z) when some markers are monomorphic or have higher missing rates than the missing_cutoff.

n.GE.test

the number of columns in the ZxE interaction matrix used in the test. It can be different from ncol(Z)*ncol(E) when some markers are monomorphic or have higher missing rates than the missing_cutoff. It can also be different from n.G.test*ncol(E) as the resulting ZxE variable might have no variability or might be perfectly collinear with columns of Z. Note that singletons are adjusted for in the main effects but are not tested for interactions. Likewise, columns of ZxE perfectly collinear with columns of Z are not tested for interactions.

Error

1= Error, 0=No Error.

Author(s)

Xinyi (Cindy) Lin


lin-lab/iSKAT-GESAT documentation built on Oct. 7, 2019, 1:16 a.m.