Description Usage Arguments Value Examples
Visualisation of an Incucyte platemap
1 | plotPlatemap(pm)
|
pm |
Platemap data frame geneated by either importPlatemap or importPlatemapXML functions. |
ggplot object
1 2 3 4 5 6 7 | pm_file <- system.file(file='extdata/example.PlateMap', package='IncucyteDRC')
test_pm <- importPlatemapXML(pm_file)
plotPlatemap(test_pm)
library(magrittr)
pm_file2 <- system.file(file='extdata/example2.PlateMap', package='IncucyteDRC')
importPlatemapXML(pm_file2) %>% plotPlatemap()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.