Learn R Programming

synlet (version 1.2.2)

plateHeatmap: Heatmap of all plates

Description

Put all individual plates in one graph, values are the readout in experiments.

Usage

plateHeatmap(dat, baseSize = 12)

Arguments

dat
synthetic lethal RNAi screen data
baseSize
basic font size used for x/y axis and title for heatmaps

Value

  • a ggplot object

Examples

Run this code
tem.1 <- plateHeatmap(exampleDat)
ggsave("platesHeatmap.pdf", plot = tem.1, width = 500, height = 500, limitsize = FALSE)

Run the code above in your browser using DataLab