Usage
plotEigengeneNetworks(
multiME,
setLabels,
letterSubPlots = FALSE, Letters = NULL,
excludeGrey = TRUE, greyLabel = "grey",
plotDendrograms = TRUE, plotHeatmaps = TRUE,
setMargins = TRUE, marDendro = NULL, marHeatmap = NULL,
colorLabels = TRUE, signed = TRUE,
heatmapColors = NULL,
plotAdjacency = TRUE,
printAdjacency = FALSE, cex.adjacency = 0.9,
coloredBarplot = TRUE, barplotMeans = TRUE, barplotErrors = FALSE,
plotPreservation = "standard",
zlimPreservation = c(0, 1),
printPreservation = FALSE, cex.preservation = 0.9,
...)
Arguments
multiME
either a single data frame containing the module eigengenes, or
module eigengenes in the multi-set format (see checkSets
). The multi-set format is a vector of
lists, one per set. Each set must contain setLabels
A vector of character strings that label sets in multiME
.
letterSubPlots
logical: should subplots be lettered?
Letters
optional specification of a sequence of letters for lettering. Defaults to "ABCD"...
excludeGrey
logical: should the grey module eigengene be excluded from the plots?
greyLabel
label for the grey module. Usually either "grey" or the number 0.
plotDendrograms
logical: should eigengene dendrograms be plotted?
plotHeatmaps
logical: should eigengene network heatmaps be plotted?
setMargins
logical: should margins be set? See par
. marDendro
a vector of length 4 giving the margin setting for dendrogram plots. See
par
. If setMargins
is TRUE
and marDendro
is not given, the
function will provide reasona marHeatmap
a vector of length 4 giving the margin setting for heatmap plots. See
par
. If setMargins
is TRUE
and marDendro
is not given, the
function will provide reasona colorLabels
logical: should module eigengene names be interpreted as color names and the colors
used to label heatmap plots and barplots?
signed
logical: should eigengene networks be constructed as signed?
plotAdjacency
logical: should module eigengene heatmaps plot adjacency (ranging from 0 to 1),
or correlation (ranging from -1 to 1)?
printAdjacency
logical: should the numerical values be printed into the adjacency or
correlation heatmap?
cex.adjacency
character expansion factor for printing of numerical values into the adjacency or
correlation heatmap
coloredBarplot
logical: should the barplot of eigengene adjacency preservation distinguish
individual contributions by color? This is possible only if colorLabels
is TRUE
and module
eigengene names encode valid colors.
barplotMeans
logical: plot mean preservation in the barplot? This option effectively rescales
the preservation by the number of eigengenes in the network. If means are plotted, the barplot is not
colored.
barplotErrors
logical: should standard errors of the mean preservation be plotted?
plotPreservation
a character string specifying which type of preservation measure to plot.
Allowed values are (unique abbreviations of) "standard"
, "hyperbolic"
, "both"
.
zlimPreservation
a vector of length 2 giving the value limits for the preservation heatmaps.
printPreservation
logical: should preservation values be printed within the heatmap?
cex.preservation
character expansion factor for preservation display.