importAssay: Import assay as ImmunoAssay object

Description Usage Arguments Value Author(s) Examples

View source: R/immunogenicity_functions.R

Description

Function to import assay information into an ImmunoAssay object for analysis.

Usage

1
importAssay(assay.df, exp.name = NULL)

Arguments

assay.df

Pathname to (.csv or .xlsx files accepted) or imported data.frame consisting of the following columns: 'ID','Lot', and columns identifying the Day, Operator and Replicate like so: 'D1_Op2_3' to indicate Day 1, operator 2, replicate 3.

exp.name

Experiment name. If stays NULL, will automatically name experiment as 'experiment1'.

Value

An object of the class ImmunoAssay

Author(s)

Emma Gail

Examples

1
assay.df <- importAssay(assay.df = lognormAssay)

rADA documentation built on March 24, 2021, 1:09 a.m.