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
)

Arguments

runs

runs A named list of run data output from loadNULISAseq() function or a list of these outputs for multiple runs.

plate_names

A vector of plate names, default is NULL and will be inferred from `runs`.

colors

A vector of colors for different well types (IPC, NC, etc.), default is NULL to use a predefined color palette.

col_width

The column width for the HTML table.

font_size

The font size for the HTML table.

Value

A list of HTML elements with tables and plots for each plate layout.