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

elisa_plate

Constructor function to build an elisa_plate object


Description

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

Usage

elisa_plate(
  batchID = NA_character_,
  expID = NA_character_,
  desc = NA_character_,
  data.std = data.frame(),
  mdata.std = data.frame(),
  data.unknown = data.frame(),
  mdata.unknown = data.frame(),
  normFactor = NaN,
  range.ODs = c(-1, -1)
)

Arguments

batchID

characters to specify the batch

expID

characters to specify experiment or plate ID

desc

characters for the data/experiment information

data.std

data.frame for standard curve data

mdata.std

data.frame containing the mean ODs and concentration of the calibration data

data.unknown

data.frame for data of samples with unknown concentration fitted with either four- or five-parameter logistic function.

mdata.unknown

data.frame containing the mean ODs and concentration by sample IDs.

normFactor

numeric the correction factor for batch effects.

range.ODs

numeric the min and max ODs in the plate.

Details

S3 method as a constructor to build the S4 class object of elisa_plate elisa_plate. Normally this is called to build an empty object with default values and then load data into it by calling loadData loadData or load.ODs load.ODs

Value

an elisa_plate object

See Also

Examples

elisa_plate();

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.