Description Usage Arguments Value
The fonction create interaction variable from a genetic data set structured by group.
1 | BuiltEpiVar(X, Y, method, listGenesSNP, nbcomp = 2, idSubs)
|
X |
a genotype matrix where columns are genetic markers and rows are samples. |
Y |
phenotype values can be logical (1/0) or numericGLmodel. |
method |
method to consider for interactions variable construction :
|
listGenesSNP |
list containing the names of genetic marker for each group. |
nbcomp |
number of components to consider to built interaction variables for "PCA", "PLS" and "CCA" methods (2 by default). |
Returns a list including:
XInt |
a matrix where columns are interaction variables and rows are samples. |
interLength |
a vector that indicate the number of interaction variable for each gene couple. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.