StoreSamples
StoreSamples[sample,condition]⟹updatedSamples
directs the ECL to store sample under the provided condition.
StoreSamples[sample]⟹updatedSamples
directs the ECL to store sample based on the DefaultStorageCondition in sample's model.
Details
- Storing a sample that are currently in use in an experiment will result in it being stored under the new condition at the end of the experiment.
- Storing a sample already in storage will trigger a maintenance to move the sample to the appropriate conditions as soon as possible.
- Storing a sample with Date specified will create a dedicated maintenance protocol to move the specified items to the target condition at the given time.
- Container's storage condition follows its contents' storage condition.
- Consult the following table for the default settings specified by each storage type:
- Specifying options in conjunction with a storage type will override these default settings.
Storage Type | Temperature | ShakingRate | ShakingRadius | CarbonDioxide | Humidity | UVLightIntensity | VisibleLightIntensity |
AmbientStorage | 25 Celsius | Null | Null | Null | Null | Null | Null |
Refrigerator | 4 Celsius | Null | Null | Null | Null | Null | Null |
Freezer | -20 Celsius | Null | Null | Null | Null | Null | Null |
DeepFreezer | -80 Celsius | Null | Null | Null | Null | Null | Null |
CryogenicStorage | -165 Celsius | Null | Null | Null | Null | Null | Null |
BacteriaIncubation | 37 Celsius | Sample Dependent | Sample Dependent | Null | Null | Null | Null |
YeastIncubation | 30 Celsius | Sample Dependent | Sample Dependent | Null | Null | Null | Null |
MammalianIncubation | 37 Celsius | Null | Null | 5% | 95% | Null | Null |
AcceleratedTesting | 37 Celsius | Null | Null | Null | 70% | Null | Null |
IntermediateTesting | 30 Celsius | Null | Null | Null | 65% | Null | Null |
LongTermTesting | 25 Celsius | Null | Null | Null | 60% | Null | Null |
UVLightIntensity | 25 Celsius | Null | Null | Null | 60% | 36W/m^2 | 29klm/m^2 |
Input

Output

General Options

Examples
Basic Examples (5)
Mark a sample to be stored at 4 Celsius; the sample and its container will be refrigerated once they are not in use by any experiment:


Mark a plate to be stored at -20 Celsius; the plate will be freezed once the samples and the plate are not in use by any experiment:


Mark a samples to be stored at -80 Celsius:


Mark multiple samples to be stored at different temperature:


If storage condition is not specified, sample will be stored based on its model's DefaultStorageCondition:

