mnplot (x, expset, group, ...)
ISAmnplot (modules, number, eset, norm = c("raw", "feature", "sample"), group, ...)ExpressionSet object (Biobase package),
or an expression matrix, with row names as feature names.ExpressionSet or ISAExpressionSet
object. If an ExpressionSet object is
supplied (and the norm argument is not set to raw),
then it is normalised by calling ISANormalize on it.
A subset of eset is selected that corresponds to
the features included in modules.
ISAModules object.plot function.mnplot plots two group-means against each other, the mean
expression of all the specified probes. The two groups are specified
as a factor with two levels. ISAmnplot calls mnplot and plots the mean expression of
genes in an ISA module, again, for two groups.
GOmnplot and
KEGGmnplot functions in the annotate
package.data(ALLModulesSmall)
library(ALL)
data(ALL)
group <- ifelse(grepl("^B", ALL$BT), "B-cell", "T-cell")
ISAmnplot(ALLModulesSmall, 2, ALL, norm="feature", group=group)
Run the code above in your browser using DataLab