plotCompare: Visualize and compare values and distributions across...

Description Usage Arguments Examples

Description

Plot the value (bar plot, if summarized) or distribution (boxplot, if unsummarized) of the data from each well across multiple plates.

Usage

1
plotCompare(plates, trait, plateNames = NULL)

Arguments

plates

the list of plate data frames to compare

trait

the trait to compare, entered as a string

plateNames

an optional character vector with the names of the individual plates; if no names are entered, numbers will be used in the order the data frames are entered

Examples

1
2
3
4
5
6
7
8
#### COPASutils Figures
### Figure 3a
# plotCompare(list(doseData, plateData2), "TOF")

### Figure 3b
# sumDose <- summarizePlate(doseData)
# sumPlate <- summarizePlate(plateData2)
# plotCompare(list(sumDose, sumPlate), "n")

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