Learn R Programming

rADA (version 1.1.9)

evalBoxplot: Evaluate the Assays with Boxplots

Description

This function produces a boxplot based on the variable chosen in order to visualize any analytical variability.

Usage

evalBoxplot(assay.obj, var = c("Day", "Operator"))

Arguments

assay.obj

An ImmunoAssay object imported by importAssay

var

Variable to examine in the plot. Either "Day" or "Operator".

Value

A boxplot as generated by ggplot2

Examples

Run this code
# 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