This function generates plots and HTML tables for plate layouts, highlighting various well types (IPC, NC, SC, Bridge).
plot_plateLayout(
runs,
output_dir = NULL,
plate_names = NULL,
colors = NULL,
col_width = "1.75cm",
font_size = 8
)runs A named list of run data output from loadNULISAseq() function
or a list of these outputs for multiple runs.
A vector of plate names, default is NULL and will be inferred from `runs`.
A vector of colors for different well types (IPC, NC, etc.), default is NULL to use a predefined color palette.
The column width for the HTML table.
The font size for the HTML table.
A list of HTML elements with tables and plots for each plate layout.