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.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Exp.Material(config)
Constructs a new experiment material object.
|
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.