ExperimentThawCells
ExperimentThawCells[Samples]⟹Protocol
creates a Protocol to thaw the given Samples.
Instrumentation
Experiment Options
General
Container
Default Calculation: Automatically resolves to an Object[Container] if an Object[Sample] is specified. Otherwise, automatically resolves to the Model[Container] that the default product for the Model[Sample] comes in.
Programmatic Pattern: ((ObjectP[Object[Container]] | _String) | ObjectP[Model[Container]]) | Automatic
Preparation
Indicates if this unit operation is carried out primarily robotically or manually. Manual unit operations are executed by a laboratory operator and robotic unit operations are executed by a liquid handling work cell.
WorkCell
The automated workstation with a collection of integrated instruments on which this unit operation will be will be performed if Preparation -> Robotic.
Thawing
Instrument
Default Calculation: Automatically set to Model[Instrument, CellThaw, "ThawSTAR"], if the samples are in a cryogenic vial. Otherwise, set to Model[Instrument, HeatBlock, "Cole-Parmer StableTemp Digital Utility Water Baths, 10 liters"].
Pattern Description: An object of type or subtype Model[Instrument, CellThaw], Object[Instrument, CellThaw], Model[Instrument, HeatBlock], Object[Instrument, HeatBlock], Model[Instrument, Shaker], or Object[Instrument, Shaker] or Null.
Programmatic Pattern: (ObjectP[{Model[Instrument, CellThaw], Object[Instrument, CellThaw], Model[Instrument, HeatBlock], Object[Instrument, HeatBlock], Model[Instrument, Shaker], Object[Instrument, Shaker]}] | Automatic) | Null
Time
The minimum duration of time that the frozen samples are placed in the instrument until the sample is fully thawed.
Default Calculation: Automatically set to 30 Second if using a heat block, otherwise, set to Null (the ThawSTAR automatically measures the phase change of the sample and stops when the sample is fully thawed).
MaxTime
The maximum duration of time that the frozen samples are placed in the instrument until the sample is fully thawed.
Default Calculation: Automatically set to 1 Minute if using a heat block, otherwise, set to Null (the ThawSTAR automatically measures the phase change of the sample and stops when the sample is fully thawed).
Temperature
The temperature that the frozen cells are thawed at. This option can only be set when using a heat block (when using the automatic cell thawing instrument, the temperature is automatically adjusted based on phase change of the sample).
Default Calculation: Automatically set to 37 Celsius, if using a heat block. Otherwise, set to Null.
Protocol
Method
Protocol Options
Organizational Information
Template
A template protocol whose methodology should be reproduced in running this experiment. Option values will be inherited from the template protocol, but can be individually overridden by directly specifying values for those options to this Experiment function.
Pattern Description: An object of type or subtype Object[Protocol] or an object of type or subtype of Object[Protocol] with UnresolvedOptions, ResolvedOptions specified or Null.
Programmatic Pattern: (ObjectP[Object[Protocol]] | FieldReferenceP[Object[Protocol], {UnresolvedOptions, ResolvedOptions}]) | Null
Name
Warnings and Errors
Messages (6)
ObjectDoesNotExist (6)
Do NOT throw a message if we have a simulated container but a simulation is specified that indicates that it is simulated:
Do NOT throw a message if we have a simulated sample but a simulation is specified that indicates that it is simulated:
Throw a message if we have a container that does not exist (ID form):
Throw a message if we have a container that does not exist (name form):
Throw a message if we have a sample that does not exist (ID form):
Throw a message if we have a sample that does not exist (name form):
Possible Issues
Robotic Cryovial Rack Grouping
In order to thaw cryovials on a robotic work cell, frozen cryovials will first be placed into a thermally conductive rack (either Model[Container, Rack, "Small Cryogenic Vial Heater Shaker Rack"] or Model[Container, Rack, "Large Cryogenic Vial Heater Shaker Rack"], depending on the size of the cryovial). If there are multiple cryovials being thawed during the protocol, they will be grouped in racks according to the thawing time specified in the Time option. If too many groups of thawing times are specified, this will result in too many liquid handling rack groupings than can fit into a work cell.
Last modified on Wed 8 Oct 2025 09:44:57