ecl-logo Documentation

ExperimentBioconjugation

ExperimentBioconjugation[SamplePools, NewIdentityModels]Protocol

generates a Protocol object to covalently bind SamplePools through chemical crosslinking to create a sample composed of NewIdentityModels. Bioconjugation reactions are a restricted form of synthesis where conjugations: 1) occur in aqueous solution, 2) occur at atmospheric conditions, 3) are low volume, 4) do not require slow addition of reagents, 5) and do not require reaction monitoring.

    
Bioconjugation chemically links molecules together where the resulting molecule takes on properties of all parent molecules. This procedure is typically used to modify proteins, antibodies, solid phase supports, and oligomers. Common conjugates are fluorophores, nanoparticles, biotin, and horseradish peroxidase. First, if necessary, the input sample is functionalized or activated to prepare covalent binding sites to accept the conjugate. The activated input sample is then incubated with the conjugates and a covalent bond is formed. The reaction can be quenched to deactivate any unreacted binding sites. Downstream purification may be used to separate conjugated samples from the reaction components prior to use in other assays.
    

Experimental Principles

    Figure 1.1: Bioconjugation covalently binds a biomolecule to a molecule of interest. Optional Step 1: Biomolecules can be activated to prepare and expose binding sites prior to conjugation. Activation parameters can be used to specify the activation reagent (ActivationReagent, ActivationReagentVolume), mixing of the activation sample (ActivationMix, ActivationMixType, etc.), the incubation time (ActivationTime), the incubation temperature (ActivationTemperature), and any post activation washing if desired (PostActivationWash). Step 2: The conjugation samples are mixed (ConjugationMix, ConjugationMixType, etc) at the desired ratio incubated for the ConjugationTime at the ConjugationTemperature. During this step, covalent bonds are formed between the conjugation samples to create a new molecule characterized by properties of each individual conjugation molecule. Optional Step 3: Unreacted conjugates can be quenched using the QuenchReaction option to deactivate any reactive sites or inhibit the molecular properties of any unconjugated molecules. Step 4: The resulting conjugated molecule can be further purified using PostConjugationWorkup options or used in downstream assays. This process is ideal for small volume conjugations of antibodies, proteins, oligomers, and microbeads including xMap Luminex beads. All steps of this experiment use ExperimentSampleManipulation primitives such as Transfer, Incubate, Filter, and Pellet. For more information on options available in these primitives or to understand how ExperimentSampleManipulation works please see the corresponding help file.

Instrumentation

    Hamilton STARlet

    Figure 2.1.1: An overview of the robotic workcell. It is capable of processing plate operations including incubation, shaking, and magnetic bead separation on-deck and filtration and absorbance/fluorescence/luminescence measurement off-deck, with a robot arm facilitating the plate movements.
    Figure 2.1.2: Overhead view of the liquid handling instrument deck.

    Super STAR

    Figure 2.2.1: An overview of the robotic workcell. It is capable of processing plate operations including incubation, shaking, and magnetic bead separation on-deck and centrifugation, filtration, and absorbance/fluorescence/luminescence measurement off-deck, with a robot arm facilitating the plate movements.
    Figure 2.2.2: Overhead view of the liquid handling instrument deck.

