Make a heatmap of sparse biclustering results
results_heatmap(
x,
reorder = FALSE,
transform_colors = FALSE,
c = 1/6,
cell_alpha = 1/5,
col_clusts = NULL,
row_clusts = NULL,
...
)
A biclustermd
object.
A logical. If TRUE, heatmap will be sorted according to the cell-average matrix, A
.
If equals TRUE
then the data is scaled by
c
and run through a standard normal cdf before plotting. If FALSE
(default), raw data
values are used in the heat map.
Value to scale the data by before running it through a standard normal CDF. Default is 1/6.
A scalar defining the transparency of shading over a cell and by default this equals 1/5. The color corresponds to the cell mean.
A vector of column cluster indices to display. If NULL (default), all are displayed.
A vector of row cluster indices to display. If NULL (default), all are displayed.
Arguments to be passed to geom_vline()
and geom_hline()
.
An object of class ggplot.