Description Usage Arguments Value Author(s) Examples
View source: R/immunogenicity_functions.R
Function to import assay information into an ImmunoAssay object for analysis.
1 | importAssay(assay.df, exp.name = NULL)
|
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'. |
An object of the class ImmunoAssay
Emma Gail
1 | assay.df <- importAssay(assay.df = lognormAssay)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.