Description Usage Arguments Details Value
Plot the assayData from an IncucyteExperiment object merged across replicate wells
1 2 3 4 5 6 7 | plotAssayMerged(x, assay, ..., trans = "log10", pointsize = 1/3)
## S4 method for signature 'ANY'
plotAssayMerged(x, assay, ..., trans = "log10", pointsize = 1/3)
## S4 method for signature 'IncucyteExperiment'
plotAssayMerged(x, assay, ..., trans = "log10", pointsize = 1/3)
|
x |
An IncucyteExperiment object |
assay |
The assay to be visualised |
... |
Passed to |
trans |
The transformation for the y-axis |
pointsize |
The size of points to be drawn |
Visualise all data from the requested assay merged by the column(s) passed to the line and point aesthetics
The returned object is a ggplot object and can be further modified using scales, themes and additional geoms.
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.