Class Index | File Index

Classes


Class LABKEY.Exp.Material


Extends LABKEY.Exp.ExpObject, LABKEY.Exp.RunItem.
The Exp.Material class describes an experiment material. "Material" is a synonym for both "sample" and "specimen." Thus, for example, the input to an assay could be called a material. The fields of this class are inherited from the LABKEY.Exp.ExpObject object and the private LABKEY.Exp.RunItem object.

Additional Documentation:


Defined in: Experiment.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new experiment material object.
Config Summary
Config Attributes Config Name and Description
 
The SampleSet the material belongs to.
 
The row id of the SampleSet.
 
The name of the SampleSet.
Class Detail
LABKEY.Exp.Material(config)
Constructs a new experiment material object.
Parameters:
{Object} config Optional
Configuration object. Inherits the config properties of LABKEY.Exp.ExpObject.
Config Detail
{Object} config.sampleSet
The SampleSet the material belongs to. With the following properties:

{Integer} config.sampleSet.id
The row id of the SampleSet.

{String} config.sampleSet.name
The name of the SampleSet.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Mar 14 2019 22:39:26 GMT-0000 (UTC)