Makes heatmap for a specified target or total counts.
plateHeatmap(
target_data,
well_order = NULL,
print_counts = TRUE,
cex = 0.6,
cex.axis = 0.8,
digits = 0,
title = NULL,
relative = F
)A numeric vector that represents the counts that will be shown on the heatmap.
Optional. A numeric vector used to order the wells from A01-A12, B01-B12, ..., H01-H12. If not provided, then it is assumed that the target_data is already in this order.
A TRUE / FALSE that specifies whether or not counts will be printed in each cell of the heatmap. Default is TRUE.
Character expansion factor that controls size of the printed counts. Default is 0.7.
Character expansion factor that controls size of the axis labels. Default is 0.8.
number of digits after the decimal point to print. Default is 0.
Optional. Plot title.
Draws a heatmap.