scatterPlot {synlet} | R Documentation |
Produce a single plot for readous of each plate, with the option of highlighting specific signals, like positive/negative controls.
scatterPlot(dat, controlOnly = FALSE, colour, ...)
dat |
synthetic lethal RNAi screen data |
controlOnly |
whether or not to plot control wells only |
colour |
colour for different signals |
... |
positive/negative signals, must be specified |
a ggplot object
scatterPlot(exampleDat, controlOnly = FALSE, colour = rainbow(10), "PLK1 si1", "scrambled control si1", "lipid only")