Description Usage Arguments Details Value
Visualise the Incucyte PlateMap from an IncucyteExperiment
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",
...
)
|
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 |
This will produce a visualisation of the PlateMap if supplied in the IncucyteExperiment object
A standard ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.