Class LABKEY.Exp.RunGroup
Extends
LABKEY.Exp.ExpObject.
An experiment run group contains an array of
LABKEY.Exp.Runs. If all runs have the same assay protocol, the run group
is considered a batch. To add runs to a batch, insert new LABKEY.Exp.Run
instances into to the 'runs' Array and save the batch.
Use LABKEY.Experiment.loadBatch and LABKEY.Experiment.saveBatch to load and save a RunGroup.
Additional Documentation:
Defined in: Experiment.js.
Constructor Attributes | Constructor Name and Description |
---|---|
LABKEY.Exp.RunGroup(config)
The RunGroup constructor is private.
|
Config Attributes | Config Name and Description |
---|---|
Determines whether the RunGroup is hidden.
|
|
Array of LABKEY.Exp.Runs in this run group.
|
Class Detail
LABKEY.Exp.RunGroup(config)
The RunGroup constructor is private. To retrieve a batch RunGroup
from the server, see LABKEY.Experiment.loadBatch.
- Parameters:
- {Object} config Optional
- Private configuration object. Inherits config properties of LABKEY.Exp.ExpObject.
Config Detail
{Boolean}
config.hidden
Determines whether the RunGroup is hidden.
{LABKEY.Exp.Run[]}
config.runs
Array of LABKEY.Exp.Runs in this run group.