Plots a heatmap of the compensation matrix for cell subclasses using ComplexHeatmap.
comp_heatmap(
x,
cell_table = NULL,
text = NULL,
cutoff = 0.2,
fontsize = 8,
subset = NULL,
...
)No return value. Draws a ComplexHeatmap.
object of class 'deconv' or a matrix of compensation values.
optional grouping vector to separate the heatmap rows and columns into groups.
Logical whether to show values whose absolute value > cutoff.
By default only shown for smaller matrices.
Absolute threshold for showing values.
Numeric value for font size for cell values when
text = TRUE.
Character vector of groups to be subsetted.
optional arguments passed to ComplexHeatmap::Heatmap()