Description Usage Arguments Details Value
Test the interaction between an environmental exposure and multiple region/genes on a quantitative outcome using SSD format files.
1 | GEI.SSD.All(SSD.INFO, result.prelim, Gsub.id=NULL, MinP.adjust=NULL, ...)
|
SSD.INFO |
SSD format information file, output of function “Open_SSD". The sets are defined by this file. |
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()". |
Please see SKAT vignettes for using SSD files.
results |
Results of the set based analysis. First column contains the set ID; Second column (second and third columns when the MinP test is compared) contains the p-values; Last column contains the number of tested SNPs. |
results.single |
Results of the single variant analysis for all variants in the sets. First column contains the regions' names; Second column is the variants' names; Third column contains the minor allele frequencies; Last column contains the p.values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.