Function to import assay information into an ImmunoAssay object for analysis.
Usage
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'.