cellHTS object with data from an assay where every set of four consecutive 96-well plates was combined into a 384-well plate, this function plots the raw intensities of a chosen 384-well assay plate distributed according to the 96-well plate format.
plotPlateLibrary(x, whichPlate = 1, whichChannel = 1, plotSd = TRUE, plotPlateArgs)libPlate with the 96-well plate identifiers (see getLibraryPlate).whichPlate = 1).whichChannel = 1)plotSd = TRUE.x contains data from a screening experiment where every set of four consecutive 96-well plates was combined into a 384-well plate. The plate identifiers for the 96-well plates are given in the slot libPlate, obtained by getLibraryPlate.Given the channel specified by whichChannel and the 384-well plate number whichPlate, the function plots the raw intensities for each replicate in both the 96-well and the 384-well plate format. If plotSd = TRUE, the standard deviation across replicates is also plotted.
The following elements are recognized for plotPlateArgs and
passed on to plotPlate:
sdcol, the color scheme for the standard deviation plate plot,
sdrange, the sd range to which the colors are mapped,
xcol, the color scheme for the intensity plate plot,
xrange, the intensity range to which the colors are mapped.
If an element is not specified, default values are used.
plotPlate,
getLibraryPlate
data(KcViabSmall)
x <- getLibraryPlate(KcViabSmall)
plotPlateLibrary(x, whichPlate=2, plotSd=TRUE)
Run the code above in your browser using DataLab