Description Usage Arguments Details Value Author(s) References Examples
Compute the nonparametric association information score between a set of rare variants and dichotomous outcomes, incorporating interactions with environmental factors.
1 | SPA.I.GE(x, y, E, nperm = 100)
|
x |
a matrix of numeric genotypes with each row as an individual and each column as a separate rare SNP. Each genotype should be coded as |
y |
a vector of phenotypes. The length of |
E |
a vector of environmental factors. It must be a categorical variable. |
nperm |
the number of permutations used to obtain the significance level. See details. |
This function evaluates the gene-environmental intearction effects associated with the dichotomous trait. The phenotype y
must be dichotomous. The significance is computed using both global permutation and local permutation.
I2star |
The numerical value of the information score. |
pvalue.global |
The p-value from global permutation. |
pvalue.local |
The p-value from local permutation. |
call |
The matched call. |
type |
Type of the method used. It is "env". |
Ruixue Fan rf2283@columbia.edu
Fan, R., Lo, S-H (2013). A robust model-free approach for rare variantss association studies incorporating gene-gene and gene-environmental interactions. PLOS ONE 8(12):e83057.
1 2 3 4 | data(SPA_example)
attach(SPA_example)
SPA.I.GE <- SPA.I.GE(x,y.d,E,nperm=10)
print(SPA.I.GE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.