powered by
This function produces a boxplot based on the variable chosen in order to visualize any analytical variability.
evalBoxplot(assay.obj, var = c("Day", "Operator"))
An ImmunoAssay object imported by importAssay
Variable to examine in the plot. Either "Day" or "Operator".
A boxplot as generated by ggplot2
ggplot2
# NOT RUN { assay.obj <- importAssay(lognormAssay, exp.name = 'Experiment1') evalBoxplot(assay.obj,var='Day') #visualize days on boxplot # }
Run the code above in your browser using DataLab