Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Config Summary
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.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Jun 11 2020 17:30:56 GMT-0000 (UTC)