Usage
plotPlate(file, labels = NULL, fileParser = readYeastGrower, getWellIds = getWellIdsTecan, calibration = identity, extractRowColumn = getRowColumn, cex = 0.05, scaleX = 1, scaleY = log2, strip.lines = 1.05, strip.cex = 0.8, xlab = "time", ylab = "log2(OD)", main = basename(file), scales = list(x = list(rot = 45)), ...)
Arguments
labels
vector of characters indicating the
label of the wells
fileParser
the file parser which reads the file
generated by the machine
getWellIds
function or vector. If getWellIds is a
function its parameter is the parsed data of the file
parsed by fileParser. It should return a vector
containing the well identifiers, e.g. A01, A02, .. You
can as well set the well identifiers as a vector
directly
calibration
calibration function applied to the
raw data (before scaleY is applied)
extractRowColumn
function which converts well
identifiers into row and column names
scaleX
factor which scales the x-axis
scaleY
function how to convert the y-axis ( e.g.
log2 )
strip.lines
height in lines of the labels
strip.cex
text-size of the labels
...
optional plot parameter. See details