factors
, typically for a designed experiment
as analyzed by aov
().
plot_design( go_id, result, eSet, subset=NULL, factors=colnames(pData(eSet)), main="", main.Lsplit=NULL, ...)
GO_analyse()
or a subset of it obtained from
subset_scores()
.
ExpressionSet
of the Biobase
package including a
gene-by-sample expression matrix in the AssayData
slot, and a
phenotypic information data-frame in the phenodata
slot. In the
expression matrix, row names are Ensembl gene identifiers or probeset
identifiers, and column names are sample identifiers. In the phentypic
data-frame, row names are sample idenfifiers, column names are grouping
factors and phenotypic traits usable for the one-way ANOVA.
eSet
. Names must be column names existing
in colnames(pData(eSet)). Values must be vectors of values existing in
the corresponding column of pData(eSet).
phenodata
. Each of these values will be
represented on the X-axis to investigate its effect on the average
expression of a given genes for each level of that factor.
plot.design
()
function.
plot.design
() function.
plot.design
.
# load the sample output data
data(AlvMac_results)
# Univariate plot
plot_design(go_id="GO:0034142", eSet=AlvMac, result=AlvMac_results)
Run the code above in your browser using DataLab