Plot heatmap given a set of markers.
plot_simple_heatmap(environment, name, markers, path = NA,
membership = NA, normalized = NA, order = NA, width = 5,
height = 5, scale = "row", RowSideColors = NA, counts = F,
filter.diff.exp = F, cellnote = F, key = F, save = NA,
sort.rows = T, sort.cols = T, Colv = F, Rowv = F,
dendrogram = "none", main = NA)The environment object
The file name of the figure
The markers to be plotted
The path where the plot is saved; by default in TMPDIR
The cluster membership
The normalized data matrix
The ordering of markers
The width of the pdf figure
The height of the pdf figure
character indicating if the values should be centered and
scaled in either the row direction or the column direction, or
none. The default is "none".
(optional) character vector of length
nrow(x) containing the color names for a vertical side bar
that may be used to annotate the rows of x.
Plot count matrix or not
Whether to filter for differentially expressed genes
(optional) matrix of character strings which will be placed within each color cell, e.g. p-value symbols.
logical indicating whether a color-key should be shown.
The path where the plot is saved
Whether to sort rows
Whether to sort columns
determines if and how the column dendrogram should
be reordered. Has the options as the Rowv argument above and
additionally when x is a square matrix,
Colv="Rowv" means that columns should be treated identically
to the rows.
determines if and how the row dendrogram should be
reordered. By default, it is TRUE, which implies dendrogram is
computed and reordered based on row means. If NULL or FALSE, then no
dendrogram is computed and no reordering is done. If a
dendrogram, then it is used "as-is", ie
without any reordering. If a vector of integers, then dendrogram is
computed and reordered based on the order of the vector.
character string indicating whether to draw 'none', 'row', 'column' or 'both' dendrograms. Defaults to 'both'. However, if Rowv (or Colv) is FALSE or NULL and dendrogram is 'both', then a warning is issued and Rowv (or Colv) arguments are honoured.
main, x- and y-axis titles; defaults to none.