Learn R Programming

rADA (version 1.1.9)

importAssay: 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

Examples

Run this code
# NOT RUN {
assay.df <- importAssay(assay.df = lognormAssay)
# }

Run the code above in your browser using DataLab