plateHeatmap {synlet}R Documentation

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

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

[Package synlet version 1.24.0 Index]