Class LABKEY.Exp.SampleSet
Extends
LABKEY.Exp.ExpObject.
The SampleSet class describes a collection of experimental samples, which are
also known as materials (see LABKEY.Exp.Material). This class defines the set of fields that
you you wish to attach to all samples in the group. These fields supply characteristics of the sample
(e.g., its volume, number of cells, color, etc.).
Additional Documentation:
Defined in: Experiment.js.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Exp.SampleSet(config)
|
Config Attributes | Config Name and Description |
---|---|
Description of the SampleSet
|
|
Array of LABKEY.Exp.Material config objects.
|
Class Detail
LABKEY.Exp.SampleSet(config)
- Parameters:
- {Object} config Optional
- Describes the SampleSet's properties. Inherits the config properties of LABKEY.Exp.ExpObject.
Config Detail
{String}
config.description
Description of the SampleSet
{Object[]}
config.samples
Array of LABKEY.Exp.Material config objects.