plateHeatmap {synlet} | R Documentation |
Put all individual plates in one graph, values are the readout in experiments.
plateHeatmap(dat, baseSize = 12)
dat |
synthetic lethal RNAi screen data |
baseSize |
basic font size used for x/y axis and title for heatmaps |
a ggplot object
tem.1 <- plateHeatmap(exampleDat) ggsave("platesHeatmap.pdf", plot = tem.1, width = 500, height = 500, limitsize = FALSE)