Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
The RunGroup constructor is private.
Config Summary
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.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Mar 16 2017 20:36:35 GMT-0000 (UTC)