plot_well_plate_shiny: Visualize the well plate

Description Usage Arguments Value

View source: R/shiny-functions.R

Description

Visualize the well plate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_well_plate_shiny(
  wp_df,
  selected_wells_df = NULL,
  aes_fill,
  fill_values,
  aes_color,
  color_values,
  pt_size = 13.5,
  pt_stroke = 2,
  border = 0.75
)

Arguments

wp_df

A well-plate data.frame.

selected_wells_df

A subsetted well-plate data.frame or NULL.

aes_fill

Character value. Variable of wp_df to map on the fill-aesthetic.

aes_color

Character value. Variable of wp_df to map on the color-aesthetic.

pt_size

Numeric value. Size of points that represent the wells.

pt_stroke

Numeric value. Size of border that indicates what has been mapped on the color-aesthetic.

border

Numeric value. Distance between the outer wells and the plate's margin.

Value

A ggplot.


kueckelj/celltracer documentation built on June 2, 2021, 6:37 a.m.