Description Usage Arguments Details Value Author(s) Examples
Load a plate layout file and a file specifying the machine runs
1 | wellDataFrame(plateLayoutFile, machineRunFile)
|
plateLayoutFile |
a file containing the plate
layout. The file must contain a column named |
machineRunFile |
a file containing the machine runs
The file must contain columns named |
See the provided example files for the layout and machine run file formats.
an object of class well and data.frame
Andreas Neudecker
1 2 3 4 | plateLayout <- system.file("extdata", "plateLayout.txt", package="cellGrowth")
machineRun <- system.file("extdata", "machineRun.txt", package="cellGrowth")
well <- wellDataFrame(plateLayout,machineRun)
plot(well,plate=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.