Exemplo n.º 1
0
    'cleaning protocol',
    sample_prep_method='Plates Clean.setup',
    itc_method='water5inj.inj',
    analysis_method='Control',
    experimental_conditions=dict(target_temperature=25, equilibration_time=60, stir_rate=1000, reference_power=5),
    injections=5 * [dict(volume_inj=7.5, duration_inj=15, spacing=150, filter_period=5)],
    )


# Define ITC Experiment.

# use specified protocol by default
itc_experiment_set = ITCExperimentSet(name='SAMPL4-CB7 host-guest experiments')
# Add available plates for experiments.
itc_experiment_set.addDestinationPlate(
    Labware(
        RackLabel='DestinationPlate',
        RackType='ITC Plate'))
itc_experiment_set.addDestinationPlate(
    Labware(
        RackLabel='DestinationPlate2',
        RackType='ITC Plate'))

nreplicates = 1  # number of replicates of each experiment

# Add cleaning experiment.
name = 'initial cleaning water titration'
itc_experiment_set.addExperiment(
    ITCExperiment(
        name=name,
        syringe_source=water_trough,
        cell_source=water_trough,
Exemplo n.º 2
0
    experimental_conditions=dict(target_temperature=25,
                                 equilibration_time=60,
                                 stir_rate=1000,
                                 reference_power=5),
    injections=5 *
    [dict(volume_inj=7.5, duration_inj=15, spacing=150, filter_period=5)],
)

# Define ITC Experiment.

# use specified protocol by default
itc_experiment_set = ITCExperimentSet(
    name='Bovine carbonic anhydrase (CAII) experiments')
# Add available plates for experiments.
destination_plate = Labware(RackLabel='DestinationPlate', RackType='ITC Plate')
itc_experiment_set.addDestinationPlate(destination_plate)

nreplicates = 1  # number of replicates of each experiment

# Add cleaning experiment.
name = 'initial cleaning water titration'
itc_experiment_set.addExperiment(
    ITCExperiment(name=name,
                  syringe_source=water_trough,
                  cell_source=water_trough,
                  protocol=cleaning_protocol,
                  cell_volume=cell_volume))

# Add water control titrations.
for replicate in range(1):
    name = 'water into water %d' % (replicate + 1)
Exemplo n.º 3
0
    itc_method='Chodera_HSA.inj',  # TODO Define new protocol with more injections?
    analysis_method='Onesite')  # TODO better default analysis?
# Protocol for cleaning protocol
binding_cleaning_protocol = ITCProtocol(
    'cleaning protocol',
    sample_prep_method='Plates Clean.setup',
    itc_method='Chodera_HSA.inj',
    analysis_method='Onesite')

# Define ITC Experiment.

# use specified protocol by default
itc_experiment_set = ITCExperimentSet(name='Human Serum Albumin experiments')
# Add available plates for experiments.
itc_experiment_set.addDestinationPlate(
    Labware(
        RackLabel='DestinationPlate',
        RackType='ITC Plate'))
itc_experiment_set.addDestinationPlate(
    Labware(
        RackLabel='DestinationPlate2',
        RackType='ITC Plate'))

nreplicates = 1  # number of replicates of each experiment


# Add water control titrations.
for replicate in range(1):
    name = 'water into water %d' % (replicate + 1)
    itc_experiment_set.addExperiment(
        ITCExperiment(
            name=name,