There are three possible ways of using GlobalAncova
.
Also GlobalAncova.closed
can be invoked with these three alternatives.
"GlobalAncova.closed"(xx, test.genes, formula.full, formula.red, model.dat, previous.test, level, method = c("permutation","approx"), perm = 10000, max.group.size = 2500, eps = 1e-16, acc = 50)
"GlobalAncova.closed"(xx, test.genes, formula.full, model.dat, test.terms, previous.test, level, method = c("permutation","approx"), perm = 10000, max.group.size = 2500, eps = 1e-16, acc = 50)
"GlobalAncova.closed"(xx, test.genes, group, covars = NULL, previous.test, level, method = c("permutation","approx"), perm = 10000, max.group.size = 2500, eps = 1e-16, acc = 50)
xx
.GlobalAncova
with specified option
test.genes
according to the pathways of interest (optional)."permutation"
) or by means of an approximation ("approx"
).GlobalAncova
).xx
and the list of gene groups
test.genes
, model formulas for the full
and reduced model and a data frame model.dat
specifying corresponding model
terms have to be given. Terms that are included in the full but not in the reduced
model are those whose association with differential expression will be tested.
The arguments group
, covars
and test.terms
are '"missing"'
since they are not needed for this method.xx
and the list of gene groups
test.genes
, a model formula for the full
model and a data frame model.dat
specifying corresponding model
terms are required. The character argument test.terms
names the terms of interest
whose association with differential expression will be tested.
The arguments formula.red
, group
and covars
are '"missing"'
since they are not needed for this method.xx
and the list of gene groups
test.genes
a clinical variable group
is
required. Covariate adjustment is possible via the argument covars
but
more complex models have to be specified with the methods described above.
This method emulates the function call in the first version of the package.
The arguments formula.full
, formula.red
, model.dat
and
test.terms
are '"missing"' since they are not needed for this method.GlobalAncova
, Plot.genes
, Plot.subjects