scatterPlot: Scatter plot of RNAi screen results

Description Usage Arguments Value Examples

View source: R/scatterPlot.R

Description

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

Usage

1
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

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

synlet documentation built on Nov. 8, 2020, 6:48 p.m.