importAssay {rADA}R Documentation

Import assay as ImmunoAssay object

Description

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'.

Value

An object of the class ImmunoAssay

Author(s)

Emma Gail

Examples


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

[Package rADA version 1.1.9 Index]