Description Usage Arguments Details Value Author(s) Examples
View source: R/fRGInteraction.R
Test interaction between two gene (or genomic regions) with chi-squared test.
1 | fRGInteraction(phenoData, x_A, x_B)
|
phenoData |
Vector of phenotype data which can be quantitative trait or binary trait. |
x_A |
Expansion data matrix of Genotype of gene A. |
x_B |
Expansion data matrix of Genotype of gene B. |
This function takes phenotype vector and expansed genotype matrices as input. It is the most important part of this software package. It is called by functions "innerEpi" and "innerEpi" of this package. The interaction between gene A and gene B is tested with chi-squared test.
It returns the p value of chi-squared test for epistasis detection between gene A and gene B.
Futao Zhang
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.