plotPlatemap: plotPlatemap

Description Usage Arguments Value Examples

Description

Visualisation of an Incucyte platemap

Usage

1

Arguments

pm

Platemap data frame geneated by either importPlatemap or importPlatemapXML functions.

Value

ggplot object

Examples

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()

chapmandu2/IncucyteDRC documentation built on May 13, 2019, 3:28 p.m.