Learn R Programming

synlet (version 1.2.2)

scatterPlot: 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

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

Run the code above in your browser using DataLab