evalBoxplot {rADA}R Documentation

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

Author(s)

Emma Gail

Examples

assay.obj <- importAssay(lognormAssay, exp.name = 'Experiment1')
evalBoxplot(assay.obj,var='Day') #visualize days on boxplot


[Package rADA version 1.1.9 Index]