plateHeatmap: Heatmap of all plates

Description Usage Arguments Value Examples

View source: R/plateHeatmap.R

Description

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

Usage

1
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

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

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