plotPlateMap-methods: Visualise the Incucyte PlateMap

Description Usage Arguments Details Value

Description

Visualise the Incucyte PlateMap from an IncucyteExperiment

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
plotPlateMap(
  x,
  fill = "Group",
  gridCol = "grey70",
  gridSize = 0.25,
  naCol = "white",
  ...
)

## S4 method for signature 'ANY'
plotPlateMap(
  x,
  fill = "Group",
  gridCol = "grey70",
  gridSize = 0.25,
  naCol = "white",
  ...
)

## S4 method for signature 'IncucyteExperiment'
plotPlateMap(
  x,
  fill = "Group",
  gridCol = "grey70",
  gridSize = 0.25,
  naCol = "white",
  ...
)

Arguments

x

An IncucyteExperiment objecy

fill

PlateMap Column used to fill tiles on the plot

gridCol

Colour for gridlines

gridSize

Thickness of gridlines

naCol

Colour for empty wells, or wells in the PlateMap with no data

...

Passed to scale_fill_discrete

Details

This will produce a visualisation of the PlateMap if supplied in the IncucyteExperiment object

Value

A standard ggplot2 object


steveped/incucyteR documentation built on Sept. 7, 2020, 12:22 p.m.