There are three possible ways of using GlobalAncova
, use methods ? GlobalAncova
for getting more information.
Also GlobalAncova.closed
can be invoked with these three alternatives.
In
this method, besides the expression matrix 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.
In
this method, besides the expression matrix 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.
Besides
the expression matrix 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.