elisa_batch-class {ELISAtools}R Documentation

S4 class definition of an elisa_batch object

Description

elisa_batch-class define the S4 class of an elisa_batch object

Arguments

batchID

characters to specify the batch

runs

list of elisa_run objects

num.runs

numeric the number of elisa_runs in this batch

pars

numeric the actually parameters for the fitting. for example for the 5pl they are c(a, d,xmid, scal, g).

model.fit

list intend to contain information for the fitting of nls.lm. But not using it now.

model.name

characters of either the 5pl (5-parameter) or 4pl (4-parameter) logistic function

range.ODs

numeric the min and max ODs

normFactor

numeric the batch normalization factor ("S").

Details

defining the S4 class of the elisa_batch. This holds the data for elisa batch. It contains one or many elisa_run objects.

Slots

batchID

character

desc

character

runs

list

num.runs

numeric

pars

numeric

model.fit

list

model.name

character

range.ODs

numeic

normFactor

numeric

See Also

nls.lm elisa_plate-class elisa_run-class elisa_batch-class

Examples

elisa_batch();

[Package ELISAtools version 0.1.5 Index]