wellDataFrame {cellGrowth} | R Documentation |
Load a plate layout file and a file specifying the machine runs
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
plateLayout <- system.file("extdata", "plateLayout.txt", package="cellGrowth") machineRun <- system.file("extdata", "machineRun.txt", package="cellGrowth") well <- wellDataFrame(plateLayout,machineRun) plot(well,plate=1)