elisa_run-class {ELISAtools}R Documentation

S4 class definition of an elisa_run object

Description

elisa_run-class defines the S4 class of elisa_run

Arguments

batchID

characters to specify the batch

desc

characters for the data/experiment information

plates

list of elisa_plates

num.plates

numeric the number of plates in this run

date

characters for the date of running the ELISA measurements

Details

defining the S4 class of the elisa_run object. This is list to hold the data for each elisa run. It contains one or many elisa plate objects.

Slots

batchID

character

plates

list

desc

character

num.plates

numeric

date

character

range.ODs

numeric

See Also

nls.lm

Examples

elisa_run();

[Package ELISAtools version 0.1.5 Index]