cagey.Reaction#

class cagey.Reaction(experiment, plate, formulation_number, di_name, tri_name)[source]#

Bases: object

A reaction.

Parameters:
  • experiment (str) – The name of the experiment.

  • plate (int) – The plate number.

  • formulation_number (int) – The formulation number.

  • di_name (str) – The di-topic precursor.

  • tri_name (str) – The tri-topic precursor.

Methods

Attributes

experiment

The name of the experiment.

plate

The plate number.

formulation_number

The formulation number.

di_name

The di-topic precursor.

tri_name

The tri-topic precursor.

di_name: str#

The di-topic precursor.

experiment: str#

The name of the experiment.

formulation_number: int#

The formulation number.

plate: int#

The plate number.

tri_name: str#

The tri-topic precursor.