Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

elisa_run

Constructor function to build an elisa_run object


Description

S3 method as a constructor to build the S4 class object of elisa_run elisa_run-class

Usage

elisa_run(
  batchID = NA_character_,
  desc = NA_character_,
  plates = list(),
  num.plates = 1,
  date = NA_character_,
  range.ODs = c(-1, -1)
)

Arguments

batchID

characters to specify the batch

desc

characters for data/experiment information

plates

list of elisa_plates in this run. could be one or many

num.plates

numeric the number of plates in this run.

date

charaters the date to run ELISA measurements

range.ODs

numeric the range of ODs for the measurements

Details

S3 method as a constructor to build the S4 class object of elisa_run elisa_run-class. Normally this is called to build a empty object with default values and then load the elisa_run data into. #

Value

an elisa_run object

See Also

Examples

elisa_run();

ELISAtools

ELISA Data Analysis with Batch Correction

v0.1.5
MIT + file LICENSE
Authors
Feng Feng [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.