plotDR: Plot a dose response curve by strain across a plate

Description Usage Arguments Examples

Description

Return a ggplot2 object of a dose response curve by strain across a plate

Usage

1
plotDR(plate_summary, dosages, trait = "n")

Arguments

plate_summary

the summarized plate data frame to be plotted

dosages

a vector of dosages in the plate, entered by row

trait

the trait to be plotted on the y axis

Examples

1
2
3
4
5
6
#### COPASutils figure
### Figure 5
# strains <- rep(c("A", "B", "C", "D"), each=6, times=4)
# sumDose <- summarizePlate(doseData, strains=strains)
# dose <- rep(c(1, 5, 10, 15, 20, NA), times=16)
# plotDR(sumDose, "n", dosages=dose)

AndersenLab/COPASutils documentation built on May 5, 2019, 4:57 a.m.