Usage
visDmatHeatmap(sMap, data, sBase, base.color = "rainbow",
base.separated.arg = NULL, base.legend.location = c("none",
"bottomleft",
"bottomright", "bottom", "left", "topleft", "top", "topright", "right",
"center"), reorderRow = c("none", "hclust", "svd"), keep.data = F, ...)
Arguments
sMap
an object of class "sMap" or a codebook matrix
data
a data frame or matrix of input data
sBase
an object of class "sBase"
base.color
short name for the colormap used to encode bases (in
row side bar). It can be one of "jet" (jet colormap), "bwr"
(blue-white-red colormap), "gbr" (green-black-red colormap), "wyr"
(white-yellow-red colormap), "br" (black-red colormap), "yr"
(yellow-red colormap), "wb" (white-black colormap), and "rainbow"
(rainbow colormap, that is, red-yellow-green-cyan-blue-magenta).
Alternatively, any hyphen-separated HTML color names, e.g.
"blue-black-yellow", "royalblue-white-sandybrown",
"darkgreen-white-darkviolet". A list of standard color names can be
found in http://html-color-codes.info/color-names base.separated.arg
a list of main parameters used for styling
bar separated lines. See 'Note' below for details on the parameters
base.legend.location
location of legend to describe bases. If
"none", this legend will not be displayed
reorderRow
the way to reorder the rows within a base. It can be
"none" for rows within a base being reorded by the hexagon indexes,
"hclust" for rows within a base being reorded according to hierarchical
clustering of patterns seen, "svd" for rows within a base being reorded
according to svd of patterns seen
keep.data
logical to indicate whether or not to also write out
the input data. By default, it sets to false for not keeping it. It is
highly expensive to keep the large data sets