Experiment Options

    General

    ReactionChemistry

    Indicates the reactive group that forms the covalent bond between conjugation samples. Null indicates a custom reaction chemistry.
    Default Value: Null
    Pattern Description: An object of type or subtype Model[ReactionMechanism] or NHSester, Carbodiimide, or Maleimide or Null.
    Programmatic Pattern: ((NHSester | Carbodiimide | Maleimide) | ObjectP[{Model[ReactionMechanism]}]) | Null
    Index Matches to: experiment samples

    ReactantsStoichiometricCoefficients

    The number of reactant molecules that participate in the balanced conjugation reaction.
    Default Value: Automatic
    Pattern Description: Greater than or equal to 1 and less than or equal to 1000.
    Programmatic Pattern: RangeP[1, 1000] | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ProductStoichiometricCoefficient

    The number of conjugated molecules created by reaction of input molecules at the ratio indicated by ReactantsStoichiometricCoefficients.
    Default Value: Automatic
    Pattern Description: Greater than or equal to 1 and less than or equal to 1000.
    Programmatic Pattern: RangeP[1, 1000] | Automatic
    Index Matches to: experiment samples

    ExpectedYield

    The percentage of input molecules that will be converted into conjugated product upon completion of the experiment.
    Default Value: 100 percent
    Pattern Description: Greater than or equal to 0 percent and less than or equal to 100 percent.
    Programmatic Pattern: RangeP[0*Percent, 100*Percent]
    Index Matches to: experiment samples

    ProcessingOrder

    The order for processing the conjugation reactions, where Parallel indicates all samples are processed together from activation to quenching. Parallel processing is ideal for experiments with long reaction times where precision is not a concern and/or when instrumentation that can accommodate all reactions simultaneously is used. Batch indicates certain groups of samples are processed together such that all reactions from activation to quenching are completed for a given group before processing the next group of samples. Grouped processing is ideal for experiments where the instrumentation used cannot accommodate all samples simultaneously. Serial indicates samples are processed sequentially such at all reactions from activation to quenching are completed for a given sample before proceeding to the next sample. Sequential processing is ideal when reaction times are short and must be precise and/or the instruments used can only process one sample at a time.
    Default Value: Parallel
    Pattern Description: Parallel, Batch, or Serial.
    Programmatic Pattern: Parallel | Batch | Serial

    ProcessingBatchSize

    The number of samples to be simultaneously processed when ProcessingOrder is Batch.
    Default Value: Automatic
    Default Calculation: Automatically set to 1 if ProcessingOrder is Batch otherwise set to Null.
    Pattern Description: Greater than or equal to 1 and less than or equal to 1000 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[1, 1000, 1] | Automatic) | Null

    ProcessingBatches

    The groups of sample pools to process together in the experiment, applicable if ProcessingOrder->Batch.
    Default Value: Automatic
    Default Calculation: Automatically set based on ProcessingOrder and ProcessingBatchSize.
    Pattern Description: List of one or more list of one or more list of one or more an object of type or subtype Model[Sample] or Object[Sample] or a prepared sample entries entries entries or Null.
    Programmatic Pattern: ({{{(ObjectP[{Model[Sample], Object[Sample]}] | _String)..}..}..} | Automatic) | Null

    ReactionVessel

    The containers in which samples are mixed with ConjugationReactionBuffer and incubated to covalently link the samples. Indices indicate specific grouping of samples if desired. Solid phase sample containers will be prioritized such that solid phase samples are not moved during conjugation reaction assembly.
    Default Value: Automatic
    Default Calculation: Automatically set to the smallest tube that will fit all the reaction components.
    Pattern Description: An object of type or subtype Object[Container] or Model[Container] or a prepared sample or {Index, Container} or Null.
    Programmatic Pattern: (((ObjectP[{Object[Container], Model[Container]}] | _String) | {GreaterEqualP[1, 1], ObjectP[{Model[Container], Object[Container]}] | _String}) | Automatic) | Null
    Index Matches to: experiment samples

    PreWash

    PreWash

    Indicates if the solid phase samples should be washed before the activation and/or conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to True if any PreWash options are specified, otherwise set to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMethod

    The method used to wash the solid phase samples prior to activation or conjugation.
    Default Value: Automatic
    Default Calculation: When PreWash is True, automatically set based on PreWash method options. If filtration related options are specified will resolve to Filter, if pellet related options are specified will resolve to Pellet, and if magnetic transfer options are specified will resolve to Magnetic. Otherwise defaults to Pellet.
    Pattern Description: Magnetic, Pellet, or Filter or Null.
    Programmatic Pattern: ((Magnetic | Pellet | Filter) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashNumberOfWashes

    The number of times the sample is repeatedly mixed with wash buffer and wash buffer is removed.
    Default Value: Automatic
    Default Calculation: Automatically set to 3 if PreWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashTime

    The length of the PreWash incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 Minute when PreWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[0*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashTemperature

    The temperature the sample is held at during the PreWash.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient when PreWash is True. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashBuffer

    The reagent used to wash the sample prior to activation or conjugation.
    Default Value: Automatic
    Default Calculation: Automatically set to 1x PBS if PreWash is True. Otherwise, set to Null.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashBufferVolume

    The volume of the PreWashBuffer used to wash the sample prior to activation or conjugation.
    Default Value: Automatic
    Default Calculation: Automatically set to half the sample container volume PreWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMix

    Indicates if the sample should be mixed after dispensing of the wash buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PreWash is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMixType

    The method used to mix the samples and wash buffer. Mixing methods Pipette and Invert with occur only at the start of the PreWashTime. All other methods will occur continuously for the duration of the PreWashTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PreWashMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMixVolume

    The volume used to mix the samples by pipetting after dispensing of the wash buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to half the PreWashBufferVolume if PreWashMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashNumberOfMixes

    The number of aspirate and dispense or inversion cycles used to mix the sample during washing.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PreWashMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMixRate

    The intensity at which the sample and wash buffer are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to based on the PreWashMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFiltrationType

    The method that should be used to perform the prewash filtration.
    Default Value: Automatic
    Default Calculation: Automatically set to a filtration type appropriate for the volume of sample being filtered when PreWashMethod is Filter.
    Pattern Description: PeristalticPump, Centrifuge, Vacuum, Syringe, or AirPressure or Null.
    Programmatic Pattern: (FiltrationTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashInstrument

    The instrument that should be used to perform the PreWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to an instrument appropriate for the PreWashMethod.
    Pattern Description: An object of type or subtype Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], or Object[Instrument, SyringePump] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], Object[Instrument, SyringePump]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilter

    The filter that should be used to remove impurities from the sample.
    Default Value: Automatic
    Default Calculation: Automatically set to a filter appropriate for the filtration type and instrument if PreWashMethod is Filter.
    Pattern Description: An object of type or subtype Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], or Object[Item, Filter] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], Object[Item, Filter]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilterStorageCondition

    The conditions under which any filters used for PreWash should be stored after the wash is completed.
    Default Value: Disposal
    Pattern Description: Storage Object or Storage Type.
    Programmatic Pattern: (SampleStorageTypeP | Disposal) | ObjectP[Model[StorageCondition]]
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilterMembraneMaterial

    The material from which the filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to PES or to the MembraneMaterial of Filter if it is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashPrefilterMembraneMaterial

    The material from which the prefilter filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to GxF if a prefilter pore size is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilterPoreSize

    The pore size of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .22 Micron or to the PoreSize of Filter if it is specified. Will automatically resolve to Null if MolecularWeightCutoff is specified.
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilterMolecularWeightCutoff

    The molecular weight cutoff of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to Null or to the MolecularWeightCutoff of Filter if it is specified.
    Pattern Description: 3 kilograms per mole, 3. kilograms per mole, 10 kilograms per mole, 10. kilograms per mole, 30 kilograms per mole, 30. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, 50 kilograms per mole, 50. kilograms per mole, 100 kilograms per mole, 100. kilograms per mole, 300 kilograms per mole, 300. kilograms per mole, 7 kilograms per mole, 7. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, or 30.8328 kilograms per mole or Null.
    Programmatic Pattern: (FilterMolecularWeightCutoffP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashPrefilterPoreSize

    The pore size of the prefilter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .45 Micron if a prefilter membrane material is specified
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFiltrationSyringe

    The syringe used to force that sample through a filter.
    Default Value: Automatic
    Default Calculation: Resolves to an syringe appropriate to the volume of sample being filtered.
    Pattern Description: An object of type or subtype Model[Container, Syringe] or Object[Container, Syringe] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Syringe], Object[Container, Syringe]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashSterileFiltration

    Indicates if the filtration of the samples should be done in a sterile environment.
    Default Value: False
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashFilterHousing

    The filter housing that should be used to hold the filter membrane when filtration is performed using a standalone filter membrane, or a filter plate for vacuum filtration..
    Default Value: Automatic
    Default Calculation: Resolves to an housing capable of holding the size of the membrane being used, if filter with Membrane FilterType is being used, or a filter plate for vacuum filtration..
    Pattern Description: An object of type or subtype Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], or Object[Instrument, FilterBlock] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], Object[Instrument, FilterBlock]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashCentrifugationIntensity

    The rotational speed or force at which the samples will be centrifuged during PreWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 2000 GravitationalAcceleration if filtering type is Centrifuge or PreWashMethod is Pellet.
    Pattern Description: Force or Speed or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashCentrifugationTime

    The amount of time for which the samples will be centrifuged during PreWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 5 Minute if filtering type is Centrifuge or PreWashMethod is Pellet.
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashCentrifugationTemperature

    The temperature at which the centrifuge chamber will be held while the samples are being centrifuged during PreWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 22 Celsius if filtering type is Centrifuge or PreWashMethod is Pellet.
    Pattern Description: Greater than or equal to -10 degrees Celsius or Null.
    Programmatic Pattern: (GreaterEqualP[-10*Celsius] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashMagnetizationRack

    The magnetized rack that the source/intermediate container will be placed in during the PreWash.
    Default Value: Automatic
    Default Calculation: Automatically set to a magnetized rack that can hold the source/intermediate container, if PreWashMethod->Magnetic is specified.
    Pattern Description: An object of type or subtype Model[Container, Rack] or Object[Container, Rack] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Rack], Object[Container, Rack]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspension

    Indicates if samples should be resuspended in PreWashResuspensionBuffer after washing and before activation or conjugation reactions.
    Default Value: Automatic
    Default Calculation: Automatically set based on PreWash and prewash resuspension options. If PreWash is False, set to False.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionTime

    The length of the PreWashResuspension incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 Minute when PreWashResuspension is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[0*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionTemperature

    The temperature the sample is held at during the PreWashResuspension.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient when PreWashResuspension is True. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionDiluent

    The reagent used to resuspend the sample after the PreWash complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 1xPBS if PreWashResuspension is True. Otherwise, set to Null.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionDiluentVolume

    The volume of the PreWashResuspensionDiluent used to resuspend the sample after the PreWash is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to the original sample volume PreWashResuspension is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionMix

    Indicates if the sample should be mixed by pipetting after dispensing of the resuspension buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PreWashResuspenion is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionMixType

    The method used to mix the resuspended samples in PreWashResuspensionDiluent.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PreWashResuspensionMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionMixVolume

    The volume used to mix the samples by pipetting after dispensing of the PreWashResuspensionDiluent.
    Default Value: Automatic
    Default Calculation: Automatically set to half the PreWashResuspensionDiluentVolume if PreWashResuspensionMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionNumberOfMixes

    The number of aspirate and dispense cycles or inversions cycles used to mix the sample during resuspension.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PreWashResuspensionMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PreWashResuspensionMixRate

    The rate at which the sample and PreWashResuspensionDiluent are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on PreWashResuspensionMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Activation

    Activate

    Indicates if functional groups on each of the conjugation samples need to be activated of modified prior to conjugation.
    Default Value: Automatic
    Default Calculation: Automatically set to True if ReactionChemistry is Maleimide and the sample is a protein or if any Activation options are specified.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationReactionVolume

    The total volume of the activation reaction including ActivationSampleVolume, ActivationReagentVolume, and ActivationDiluentVolume.
    Default Value: Automatic
    Default Calculation: When Activate is True, automatically set to 0.5 mL. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    TargetActivationSampleConcentration

    The desired concentration of each conjugation sample in the activation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 mg/mL when Activate is True. Otherwise, set to Null.
    Pattern Description: Greater than 0 milligrams per milliliter or greater than 0 micromolar or Null.
    Programmatic Pattern: ((GreaterP[0*(Milligram/Milliliter)] | GreaterP[0*Micromolar]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationSampleVolume

    The volume of each conjugation sample that is used in the activation reaction.
    Default Value: Automatic
    Default Calculation: When Activate is True, automatically set to the sample volume that results in TargetActivationSampleConcentration when added to ActivationReactionVolume. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationReagent

    The reagent that activates or modifies functional groups on the corresponding sample in preparation for conjugation. For Maleimide reactions, 100X molar excess of TCEP is recommended to reduce protein cysteine disulfide bonds.
    Default Value: Automatic
    Default Calculation: Automatically set to 10mM TCEP in 50mM Tris-HCL pH 7.5 if ReactionChemsitry is Maleimide. TCEP unlike other reducing agents does not contain thiols that may interfere with conjugation, therefore it is not necessary to remove this reagent prior to the maleimide conjugation reaction.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    TargetActivationReagentConcentration

    The desired concentration of ActivationReagent in the activation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 mg/mL when Activate is True. Otherwise, set to Null.
    Pattern Description: Greater than 0 milligrams per milliliter or greater than 0 micromolar or Null.
    Programmatic Pattern: ((GreaterP[0*(Milligram/Milliliter)] | GreaterP[0*Micromolar]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationReagentVolume

    The volume of the ActivationReagent that is used in the activation reaction.
    Default Value: Automatic
    Default Calculation: When Activate is True, automatically set to the volume of ActivationReagent that results in TargetActivationReagentConcentration when added to ActivationVolume. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationDiluent

    The reagent used to dilute the ActivationSampleVolume + ActivationReagentVolume to the final ActivationReactionVolume.
    Default Value: Automatic
    Default Calculation: Automatically set to 1X PBS.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationDiluentVolume

    The volume of the ActivationDiluent that is used in the activation reaction.
    Default Value: Automatic
    Default Calculation: When Activate is True, automatically set to the difference in volume between (ActivationVolume + ActivationReagentVolume) and ActivationReactionVolume. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationContainer

    The containers in which each sample is activated by mixing and incubation with ActivationReagent and ActivationDiluent, with indices indicating specific grouping of samples if desired. If Null, the activation reaction will occur in the sample's current container.
    Default Value: Null
    Pattern Description: An object of type or subtype Object[Container] or Model[Container] or a prepared sample or {Index, Container} or Null.
    Programmatic Pattern: ((ObjectP[{Object[Container], Model[Container]}] | _String) | {GreaterEqualP[1, 1], ObjectP[{Model[Container], Object[Container]}] | _String}) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationTime

    The length of the activation reaction incubation. To mix the activation reagent and sample immediately prior to addition to the conjugation reaction set this value to zero.
    Default Value: Automatic
    Default Calculation: Automatically, set to 15 Minutes when Activate is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[0*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationTemperature

    The temperature the sample is held at during the activation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient when Activate is True and ActivationTime is greater than zero. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationMix

    Indicates if the activation reaction should be mixed.
    Default Value: Automatic
    Default Calculation: Automatically, set to True when Activate is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationMixType

    The method used to mix the activation reaction before or during incubation. Mixing methods Pipette and Invert with occur only at the start of the ActivationTime. All other methods will occur continuously for the duration of the ActivationTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to Shake if Activate is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationMixRate

    The rate at which the activation reaction is mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on ActivationMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationMixVolume

    The volume used to mix the activation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to half the activation reaction volume if ActivationMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 50000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 50000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationNumberOfMixes

    The number of aspirate and dispense cycles or inversion cycles used to mix the activation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to 5 if ActivationMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWash

    Indicates if samples should be washed after the activation reaction and before the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to True if Activate is True and the sample is a solid phase support. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMethod

    The method used to wash the samples after activation.
    Default Value: Automatic
    Default Calculation: If PostActivationWash is True, automatically set based on method specific PostActivationWash options.
    Pattern Description: Magnetic, Pellet, or Filter or Null.
    Programmatic Pattern: ((Magnetic | Pellet | Filter) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationNumberOfWashes

    The number of times the sample is repeatedly mixed with wash buffer and wash buffer is removed.
    Default Value: Automatic
    Default Calculation: Automatically set to 3 if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashTime

    The length of the post activation wash incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 Minute when PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[0*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashTemperature

    The temperature the sample is held at during the post-activation wash.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient when PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashBuffer

    The reagent used to wash the sample after the activation reaction is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 1X PBS if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashBufferVolume

    The volume of the PostActivationWashBuffer used to wash the sample after the activation reaction is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 200 Microliter PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMix

    Indicates if the sample should be mixed after dispensing of the wash buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMixType

    The method used to mix the samples and wash buffer. Mixing methods Pipette and Invert with occur only at the start of the PostActivationWashTime. All other methods will occur continuously for the duration of the PostActivationWashTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMixVolume

    The volume used to mix the samples by pipetting after dispensing of the wash buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to half the PostActivationWashBufferVolume if PostActivationWashMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashNumberOfMixes

    The number of aspirate and dispense cycles or inversion cycles used to mix the sample during washing.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PostActivationWashMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMixRate

    The rate at which the sample and wash buffer are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on PostActivationWashMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFiltrationType

    The method that should be used to perform the PostActivationwash filtration.
    Default Value: Automatic
    Default Calculation: Automatically set to a filtration type appropriate for the volume of sample being filtered when PostActivationWashMethod is Filter.
    Pattern Description: PeristalticPump, Centrifuge, Vacuum, Syringe, or AirPressure or Null.
    Programmatic Pattern: (FiltrationTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashInstrument

    The instrument that should be used to perform the PostActivationWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to an instrument appropriate for the PostActivationWashMethod.
    Pattern Description: An object of type or subtype Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], or Object[Instrument, SyringePump] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], Object[Instrument, SyringePump]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilter

    The filter that should be used to remove impurities from the sample.
    Default Value: Automatic
    Default Calculation: Automatically set to a filter appropriate for the filtration type and instrument if PostActivationWashType is Filter.
    Pattern Description: An object of type or subtype Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], or Object[Item, Filter] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], Object[Item, Filter]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilterStorageCondition

    The conditions under which any filters used for PostActivationWash should be stored after the wash is completed.
    Default Value: Disposal
    Pattern Description: Storage Object or Storage Type.
    Programmatic Pattern: (SampleStorageTypeP | Disposal) | ObjectP[Model[StorageCondition]]
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilterMembraneMaterial

    The material from which the filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to PES or to the MembraneMaterial of Filter if it is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashPrefilterMembraneMaterial

    The material from which the Prefilter filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to GxF if a Prefilter pore size is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilterPoreSize

    The pore size of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .22 Micron or to the PoreSize of Filter if it is specified. Will automatically resolve to Null if MolecularWeightCutoff is specified.
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilterMolecularWeightCutoff

    The molecular weight cutoff of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to Null or to the MolecularWeightCutoff of Filter if it is specified.
    Pattern Description: 3 kilograms per mole, 3. kilograms per mole, 10 kilograms per mole, 10. kilograms per mole, 30 kilograms per mole, 30. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, 50 kilograms per mole, 50. kilograms per mole, 100 kilograms per mole, 100. kilograms per mole, 300 kilograms per mole, 300. kilograms per mole, 7 kilograms per mole, 7. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, or 30.8328 kilograms per mole or Null.
    Programmatic Pattern: (FilterMolecularWeightCutoffP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashPrefilterPoreSize

    The pore size of the Prefilter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .45 Micron if a Prefilter membrane material is specified
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFiltrationSyringe

    The syringe used to force that sample through a filter.
    Default Value: Automatic
    Default Calculation: Resolves to an syringe appropriate to the volume of sample being filtered.
    Pattern Description: An object of type or subtype Model[Container, Syringe] or Object[Container, Syringe] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Syringe], Object[Container, Syringe]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashSterileFiltration

    Indicates if the filtration of the samples should be done in a sterile environment.
    Default Value: False
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashFilterHousing

    The filter housing that should be used to hold the filter membrane when filtration is performed using a standalone filter membrane, or a filter plate for vacuum filtration..
    Default Value: Automatic
    Default Calculation: Resolves to an housing capable of holding the size of the membrane being used, if filter with Membrane FilterType is being used, or a filter plate for vacuum filtration..
    Pattern Description: An object of type or subtype Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], or Object[Instrument, FilterBlock] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], Object[Instrument, FilterBlock]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashCentrifugationIntensity

    The rotational speed or force at which the samples will be centrifuged during PostActivationWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 2000 GravitationalAcceleration if filtering type is Centrifuge or PostActivationWashMethod is Pellet.
    Pattern Description: Force or Speed or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashCentrifugationTime

    The amount of time for which the samples will be centrifuged during PostActivationWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 5 Minute if filtering type is Centrifuge or PostActivationWashMethod is Pellet.
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashCentrifugationTemperature

    The temperature at which the centrifuge chamber will be held while the samples are being centrifuged during PostActivationWash.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 22 Celsius if filtering type is Centrifuge or PostActivationWashMethod is Pellet.
    Pattern Description: Greater than or equal to -10 degrees Celsius or Null.
    Programmatic Pattern: (GreaterEqualP[-10*Celsius] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationWashMagnetizationRack

    The magnetized rack that the source/intermediate container will be placed in during the PostActivationWash.
    Default Value: Automatic
    Default Calculation: Automatically set to a magnetized rack that can hold the source/intermediate container, if PostActivationWashMethod->Magnetic is specified.
    Pattern Description: An object of type or subtype Model[Container, Rack] or Object[Container, Rack] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Rack], Object[Container, Rack]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspension

    Indicates if samples should be resuspended in PostActivationResuspensionDiluent after washing and before the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set based on other PostActivationResuspension.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionTime

    The length of the PostActivationResuspension incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 Minute when PostActivationResuspension is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[0*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionTemperature

    The temperature the sample is held at during the PostActivationResuspension.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient when PostActivationResuspension is True. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionDiluent

    The reagent used to resuspend the sample after the PostActivationWash complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 1X PBS if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionDiluentVolume

    The volume of the PostActivationResuspensionDiluent used to resuspend the sample after the PostActivationWash is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 200 Microliter PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionMix

    Indicates if the sample should be mixed after dispensing of the resuspension buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PostActivationWash is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionMixType

    The method used to resuspend the samples in PostActivationResuspensionDiluent.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PostActivationResuspensionMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionMixVolume

    The volume used to mix the samples by pipetting after dispensing of the PostActivationResuspensionDiluent.
    Default Value: Automatic
    Default Calculation: Automatically set to half the PostActivationResuspensionDiluentVolume if PostActivationResuspensionMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionNumberOfMixes

    The number of aspirate and dispense cycles or inversion cycles used to mix the sample during resuspension.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PostActivationResuspensionMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PostActivationResuspensionMixRate

    The rate at which the sample and PostActivationResuspensionDiluent are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on PostActivationResuspensionMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ActivationSamplesOutStorageCondition

    The conditions under which any leftover samples from the activation reaction are stored after the samples are transferred to the ConjugationContainer.
    Default Value: Automatic
    Default Calculation: Automatically set to Disposal.
    Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
    Programmatic Pattern: ((Alternatives[SampleStorageTypeP | Disposal]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Conjugation

    ConjugationReactionVolume

    The total volume of the conjugation reaction including ConjugationAmount and ConjugationReactionBufferVolume.
    Default Value: Automatic
    Default Calculation: Automatically, set to the full volume of the conjugate samples or 500 uL if all samples are solid.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters.
    Programmatic Pattern: RangeP[1*Microliter, 1000000*Microliter] | Automatic
    Index Matches to: experiment samples

    TargetConjugationSampleConcentration

    The desired concentration of each sample in the total ConjugationReactionVolume.
    Default Value: Automatic
    Default Calculation: Automatically set to the concentration given by ConjugationAmount/ConjugationReactionVolume.
    Pattern Description: Greater than 0 milligrams per milliliter or greater than 0 micromolar or Null.
    Programmatic Pattern: ((GreaterP[0*(Milligram/Milliliter)] | GreaterP[0*Micromolar]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ConjugationAmount

    The volume or mass of each sample that is used in the conjugation reaction. By default the entire volume or mass of the sample is used. If ConjugationAmount is All and the sample is solid, the aqueous samples and reagents for the conjugation reaction will be transferred into the solid sample container.
    Default Value: All
    Pattern Description: All or greater than or equal to 0 micrograms and less than or equal to 50 grams or greater than or equal to 0 microliters and less than or equal to 50 milliliters.
    Programmatic Pattern: RangeP[0*Microliter, 50*Milliliter] | RangeP[0*Microgram, 50*Gram] | All
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ConjugationReactionBuffer

    Indicates the reagent used to dilute or resuspend the conjugate sample during the conjugation reaction.
    Default Value: Null
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: (ObjectP[{Object[Sample], Model[Sample]}] | _String) | Null
    Index Matches to: experiment samples

    ConjugationReactionBufferVolume

    The volume of the ConjugationReactionBuffer that is mixed with the corresponding conjugation samples to assemble the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to the conjugation reaction volume such that the sample is diluted 2-fold.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    ConcentratedConjugationReactionBuffer

    Indicates the concentrated reagent used to dilute or resuspend the conjugate sample during the conjugation reaction.
    Default Value: Null
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: (ObjectP[{Object[Sample], Model[Sample]}] | _String) | Null
    Index Matches to: experiment samples

    ConcentratedConjugationReactionBufferDilutionFactor

    The relative amount that the ConcentratedConjugateBuffer should be diluted prior to use in the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 when ConcentratedConjugationBuffer is specified.
    Pattern Description: Greater than or equal to 1 and less than or equal to 5000 or Null.
    Programmatic Pattern: (RangeP[1, 5000] | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationReactionBufferDiluent

    The diluent used to decrease the ConcentratedConjugationBuffer concentration by ConjugationBufferDilutionFactor prior to use in the conjugation reaction.
    Default Value: Automatic
    Default Calculation: If ConcentratedConjugationReactionBuffer is specified, automatically resolves to 1x PBS.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationDiluentVolume

    The volume of the ConjugationBufferDiluent that is mixed with ConcentratedConjugateBuffer prior to use in the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to the ConjugationBufferVolume*(1 - ConjugationReactionBufferVolume/ConcentratedConjugationReactionBufferDilutionFactor).
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationTime

    The incubation time of the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set based on the reaction chemistry to a literature-based recommended value.
    Pattern Description: Greater than or equal to 1 minute and less than or equal to 4000 minutes.
    Programmatic Pattern: RangeP[1*Minute, 4000*Minute] | Automatic
    Index Matches to: experiment samples

    ConjugationTemperature

    The incubation temperature of the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set based on the reaction chemistry to a literature-based recommended value.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius.
    Programmatic Pattern: (RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic
    Index Matches to: experiment samples

    ConjugationMix

    Indicates if the conjugation reaction should be mixed.
    Default Value: True
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples

    ConjugationMixType

    The method used to mix the samples for conjugation. Mixing methods Pipette and Invert with occur only at the start of the ConjugationTime. All other methods will occur continuously for the duration of the ConjugationTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to based on mix options when ConjugationMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationMixVolume

    The volume used to mix the samples by pipetting at the start of the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to half the ConjugationReactionVolume if ConjugationMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationNumberOfMixes

    The number of aspirate and dispense or inversion cycles used to mix the sample at the start of the conjugation reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if ConjugationMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples

    ConjugationMixRate

    The rate at which the samples are mixed during ConjugationTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on ConjugationMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples

    Quenching

    QuenchConjugation

    Indicates if the conjugation reaction should be quenched after the desired incubation time.
    Default Value: Automatic
    Default Calculation: Automatically, set based on the ReactionChemistry.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples

    PredrainReactionMixture

    Indicates if the aqueous reaction reagents should be removed from any solid phase samples or precipitates after the conjugation reaction is complete to prepare the sample for quenching or subsequent workup.
    Default Value: False
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples

    PredrainMethod

    The method used to separate the aqueous and solid reaction components when PredrainReactionMixture is True.
    Default Value: Automatic
    Default Calculation: Automatically set to Pellet if PredrainReactionMixture is True. Otherwise set to Null.
    Pattern Description: Pellet or Magnetic or Null.
    Programmatic Pattern: ((Pellet | Magnetic) | Automatic) | Null
    Index Matches to: experiment samples

    PredrainInstrument

    The instrument that should be used to perform the PredrainReactionReagents.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to an instrument appropriate for the PredrainMethod.
    Pattern Description: An object of type or subtype Model[Instrument, Centrifuge] or Object[Instrument, Centrifuge] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, Centrifuge], Object[Instrument, Centrifuge]}] | Automatic) | Null
    Index Matches to: experiment samples

    PredrainCentrifugationIntensity

    The rotational speed or force at which the samples will be centrifuged during PredrainReactionReagents.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 2000 GravitationalAcceleration if PredrainMethod is Pellet.
    Pattern Description: Force or Speed or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples

    PredrainCentrifugationTime

    The amount of time for which the samples will be centrifuged during PredrainReactionReagents.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 5 Minute if PredrainMethod is Pellet.
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples

    PredrainTemperature

    The temperature at which the samples will be held during centrifugation or magnetic separation when PredrainReactionReagents is True.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to Ambient if PredrainReactionReagents is True.
    Pattern Description: Ambient or greater than or equal to -10 degrees Celsius or Null.
    Programmatic Pattern: ((GreaterEqualP[-10*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples

    PredrainMagnetizationRack

    The magnetized rack that the source/intermediate container will be placed in during the PredrainReactionMixture.
    Default Value: Automatic
    Default Calculation: Automatically set to a magnetized rack that can hold the source/intermediate container, if PredrainMethod->Magnetic is specified.
    Pattern Description: An object of type or subtype Model[Container, Rack] or Object[Container, Rack] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Rack], Object[Container, Rack]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    PredrainMagnetizationTime

    The time that the source sample should be left on the magnetic rack until the magnetic components are settled at the side of the container.
    Default Value: Automatic
    Default Calculation: Automatically set to 15 Second if PredrainMethod->Magnetic. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchReactionVolume

    The total volume of the quenching reaction including the ConjugationReactionVolume + QuenchReagentVolume.
    Default Value: Automatic
    Default Calculation: Automatically, based on the QuenchReagentDilutionFactor. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchReagent

    The reagent that should be used to stop the conjugation reaction and render any unbound functional groups inactive.
    Default Value: Automatic
    Default Calculation: Automatically set based on the ReactionChemistry.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    QuenchReagentDilutionFactor

    The relative amount that the QuenchReagent should be diluted in QuenchReaction to reach its final active concentration.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 when QuenchReagent is specified.
    Pattern Description: Greater than or equal to 1 and less than or equal to 5000 or Null.
    Programmatic Pattern: (RangeP[1, 5000] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchReagentVolume

    The volume of the QuenchReagent that is used in the quenching reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to 1 uL QuenchReagent when QuenchConjugation is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 microliters and less than or equal to 1000 milliliters or Null.
    Programmatic Pattern: (RangeP[0*Microliter, 1000*Milliliter] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchTime

    The length of the quenching reaction incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 5 Minutes when QuenchConjugation is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 minute and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: (RangeP[1*Minute, 4000*Minute] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchTemperature

    The temperature of the sample is held at during the quenching reaction.
    Default Value: Automatic
    Default Calculation: Automatically, set to Ambient QuenchConjugation is True. Otherwise, set to Null.
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[0*Celsius, 100*Celsius] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples

    QuenchMix

    Indicates if the quenching reaction should be mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to True QuenchConjugation is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples

    QuenchMixType

    The method used to mix the samples with QuenchReagent. Mixing methods Pipette and Invert with occur only at the start of the QuenchTime. All other methods will occur continuously for the duration of the QuenchTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to Shake if QuenchMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples

    QuenchMixVolume

    The volume used to mix the sample and QuenchReagent by pipetting at the start of the quench reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to half the QuenchReactionVolume if QuenchMixType is Pipette. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchNumberOfMixes

    The number of aspirate and dispense or inversion cycles used to mix the sample at the start of the quench reaction.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if QuenchMixType is Pipette or Invert. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples

    QuenchMixRate

    The rate at which the samples are mixed during QuenchTime.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on QuenchMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples

    Post-Conjugation Workup

    PostConjugationWorkup

    Indicates if samples should be processed after the conjugation reaction.
    Default Value: False
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples

    PostConjugationWorkupMethod

    The method used to process the samples after conjugation.
    Default Value: Automatic
    Default Calculation: Automatically set to Pellet if PostConjugationWorkup is True.
    Pattern Description: Magnetic, Pellet, or Filter or Null.
    Programmatic Pattern: ((Magnetic | Pellet | Filter) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupBuffer

    Indicates the reagent used to process the sample after the conjugation and quenching reactions are complete.
    Default Value: Null
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: (ObjectP[{Object[Sample], Model[Sample]}] | _String) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupBufferVolume

    The volume of the PostConjugationWashBuffer used to wash the sample after the conjugation reaction is complete.
    Default Value: Null
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: RangeP[1*Microliter, 1000000*Microliter] | Null
    Index Matches to: experiment samples

    PostConjugationWorkupIncubationTime

    The incubation time of the sample with the PostConjugationWorkupBuffer.
    Default Value: Null
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 4000 minutes or Null.
    Programmatic Pattern: RangeP[0*Minute, 4000*Minute] | Null
    Index Matches to: experiment samples

    PostConjugationWorkupIncubationTemperature

    The temperature the sample is held at during the PostConjugationWorkupIncubationTime.
    Default Value: Null
    Pattern Description: Ambient or greater than or equal to 0 degrees Celsius and less than or equal to 100 degrees Celsius or Null.
    Programmatic Pattern: (RangeP[0*Celsius, 100*Celsius] | Ambient) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupMix

    Indicates if the sample should be mixed the PostConjugationWorkupBuffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PostConjugationWorkupBuffer is specified. Otherwise, set to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples

    PostConjugationWorkupMixType

    The method used to mix the samples and PostConjugationWorkupBuffer.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PostConjugationWorkup is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupMixVolume

    The volume used to mix the samples after dispensing of the PostConjugationWorkupBuffer.
    Default Value: Automatic
    Default Calculation: Automatically set to half the sample volume if PostConjugationWorkupMix is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupNumberOfMixes

    The number of aspirate and dispense cycles or inversion cycles used to mix the sample prior to PostConjugationWorkupIncubationTime.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PostConjugationWorkupMix is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupMixRate

    The rate at which the sample and PostConjugationWorkupBuffer are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on PostConjugationWorkupMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFiltrationType

    The method that should be used to perform the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to a filtration type appropriate for the volume of sample being filtered.
    Pattern Description: PeristalticPump, Centrifuge, Vacuum, Syringe, or AirPressure or Null.
    Programmatic Pattern: (FiltrationTypeP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationWorkupInstrument

    The instrument that should be used to perform the PostConjugationWorkup.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to an instrument appropriate for the PostConjugationWorkupMethod.
    Pattern Description: An object of type or subtype Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], or Object[Instrument, SyringePump] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], Object[Instrument, SyringePump]}] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFilter

    The filter that should be used to remove impurities from the sample.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to a filter appropriate for the filtration type and instrument.
    Pattern Description: An object of type or subtype Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], or Object[Item, Filter] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Plate, Filter], Object[Container, Plate, Filter], Model[Container, Vessel, Filter], Object[Container, Vessel, Filter], Model[Item, Filter], Object[Item, Filter]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFilterStorageCondition

    The conditions under which any filters used by this experiment should be stored after the protocol is completed.
    Default Value: Disposal
    Pattern Description: Storage Object or Storage Type.
    Programmatic Pattern: (SampleStorageTypeP | Disposal) | ObjectP[Model[StorageCondition]]
    Index Matches to: experiment samples

    PostConjugationFilterMembraneMaterial

    The material from which the filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to PES or to the MembraneMaterial of Filter if it is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationPrefilterMembraneMaterial

    The material from which the prefilter filtration membrane should be made of.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to GxF if a prefilter pore size is specified.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFilterPoreSize

    The pore size of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .22 Micron or to the PoreSize of Filter if it is specified. Will automatically resolve to Null if MolecularWeightCutoff is specified.
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFilterMolecularWeightCutoff

    The molecular weight cutoff of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to Null or to the MolecularWeightCutoff of Filter if it is specified.
    Pattern Description: 3 kilograms per mole, 3. kilograms per mole, 10 kilograms per mole, 10. kilograms per mole, 30 kilograms per mole, 30. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, 50 kilograms per mole, 50. kilograms per mole, 100 kilograms per mole, 100. kilograms per mole, 300 kilograms per mole, 300. kilograms per mole, 7 kilograms per mole, 7. kilograms per mole, 40 kilograms per mole, 40. kilograms per mole, or 30.8328 kilograms per mole or Null.
    Programmatic Pattern: (FilterMolecularWeightCutoffP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationPrefilterPoreSize

    The pore size of the prefilter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to .45 Micron if a prefilter membrane material is specified
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationFiltrationSyringe

    The syringe used to force that sample through a filter.
    Default Value: Automatic
    Default Calculation: Resolves to an syringe appropriate to the volume of sample being filtered.
    Pattern Description: An object of type or subtype Model[Container, Syringe] or Object[Container, Syringe] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Syringe], Object[Container, Syringe]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationSterileFiltration

    Indicates if the filtration of the samples should be done in a sterile environment.
    Default Value: False
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP
    Index Matches to: experiment samples

    PostConjugationFilterHousing

    The filter housing that should be used to hold the filter membrane when filtration is performed using a standalone filter membrane, or a filter plate for vacuum filtration.
    Default Value: Automatic
    Default Calculation: Resolves to an housing capable of holding the size of the membrane being used, if filter with Membrane FilterType is being used, or a filter plate for vacuum filtration.
    Pattern Description: An object of type or subtype Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], or Object[Instrument, FilterBlock] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], Object[Instrument, FilterBlock]}] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationCentrifugationIntensity

    The rotational speed or force at which the samples will be centrifuged during PostConjugationWorkup.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 2000 GravitationalAcceleration if filtering type is Centrifuge or PostConjugationWorkupMethod is Pellet.
    Pattern Description: Force or Speed or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationCentrifugationTime

    The amount of time for which the samples will be centrifuged during PostConjugationWorkup.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 5 Minute if filtering type is Centrifuge or PostConjugationWorkupMethod is Pellet.
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationCentrifugationTemperature

    The temperature at which the centrifuge chamber will be held while the samples are being centrifuged during PostConjugationWorkup.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 22 Celsius if filtering type is Centrifuge or PostConjugationWorkupMethod is Pellet.
    Pattern Description: Greater than or equal to -10 degrees Celsius or Null.
    Programmatic Pattern: (GreaterEqualP[-10*Celsius] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationMagnetizationRack

    The magnetized rack that the source/intermediate container will be placed in during the PostConjugationWorkup.
    Default Value: Automatic
    Default Calculation: Automatically set to a magnetized rack that can hold the source/intermediate container, if PostConjugationWorkupMethod->Magnetic is specified.
    Pattern Description: An object of type or subtype Model[Container, Rack] or Object[Container, Rack] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Rack], Object[Container, Rack]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspension

    Indicates whether the sample should be resuspended in PostConjugationResuspensionDiluent after PostConjugationWorkup is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to True if any resuspension options are specified. Otherwise set to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples

    PostConjugationResuspensionDiluent

    The reagent used to resuspend the sample after the PostConjugationWorkup is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 1X PBS if PostConjugationResuspension is True. Otherwise, set to Null.
    Pattern Description: An object of type or subtype Object[Sample] or Model[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Object[Sample], Model[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionDiluentVolume

    The volume of the PostConjugationResuspensionDiluent used to resuspend the sample after the PostConjugationWash is complete.
    Default Value: Automatic
    Default Calculation: Automatically set to 200 Microliter PostConjugationResuspension is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMix

    Indicates if the sample should be mixed after dispensing of the resuspension buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to True if PostConjugationResuspension is True. Otherwise, set to Null.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMixType

    The method used to mix the samples with PostConjugationResuspensionDiluent.
    Default Value: Automatic
    Default Calculation: Automatically, set to Pipette if PostConjugationResuspensionMix is True. Otherwise, set to Null.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMixRate

    The rate at which the sample and PostConjugationResuspensionDiluent are mixed during incubation.
    Default Value: Automatic
    Default Calculation: Automatically, set to 800 RPM based on PostConjugationResuspensionMixType.
    Pattern Description: Greater than or equal to 0 revolutions per minute and less than or equal to 10000 revolutions per minute or Null.
    Programmatic Pattern: (RangeP[0*RPM, 10000*RPM] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMixVolume

    The volume used to mix the samples by pipetting after dispensing of the resuspension buffer.
    Default Value: Automatic
    Default Calculation: Automatically set to half the PostConjugationResuspensionDiluentVolume if PostConjugationResuspensionMix is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 1000000 microliters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 1000000*Microliter] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionNumberOfMixes

    The number of aspirate and dispense cycles used to mix the sample during resuspension.
    Default Value: Automatic
    Default Calculation: Automatically set to 5 if PostConjugationResuspensionMix is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMixUntilDissolved

    Indicates if the sample should be mixed in an attempt to completed dissolve any solid components following addition of liquid.
    Default Value: Automatic
    Default Calculation: Automatically set to True if MaxMixTime or MaxNumberOfMixes are specified, or False otherwise.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMaxNumberOfMixes

    The maximum number of aspirate and dispense cycles used to mix the sample during resuspension.
    Default Value: Automatic
    Default Calculation: Automatically set to 50 if PostConjugationResuspensionMixUntilDissolved is True. Otherwise, set to Null.
    Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
    Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionTime

    The duration for which the sample should be mixed/incubated following addition of liquid.
    Default Value: Automatic
    Default Calculation: Automatically set to 30 minutes unless MixType is set to Pipette or Invert, in which case it is set to Null.
    Pattern Description: Greater than or equal to 0 hours and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[0*Hour, 72*Hour] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionMaxTime

    The maximum duration for which the samples should be mixed/incubated in an attempt to dissolve any solid components following addition of liquid.
    Default Value: Automatic
    Default Calculation: Automatically set based on the MixType if PostConjugationResuspensionMixUntilDissolved is set to True. If PostConjugationResuspensionMixUntilDissolved is False, resolves to Null.
    Pattern Description: Greater than or equal to 1 second and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[1*Second, 72*Hour] | Automatic) | Null
    Index Matches to: experiment samples

    PostConjugationResuspensionTemperature

    Temperature at which the sample should be incubated during PostConjugationResuspension.
    Default Value: Automatic
    Pattern Description: Ambient or greater than or equal to 22 degrees Celsius and less than or equal to 500 degrees Celsius or Null.
    Programmatic Pattern: ((RangeP[22*Celsius, $MaxIncubationTemperature] | Ambient) | Automatic) | Null
    Index Matches to: experiment samples

    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.
    Default Value: Null
    Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
    Programmatic Pattern: (Alternatives[SampleStorageTypeP | Disposal]) | Null
    Index Matches to: experiment samples

Sample Prep Options

    Sample Preparation

    PreparatoryUnitOperations

    Specifies a sequence of transferring, aliquoting, consolidating, or mixing of new or existing samples before the main experiment. These prepared samples can be used in the main experiment by referencing their defined name. For more information, please reference the documentation for ExperimentSampleManipulation.
    Default Value: Null
    Pattern Description: List of one or more unit Operation ManualSamplePreparation or RoboticSamplePreparation or unit Operation must match SamplePreparationP entries or Null.
    Programmatic Pattern: {((ManualSamplePreparationMethodP | RoboticSamplePreparationMethodP) | SamplePreparationP)..} | Null

    PreparatoryPrimitives

    Specifies a sequence of transferring, aliquoting, consolidating, or mixing of new or existing samples before the main experiment. These prepared samples can be used in the main experiment by referencing their defined name. For more information, please reference the documentation for ExperimentSampleManipulation.
    Default Value: Null
    Pattern Description: List of one or more a primitive with head Define, Transfer, Mix, Aliquot, Consolidation, FillToVolume, Incubate, Filter, Wait, Centrifuge, or Resuspend entries or Null.
    Programmatic Pattern: {SampleManipulationP..} | Null

    Preparatory Incubation

    Incubate

    Indicates if the SamplesIn should be incubated at a fixed temperature prior to starting the experiment or any aliquoting. Sample Preparation occurs in the order of Incubation, Centrifugation, Filtration, and then Aliquoting (if specified).
    Default Value: Automatic
    Default Calculation: Resolves to True if any of the corresponding Incubation options are set. Otherwise, resolves to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubationTemperature

    Temperature at which the SamplesIn should be incubated for the duration of the IncubationTime prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Ambient or greater than or equal to -20 degrees Celsius and less than or equal to 500 degrees Celsius or Null.
    Programmatic Pattern: ((Ambient | RangeP[$MinIncubationTemperature, $MaxIncubationTemperature]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubationTime

    Duration for which SamplesIn should be incubated at the IncubationTemperature, prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Greater than or equal to 1 minute and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[1*Minute, $MaxExperimentTime] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Mix

    Indicates if this sample should be mixed while incubated, prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Automatically resolves to True if any Mix related options are set. Otherwise, resolves to False.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    MixType

    Indicates the style of motion used to mix the sample, prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Automatically resolves based on the container of the sample and the Mix option.
    Pattern Description: Roll, Vortex, Sonicate, Pipette, Invert, Stir, Shake, Homogenize, Swirl, Disrupt, or Nutate or Null.
    Programmatic Pattern: (MixTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    MixUntilDissolved

    Indicates if the mix should be continued up to the MaxIncubationTime or MaxNumberOfMixes (chosen according to the mix Type), in an attempt dissolve any solute. Any mixing/incubation will occur prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Automatically resolves to True if MaxIncubationTime or MaxNumberOfMixes is set.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    MaxIncubationTime

    Maximum duration of time for which the samples will be mixed while incubated in an attempt to dissolve any solute, if the MixUntilDissolved option is chosen. This occurs prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Automatically resolves based on MixType, MixUntilDissolved, and the container of the given sample.
    Pattern Description: Greater than or equal to 1 minute and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[1*Minute, $MaxExperimentTime] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubationInstrument

    The instrument used to perform the Mix and/or Incubation, prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Automatically resolves based on the options Mix, Temperature, MixType and container of the sample.
    Pattern Description: An object of type or subtype Model[Instrument, Roller], Model[Instrument, OverheadStirrer], Model[Instrument, Vortex], Model[Instrument, Shaker], Model[Instrument, BottleRoller], Model[Instrument, Roller], Model[Instrument, Sonicator], Model[Instrument, HeatBlock], Model[Instrument, Homogenizer], Model[Instrument, Disruptor], Model[Instrument, Nutator], Model[Instrument, Thermocycler], Model[Instrument, EnvironmentalChamber], Model[Instrument, Pipette], Object[Instrument, Roller], Object[Instrument, OverheadStirrer], Object[Instrument, Vortex], Object[Instrument, Shaker], Object[Instrument, BottleRoller], Object[Instrument, Roller], Object[Instrument, Sonicator], Object[Instrument, HeatBlock], Object[Instrument, Homogenizer], Object[Instrument, Disruptor], Object[Instrument, Nutator], Object[Instrument, Thermocycler], Object[Instrument, EnvironmentalChamber], or Object[Instrument, Pipette] or Null.
    Programmatic Pattern: (ObjectP[Join[MixInstrumentModels, MixInstrumentObjects]] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    AnnealingTime

    Minimum duration for which the SamplesIn should remain in the incubator allowing the system to settle to room temperature after the IncubationTime has passed but prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
    Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubateAliquotContainer

    The desired type of container that should be used to prepare and house the incubation samples which should be used in lieu of the SamplesIn for the experiment.
    Default Value: Automatic
    Pattern Description: An object of type or subtype Model[Container] or {Index, Container} or Null.
    Programmatic Pattern: ((ObjectP[Model[Container]] | {GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | Automatic}) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubateAliquotDestinationWell

    The desired position in the corresponding AliquotContainer in which the aliquot samples will be placed.
    Default Value: Automatic
    Default Calculation: Automatically resolves to A1 in containers with only one position. For plates, fills wells in the order provided by the function AllWells.
    Pattern Description: Any well from A1 to H12 or Null.
    Programmatic Pattern: (WellPositionP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    IncubateAliquot

    The amount of each sample that should be transferred from the SamplesIn into the IncubateAliquotContainer when performing an aliquot before incubation.
    Default Value: Automatic
    Default Calculation: Automatically set as the smaller between the current sample volume and the maximum volume of the destination container.
    Pattern Description: All or greater than or equal to 1 microliter and less than or equal to 20 liters or Null.
    Programmatic Pattern: ((RangeP[1*Microliter, 20*Liter] | All) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Preparatory Centrifugation

    Centrifuge

    Indicates if the SamplesIn should be centrifuged prior to starting the experiment or any aliquoting. Sample Preparation occurs in the order of Incubation, Centrifugation, Filtration, and then Aliquoting (if specified).
    Default Value: Automatic
    Default Calculation: Resolves to True if any of the corresponding Centrifuge options are set. Otherwise, resolves to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeInstrument

    The centrifuge that will be used to spin the provided samples prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: An object of type or subtype Model[Instrument, Centrifuge] or Object[Instrument, Centrifuge] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, Centrifuge], Object[Instrument, Centrifuge]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeIntensity

    The rotational speed or the force that will be applied to the samples by centrifugation prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Greater than 0 revolutions per minute or greater than 0 standard accelerations due to gravity on the surface of the earth or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeTime

    The amount of time for which the SamplesIn should be centrifuged prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeTemperature

    The temperature at which the centrifuge chamber should be held while the samples are being centrifuged prior to starting the experiment.
    Default Value: Automatic
    Pattern Description: Ambient or greater than or equal to -10 degrees Celsius and less than or equal to 40 degrees Celsius or Null.
    Programmatic Pattern: ((Ambient | RangeP[-10*Celsius, 40*Celsius]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeAliquotDestinationWell

    The desired position in the corresponding AliquotContainer in which the aliquot samples will be placed.
    Default Value: Automatic
    Default Calculation: Automatically resolves to A1 in containers with only one position. For plates, fills wells in the order provided by the function AllWells.
    Pattern Description: Any well from A1 to H12 or Null.
    Programmatic Pattern: (WellPositionP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeAliquotContainer

    The desired type of container that should be used to prepare and house the centrifuge samples which should be used in lieu of the SamplesIn for the experiment.
    Default Value: Automatic
    Pattern Description: An object of type or subtype Model[Container] or {Index, Container} or Null.
    Programmatic Pattern: ((ObjectP[Model[Container]] | {GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | Automatic}) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    CentrifugeAliquot

    The amount of each sample that should be transferred from the SamplesIn into the CentrifugeAliquotContainer when performing an aliquot before centrifugation.
    Default Value: Automatic
    Default Calculation: Automatically set as the smaller between the current sample volume and the maximum volume of the destination container.
    Pattern Description: All or greater than or equal to 1 microliter and less than or equal to 20 liters or Null.
    Programmatic Pattern: ((RangeP[1*Microliter, 20*Liter] | All) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Preparatory Filtering

    Filtration

    Indicates if the SamplesIn should be filter prior to starting the experiment or any aliquoting. Sample Preparation occurs in the order of Incubation, Centrifugation, Filtration, and then Aliquoting (if specified).
    Default Value: Automatic
    Default Calculation: Resolves to True if any of the corresponding Filter options are set. Otherwise, resolves to False.
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FiltrationType

    The type of filtration method that should be used to perform the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to a filtration type appropriate for the volume of sample being filtered.
    Pattern Description: PeristalticPump, Centrifuge, Vacuum, Syringe, or AirPressure or Null.
    Programmatic Pattern: (FiltrationTypeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterInstrument

    The instrument that should be used to perform the filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolved to an instrument appropriate for the filtration type.
    Pattern Description: An object of type or subtype Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], or Object[Instrument, SyringePump] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterBlock], Object[Instrument, FilterBlock], Model[Instrument, PeristalticPump], Object[Instrument, PeristalticPump], Model[Instrument, VacuumPump], Object[Instrument, VacuumPump], Model[Instrument, Centrifuge], Object[Instrument, Centrifuge], Model[Instrument, SyringePump], Object[Instrument, SyringePump]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Filter

    The filter that should be used to remove impurities from the SamplesIn prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to a filter appropriate for the filtration type and instrument.
    Pattern Description: An object of type or subtype Model[Container, Plate, Filter], Model[Container, Vessel, Filter], or Model[Item, Filter] or Null.
    Programmatic Pattern: (ObjectP[{Model[Container, Plate, Filter], Model[Container, Vessel, Filter], Model[Item, Filter]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterMaterial

    The membrane material of the filter that should be used to remove impurities from the SamplesIn prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Resolves to an appropriate filter material for the given sample is Filtration is set to True.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PrefilterMaterial

    The material from which the prefilter filtration membrane should be made of to remove impurities from the SamplesIn prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: By default, no prefiltration is performed on samples, even when Filter->True.
    Pattern Description: Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, or HLB or Null.
    Programmatic Pattern: (FilterMembraneMaterialP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterPoreSize

    The pore size of the filter that should be used when removing impurities from the SamplesIn prior to starting the experiment.
    Default Value: Automatic
    Default Calculation: Resolves to an appropriate filter pore size for the given sample is Filtration is set to True.
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    PrefilterPoreSize

    The pore size of the filter; all particles larger than this should be removed during the filtration.
    Default Value: Automatic
    Default Calculation: By default, no prefiltration is performed on samples, even when Filter->True.
    Pattern Description: 0.008 micrometers, 0.1 micrometers, 0.2 micrometers, 0.22 micrometers, 0.45 micrometers, 1. micrometer, 1.1 micrometers, 2.5 micrometers, 6. micrometers, 20. micrometers, 30. micrometers, or 100. micrometers or Null.
    Programmatic Pattern: (FilterSizeP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterSyringe

    The syringe used to force that sample through a filter.
    Default Value: Automatic
    Default Calculation: Resolves to an syringe appropriate to the volume of sample being filtered, if Filtration is set to True.
    Pattern Description: An object of type or subtype Model[Container, Syringe] or Object[Container, Syringe] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Container, Syringe], Object[Container, Syringe]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterHousing

    The filter housing that should be used to hold the filter membrane when filtration is performed using a standalone filter membrane.
    Default Value: Automatic
    Default Calculation: Resolve to an housing capable of holding the size of the membrane being used, if filter with Membrane FilterType is being used and Filtration is set to True.
    Pattern Description: An object of type or subtype Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], or Object[Instrument, FilterBlock] or Null.
    Programmatic Pattern: (ObjectP[{Model[Instrument, FilterHousing], Object[Instrument, FilterHousing], Model[Instrument, FilterBlock], Object[Instrument, FilterBlock]}] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterIntensity

    The rotational speed or force at which the samples will be centrifuged during filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 2000 GravitationalAcceleration if FiltrationType is Centrifuge and Filtration is True.
    Pattern Description: Greater than 0 revolutions per minute or greater than 0 standard accelerations due to gravity on the surface of the earth or Null.
    Programmatic Pattern: ((GreaterP[0*RPM] | GreaterP[0*GravitationalAcceleration]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterTime

    The amount of time for which the samples will be centrifuged during filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 5 Minute if FiltrationType is Centrifuge and Filtration is True.
    Pattern Description: Greater than 0 minutes or Null.
    Programmatic Pattern: (GreaterP[0*Minute] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterTemperature

    The temperature at which the centrifuge chamber will be held while the samples are being centrifuged during filtration.
    Default Value: Automatic
    Default Calculation: Will automatically resolve to 22 Celsius if FiltrationType is Centrifuge and Filtration is True.
    Pattern Description: Greater than or equal to 4 degrees Celsius or Null.
    Programmatic Pattern: ((Alternatives[GreaterEqualP[4*Celsius]]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterContainerOut

    The desired container filtered samples should be produced in or transferred into by the end of filtration, with indices indicating grouping of samples in the same plates, if desired.
    Default Value: Automatic
    Default Calculation: Automatically set as the PreferredContainer for the Volume of the sample. For plates, attempts to fill all wells of a single plate with the same model before using another one.
    Pattern Description: An object of type or subtype Model[Container] or Object[Container] or a prepared sample or {Index, Container} or Null.
    Programmatic Pattern: (((ObjectP[{Model[Container], Object[Container]}] | _String) | {GreaterEqualP[1, 1] | Automatic, (ObjectP[{Model[Container], Object[Container]}] | _String) | Automatic}) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterAliquotDestinationWell

    The desired position in the corresponding AliquotContainer in which the aliquot samples will be placed.
    Default Value: Automatic
    Default Calculation: Automatically resolves to A1 in containers with only one position. For plates, fills wells in the order provided by the function AllWells.
    Pattern Description: Any well from A1 to H12 or Null.
    Programmatic Pattern: (WellPositionP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterAliquotContainer

    The desired type of container that should be used to prepare and house the filter samples which should be used in lieu of the SamplesIn for the experiment.
    Default Value: Automatic
    Pattern Description: An object of type or subtype Model[Container] or {Index, Container} or Null.
    Programmatic Pattern: ((ObjectP[Model[Container]] | {GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | Automatic}) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterAliquot

    The amount of each sample that should be transferred from the SamplesIn into the FilterAliquotContainer when performing an aliquot before filtration.
    Default Value: Automatic
    Default Calculation: Automatically set as the smaller between the current sample volume and the maximum volume of the destination container.
    Pattern Description: All or greater than or equal to 1 microliter and less than or equal to 20 liters or Null.
    Programmatic Pattern: ((RangeP[1*Microliter, 20*Liter] | All) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    FilterSterile

    Indicates if the filtration of the samples should be done in a sterile environment.
    Default Value: Automatic
    Default Calculation: Resolve to False if Filtration is indicated. If sterile filtration is desired, this option must manually be set to True.
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    Aliquoting

    Aliquot

    Indicates if aliquots should be taken from the SamplesIn and transferred into new AliquotSamples used in lieu of the SamplesIn for the experiment. Note that if NumberOfReplicates is specified this indicates that the input samples will also be aliquoted that number of times. Note that Aliquoting (if specified) occurs after any Sample Preparation (if specified).
    Default Value: Automatic
    Pattern Description: True or False.
    Programmatic Pattern: BooleanP | Automatic
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    AliquotAmount

    The amount of a sample that should be transferred from the input samples into aliquots.
    Default Value: Automatic
    Default Calculation: Automatically set as the smaller between the current sample volume and the maximum volume of the destination container if a liquid, or the current Mass or Count if a solid or counted item, respectively.
    Pattern Description: All or Count or Count or Mass or Volume or Null.
    Programmatic Pattern: ((RangeP[1*Microliter, 20*Liter] | RangeP[1*Milligram, 20*Kilogram] | GreaterP[0*Unit, 1*Unit] | GreaterP[0., 1.] | All) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    TargetConcentration

    The desired final concentration of analyte in the AliquotSamples after dilution of aliquots of SamplesIn with the ConcentratedBuffer and BufferDiluent which should be used in lieu of the SamplesIn for the experiment.
    Default Value: Automatic
    Default Calculation: Automatically calculated based on aliquot and buffer volumes.
    Pattern Description: Greater than 0 molar or greater than 0 grams per liter or Null.
    Programmatic Pattern: ((GreaterP[0*Molar] | GreaterP[0*(Gram/Liter)]) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    TargetConcentrationAnalyte

    The substance whose final concentration is attained with the TargetConcentration option.
    Default Value: Automatic
    Default Calculation: Automatically set to the first value in the Analytes field of the input sample, or, if not populated, to the first analyte in the Composition field of the input sample, or if none exist, the first identity model of any kind in the Composition field.
    Pattern Description: An object of type or subtype Model[Molecule], Model[Molecule, cDNA], Model[Molecule, Oligomer], Model[Molecule, Transcript], Model[Molecule, Protein], Model[Molecule, Protein, Antibody], Model[Molecule, Carbohydrate], Model[Molecule, Polymer], Model[Resin], Model[Resin, SolidPhaseSupport], Model[Lysate], Model[ProprietaryFormulation], Model[Virus], Model[Cell], Model[Cell, Mammalian], Model[Cell, Bacteria], Model[Cell, Yeast], Model[Tissue], Model[Material], or Model[Species] or Null.
    Programmatic Pattern: (ObjectP[IdentityModelTypes] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    AssayVolume

    The desired total volume of the aliquoted sample plus dilution buffer.
    Default Value: Automatic
    Default Calculation: Automatically determined based on Volume and TargetConcentration option values.
    Pattern Description: Greater than or equal to 1 microliter and less than or equal to 20 liters or Null.
    Programmatic Pattern: (RangeP[1*Microliter, 20*Liter] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    ConcentratedBuffer

    The concentrated buffer which should be diluted by the BufferDilutionFactor in the final solution (i.e., the combination of the sample, ConcentratedBuffer, and BufferDiluent). The ConcentratedBuffer and BufferDiluent will be combined and then mixed with the sample, where the combined volume of these buffers is the difference between the AliquotAmount and the total AssayVolume.
    Default Value: Automatic
    Pattern Description: An object of type or subtype Model[Sample] or Object[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Sample], Object[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    BufferDilutionFactor

    The dilution factor by which the concentrated buffer should be diluted in the final solution (i.e., the combination of the sample, ConcentratedBuffer, and BufferDiluent). The ConcentratedBuffer and BufferDiluent will be combined and then mixed with the sample, where the combined volume of these buffers is the difference between the AliquotAmount and the total AssayVolume.
    Default Value: Automatic
    Default Calculation: If ConcentratedBuffer is specified, automatically set to the ConcentratedBufferDilutionFactor of that sample; otherwise, set to Null.
    Pattern Description: Greater than or equal to 1 in increments of 1 or Null.
    Programmatic Pattern: (GreaterEqualP[1, 1] | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    BufferDiluent

    The buffer used to dilute the aliquot sample such that ConcentratedBuffer is diluted by BufferDilutionFactor in the final solution. The ConcentratedBuffer and BufferDiluent will be combined and then mixed with the sample, where the combined volume of these buffers is the difference between the AliquotAmount and the total AssayVolume.
    Default Value: Automatic
    Default Calculation: Automatically resolves to Model[Sample, "Milli-Q water"] if ConcentratedBuffer is specified; otherwise, resolves to Null.
    Pattern Description: An object of type or subtype Model[Sample] or Object[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Sample], Object[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    AssayBuffer

    The buffer that should be added to any aliquots requiring dilution, where the volume of this buffer added is the difference between the AliquotAmount and the total AssayVolume.
    Default Value: Automatic
    Default Calculation: Automatically resolves to Model[Sample, "Milli-Q water"] if ConcentratedBuffer is not specified; otherwise, resolves to Null.
    Pattern Description: An object of type or subtype Model[Sample] or Object[Sample] or a prepared sample or Null.
    Programmatic Pattern: ((ObjectP[{Model[Sample], Object[Sample]}] | _String) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    AliquotSampleStorageCondition

    The non-default conditions under which any aliquot samples generated by this experiment should be stored after the protocol is completed.
    Default Value: Automatic
    Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
    Programmatic Pattern: ((SampleStorageTypeP | Disposal) | Automatic) | Null
    Index Matches to: experiment samples
    Nested Index Matches to: experiment samples

    DestinationWell

    The desired position in the corresponding AliquotContainer in which the aliquot samples will be placed.
    Default Value: Automatic
    Default Calculation: Automatically resolves to A1 in containers with only one position. For plates, fills wells in the order provided by the function AllWells.
    Pattern Description: Any well from A1 to H12 or list of one or more any well from A1 to H12 or any well from A1 to H12 entries or list of one or more any well from A1 to H12 or any well from A1 to H12 or list of one or more any well from A1 to H12 or any well from A1 to H12 entries entries or Null.
    Programmatic Pattern: ((WellPositionP | {((Automatic | Null) | WellPositionP)..} | {(((Automatic | Null) | WellPositionP) | {((Automatic | Null) | WellPositionP)..})..}) | Automatic) | Null

    AliquotContainer

    The desired type of container that should be used to prepare and house the aliquot samples, with indices indicating grouping of samples in the same plates, if desired. This option will resolve to be the length of the SamplesIn * NumberOfReplicates.
    Default Value: Automatic
    Default Calculation: Automatically set as the PreferredContainer for the AssayVolume of the sample. For plates, attempts to fill all wells of a single plate with the same model before aliquoting into the next.
    Pattern Description: An object of type or subtype Model[Container] or Object[Container] or a prepared sample or Automatic or Null or {Index, Container} or list of one or more an object of type or subtype Model[Container] or Object[Container] or a prepared sample or Automatic or Null entries or list of one or more Automatic or Null or {Index, Container} entries or list of one or more list of one or more an object of type or subtype Model[Container] or Object[Container] or a prepared sample or Automatic or Null entries entries or list of one or more list of one or more Automatic or Null or {Index, Container} entries entries.
    Programmatic Pattern: (((ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null) | {GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null)} | {((ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null))..} | {({GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null)} | (Automatic | Null))..} | {{((ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null))..}..} | {{({GreaterEqualP[1, 1] | (Automatic | Null), (ObjectP[{Model[Container], Object[Container]}] | _String) | (Automatic | Null)} | (Automatic | Null))..}..}) | Automatic) | Null

    AliquotPreparation

    Indicates the desired scale at which liquid handling used to generate aliquots will occur.
    Default Value: Automatic
    Default Calculation: Automatic resolution will occur based on manipulation volumes and container types.
    Pattern Description: Manual or Robotic or Null.
    Programmatic Pattern: (PreparationMethodP | Automatic) | Null

    ConsolidateAliquots

    Indicates if identical aliquots should be prepared in the same container/position.
    Default Value: Automatic
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | 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.
    Default Value: Null
    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.
    Default Value: Null
    Pattern Description: A string or Null.
    Programmatic Pattern: _String | Null

    Post Experiment

    ImageSample

    Indicates if any samples that are modified in the course of the experiment should be freshly imaged after running the experiment. Please note that public samples are imaged regardless of the value of this option.
    Default Value: Automatic
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null

    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.
    Default Value: Automatic
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null

    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.
    Default Value: Automatic
    Pattern Description: True or False or Null.
    Programmatic Pattern: (BooleanP | Automatic) | Null

Example Calls

    Conjugate molecules in the desired samples.

    Conjugation of analytes contained in two samples where the resulting molecule has the properties contained in myConjugatedMoleculeIdentityModel.

    Conjugate molecules in the desired samples overnight at room temperature.

    Conjugation of samples at the desired incubation temperature and time.

    Perform the following conjugation steps: sample activation, conjugation, and conjugation reaction quenching. First, the sample is modified to activate functional groups in preparation for conjugation with the paired sample. Next, the samples are mixed and incubated to create a checmically linked product. Lastly, a quencher is added to terminate the conjugation reaction.

    Conjugate samples where sample activation and reaction quenching are required.

    Perform sample workup after conjugation is complete.

    Pellet the sample after conjugation to purify it from its reaction components.

Preferred Input Containers

    The ReactionVessels in which samples are pooled and incubated to conjugate analytes. Any desired container may be used but small volume vessels and liquid handler containers are preferred.

Warnings and Errors

    Messages  (40)

    ConflictingActivationMixOptions  (1)

    ActivationMix and related options cannot conflict:

    ConflictingActivationOptions  (1)

    Activation and related options cannot conflict:

    ConflictingConjugationMixOptions  (1)

    ConjugationMix and related options cannot conflict:

    ConflictingPostActivationResuspensionMixOptions  (1)

    PostActivationResuspensionMix and related options cannot conflict:

    ConflictingPostActivationResuspensionOptions  (1)

    PostActivationResuspension and related options cannot conflict:

    ConflictingPostActivationWashMixOptions  (1)

    PostActivationWashMix and related options cannot conflict:

    ConflictingPostActivationWashOptions  (1)

    PostActivationWash and related options cannot conflict:

    ConflictingPostConjugationMixUntilDissolvedOptions  (1)

    PostConjugationResuspensionMixUntilDissolved and related options cannot conflict:

    ConflictingPostConjugationResuspensionMixOptions  (1)

    PostConjugationResuspensionMix and related options cannot conflict:

    ConflictingPostConjugationResuspensionOptions  (1)

    PostConjugationResuspension and related options cannot conflict:

    ConflictingPostConjugationWorkupMixOptions  (1)

    PostConjugationWorkupMix and related options cannot conflict:

    ConflictingPostConjugationWorkupOptions  (1)

    PostConjugationWorkup and related options cannot conflict:

    ConflictingPreWashMixOptions  (1)

    PreWashMix and related options cannot conflict:

    ConflictingPreWashOptions  (1)

    PreWash and related options cannot conflict:

    ConflictingPreWashResuspensionMixOptions  (1)

    PreWashResuspensionMix and related options cannot conflict:

    ConflictingPreWashResuspensionOptions  (1)

    PreWashResuspension and related options cannot conflict:

    ConflictingQuenchOptions  (1)

    QuenchReaction and related options cannot conflict:

    DuplicatedBioconjugationSample  (1)

    Do not allow duplicate samples in the same conjugation pool:

    EmptyBioconjugationSampleContainer  (1)

    Do not allow empty containers as inputs:

    InvalidActivateOptions  (1)

    Activate related master switches cannot be True when Activate->False:

    InvalidActivationDiluentVolumes  (1)

    ActivationDiluentVolumes are valid volumes:

    InvalidActivationReagentVolumes  (1)

    ActivationReagentVolume can be calculated from reagent sample analytes or composition:

    InvalidBatchProcessingOptions  (1)

    ProcessingOrder and related options cannot conflict:

    InvalidConjugationBufferVolumes  (1)

    ConjugationBufferVolumes are valid volumes:

    InvalidConjugationMixVolumes  (1)

    ConjugationMixVolumes are valid volumes and less than the total ConjugationReactionVolume:

    InvalidPostConjugationOptions  (1)

    PostConjugationWorkup related master switches cannot be True when PostConjugationWorkup->False:

    InvalidPostConjugationResuspensionDiluentVolumes  (1)

    PostConjugationResuspensionDiluentVolumes are valid volumes:

    InvalidPostConjugationResuspensionMixVolumes  (1)

    PostConjugationResuspensionMixVolumes are valid volumes and less than the PostConjugationResuspensionDiluentVolume:

    InvalidPreWashOptions  (1)

    PreWash related master switches cannot be True when PreWash->False:

    InvalidQuenchingOptions  (1)

    Quenching related master switches cannot be True when QuenchConjugation->False:

    InvalidQuenchMixVolumes  (1)

    QuenchMixVolumes are valid volumes and less than the total QuenchReactionVolume:

    InvalidQuenchReagentVolumes  (1)

    QuenchReagentVolumes are valid volumes:

    InvalidReactionVessel  (1)

    Reaction vessel can accommodate the conjugation reaction and any subsequent quenching or workup:

    InvalidSampleAnalyteConcentrations  (1)

    Analytes can be identified in conjugation samples:

    ObjectDoesNotExist  (2)

    Do not allow non-existent samples as inputs:

    Do not allow non-existent identity models as inputs:

    TooManyConjugationBufferOptions  (1)

    Both ConjugationReactionBuffer and ConcentratedConjugationReactionBuffer related options cannot be specified:

    TooManyConjugationBuffers  (1)

    Both ConjugationReactionBuffer and ConcentratedConjugationReactionBuffer cannot be specified:

    UnknownProductStoichiometry  (1)

    The product stoichiometric coefficients for the conjugation reaction are provided:

    UnknownReactantsStoichiometry  (1)

    The reactant stoichiometric coefficients for the conjugation reaction are provided:

Possible Issues

    Samples not chemically linked

    If the output sample does not contain chemically linked molecules evaluate whether functional groups on the input molecule react spontaneously or require activation. Use Activate-> True and related options should this be necessary.

    Low yield of conjugated molecule.

    If the output sample contains a low yield of conjugated particles consider optimizing the conjugation conditions including ConjugationTime, ConjugationTemperature, and ConjugationBuffer.
Last modified on Thu 11 Apr 2024 17:15:07