Description Usage Arguments Value Note Author(s) See Also Examples
View source: R/gGlobalAncova.R
Computation of a permutation test for the association between sets of variables (e.g. genes, SNPs, ...) and clinical entities. The variables can be continuous, binary, categorical, ordinal, or of mixed types. The test is carried out by comparing the deviances of the full generalized linear model and the reduced model lacking the design parameters of interest. The variable-wise models are summarized to a global test statistic for the complete set.
1 | gGlobalAncova(data, formula.full, formula.red=~1, model.dat, Sets, sumstat=sum, perm=10000)
|
data |
|
formula.full |
model formula for the full model |
formula.red |
model formula for the reduced model (that does not contain the terms of interest) |
model.dat |
|
Sets |
vector of names or indices of variables or list of those, defining sets of variables |
sumstat |
function for summarizing univariate test statistics; default is |
perm |
number of permutations |
A data.frame with test statistic and p-value for each tested set.
The test is fast for categorical data and categorical design variable. For other types of variables and more complex designs it is rather slow.
This work was supported by BMBF grant 01ZX1309B, Germany.
Reinhard Meister meister@beuth-hochschule.de
Manuela Hummel m.hummel@dkfz.de
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.