GlobalAncova
. There are three possible ways of using GlobalAncova
.
Also Plot.subjects
can be invoked with these three alternatives.
"Plot.subjects"(xx, formula.full, formula.red, model.dat, group,covars = NULL, test.terms,test.genes, Colorgroup = NULL, sort = FALSE, legendpos = "topright", returnValues = FALSE, bar.names, ...)
"Plot.subjects"(xx, formula.full,formula.red, model.dat, group,covars = NULL, test.terms,test.genes, Colorgroup = NULL, sort = FALSE, legendpos = "topright", returnValues = FALSE, bar.names, ...)
"Plot.subjects"(xx, formula.full, formula.red, model.dat, group,covars = NULL, test.terms,test.genes, Colorgroup = NULL, sort = FALSE, legendpos = "topright", returnValues = FALSE, bar.names, ...)
xx
.xx
.group
then this variable is assumed to
be relevant for coloring.colorgroup
?xx
are taken.xx
, 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
, 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
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.sequential
data(vantVeer)
data(phenodata)
data(pathways)
Plot.subjects(xx = vantVeer, formula.full = ~metastases + ERstatus, formula.red = ~ERstatus, model.dat = phenodata, test.genes = pathways[[3]], colorgroup = "metastases")
Plot.subjects(xx = vantVeer, formula.full = ~metastases + ERstatus, test.terms = "metastases", model.dat = phenodata, test.genes = pathways[[3]], colorgroup = "metastases")
Plot.subjects(xx = vantVeer, group = phenodata$metastases, covars = phenodata$ERstatus, test.genes = pathways[[3]])
Run the code above in your browser using DataLab