plotHeatmap.RdPlot the heatmap of cells ordering by a specified order. This is a wrapper for heatmap.2
plotHeatmap(
datIn,
group,
groups = NULL,
grouplab = "Grouping",
useScaled = FALSE,
capValue = Inf,
colormap = grey.colors(1000),
pch = 19,
xlim = NULL,
ylim = NULL,
Rowv = FALSE,
Colv = FALSE,
dendrogram = "none",
trace = "none",
margins = c(6, 10),
rowsep = NULL,
sepwidth = c(0.4, 0.4),
key = FALSE,
...
)a fishScaleAndMap output list
a character vector (or factor) indicating how to order the heatmap (e.g., cluster call) or a metadata/mappingResults column name
a character vector of groups to show (default is levels of group)
label for the grouping in the heatmap (default is 'Grouping' or the value for group)
plot the scaled (TRUE) or unscaled (FALSE; default) values
values above capValue will be capped at capValue (default is none)
set of values to use for the colormap for the data (default heat_colors)
other parameters for heatmap.2 (some default values are different)
Only returns if there is an error