scatterPlot {synlet}R Documentation

Scatter plot of RNAi screen results

Description

Produce a single plot for readous of each plate, with the option of highlighting specific signals, like positive/negative controls.

Usage

scatterPlot(dat, controlOnly = FALSE, colour, ...)

Arguments

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

Value

a ggplot object

Examples

scatterPlot(exampleDat, controlOnly = FALSE, colour = rainbow(10),
  "PLK1 si1", "scrambled control si1", "lipid only")

[Package synlet version 1.24.0 Index]