ExperimentPlateMedia
ExperimentPlateMedia[Media]⟹Protocol
generates a Protocol for transferring the Media that consists of sterile liquid or heated solid media containing gelling agents to plates for cell culture incubation and growth.
Biological media are substances that support the growth and storage of cells and microorganisms. A medium for a particular organism contains nutrients and minerals that are essential for growth, plus any other substances that are necessary for the organism in the context of an experiment, such as isotopically-enriched metabolites or antibiotics for selection. Typically, cell cultures are grown on plated biological media. The chemical components of a medium is specified by its formula, and additional gelling agents may be added to the formula of a liquid medium to create a solid-phase medium.
Experimental Principles
Figure 1.1: Default procedural overview of solid media preparation. The process is analogous to that of ExperimentStockSolution, with the addition of gelling agents that convert liquid media into a solid matrix and optional plating of media from a preparatory bottle into incubation plates. Step 1: Steps from Figure 1.1 in the HelpFile for ExperimentMedia are followed to create a solution that contains all components of the medium minus the heat-sensitive components and gelling agents. Step 2: Gelling agents are added to the mixture from Step 1 in quantities specified by the user or indicated in the formula of the provided media model. Step 3 (optional): The mixture is mixed prior to autoclave and addition of any heat-sensitive reagents. Step 4: The mixture is autoclaved to dissolve the gelling agents and obtain a sterile heated solution. Step 5 (optional): At a reduced temperature, heat-sensitive components are added to the solution from Step 3 as sterile stock solutions whose solvents are identical to the solvent for the medium. Step 6: The mixture is heated and/or mixed according to the incubation and mix parameters specified by the user or indicated in the provided media model. Step 7: The mixture is transferred from its original bottle into incubation plates. Step 8: The incubation plates containing the medium are held at ambient temperature for the medium to solidify. Step 9 (optional): The incubation plates containing the solid medium are individually imaged.
Experiment Options
Plating
Instrument
The instrument used to transfer the heated media from the bottle in which it was prepared to the incubation plates.
Default Calculation: Automatically set to Model[Instrument,PlatePourer,"Serial Filler"] if PlatingMethod is set to Pump and/or if PumpFlowRate is specified, or to Model[Instrument,Pipette,"pipetus"] if PlatingMethod is set to Pour.
Pattern Description: An object of type or subtype Model[Instrument, PlatePourer], Object[Instrument, PlatePourer], Model[Instrument, Pipette], or Object[Instrument, Pipette] or Null.
Programmatic Pattern: ((Alternatives[ObjectP[{Model[Instrument, PlatePourer], Object[Instrument, PlatePourer], Model[Instrument, Pipette], Object[Instrument, Pipette]}]]) | Automatic) | Null
PlatingVolume
Pattern Description: Automatic or greater than or equal to 1 milliliter and less than or equal to 20 liters or Null.
PlatingMethod
Indicates how the liquid media will be transferred from its source container to the incubation plates.
Default Calculation: Automatically set to Pump if PlateMedia is set to True and PlatePourer and/or PumpFlowRate are specified, or Null if PlateMedia is set to False.
PrePlatingIncubationTime
The duration of time for which the media will be heated/cooled with optional stirring to the target PlatingTemperature.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or None or Automatic or Null.
MaxPrePlatingIncubationTime
The maximum duration of time for which the media will be heated/cooled with optional stirring to the target PlatingTemperature. If the media is not liquid after the PrePlatingIncubationTime, it will be allowed to incubate further and checked in cycles of PrePlatingIncubationTime up to the MaxIncubationTime to see if it has become liquid and can thus be poured. If the media is not liquid after MaxPrePlatingIncubationTime, the plates will not be poured, and this will be indicated in the PouringFailed field in the protocol object.
Default Calculation: Automatically set to three times the duration of the PrePlatingIncubationTime setting.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or None or Automatic or Null.
Programmatic Pattern: ((RangeP[0*Minute, $MaxExperimentTime] | (None | Automatic)) | Automatic) | Null
PlatingTemperature
The temperature at which the autoclaved media with gelling agents is incubated prior to and during the media plating process.
Default Calculation: Automatically set to 1.025 times the melting temperature (in Kelvin) of the GellingAgents if MediaPhase is set to Solid/SemiSolid and/or if GellingAgents is specified.
Pattern Description: Greater than or equal to 25 degrees Celsius and less than or equal to 110 degrees Celsius.
PumpFlowRate
The volume of liquid media pumped per unit time from its source container into incubation plates by the serial filler instrument.
Default Calculation: Automatically set to TBD if PlatePourer is specified or PlatingMethod is set to Pump, otherwise set to Null.
Pattern Description: Greater than or equal to 1 milliliter per second and less than or equal to 8 milliliters per second or None or Automatic or Null.
Programmatic Pattern: ((RangeP[1*(Milliliter/Second), 8*(Milliliter/Second)] | (None | Automatic)) | Automatic) | Null
SolidificationTime
The duration of time after transferring the liquid media into incubation plates that they are held at ambient temperature for the media containing gelling agents to solidify before allowing them to be used for experiments.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 1 day or None or Automatic or Null.
General
PlateOut
Programmatic Pattern: ObjectP[Model[Container, Plate]] | {GreaterEqualP[1, 1], ObjectP[Model[Container, Plate]]} | (ObjectP[Object[Container, Plate]] | _String)
NumberOfPlates
DestinationWell
Storage Information
PlatedMediaShelfLife
Post Experiment
SamplesOutStorageCondition
The non-default conditions under which any new samples generated by this experiment should be stored after the protocol is completed. If left unset, the new samples will be stored according to their Models' DefaultStorageCondition.
Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
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
A object name which should be used to refer to the output object in lieu of an automatically generated ID number.
Post Experiment
MeasureWeight
Indicates if any solid samples that are modified in the course of the experiment should have their weights measured and updated after running the experiment. Please note that public samples are weighed regardless of the value of this option.
MeasureVolume
Indicates if any liquid samples that are modified in the course of the experiment should have their volumes measured and updated after running the experiment. Please note that public samples are volume measured regardless of the value of this option.
ImageSample
Warnings and Errors
Messages (3)
InsufficientMediaForPlating (1)
PlateOutDestinationWellMismatch (1)
Last modified on Wed 9 Oct 2024 16:03:15