CADETProcess.tools.yamamoto.YamamotoResults

Contents

CADETProcess.tools.yamamoto.YamamotoResults#

class CADETProcess.tools.yamamoto.YamamotoResults(column: ChromatographicColumnBase, experiments: list[GradientExperiment], log_gradient_slope: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], log_c_salt_at_max_M: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str])[source]#

Parameter values determined using Yamamoto’s method.

Attributes:
characteristic_charge

np.ndarray: Characteristic charges of the binding model.

k_eq

np.ndarray: Equilibrium constants of the binding model.

Methods

plot([fig, ax])

Plot the normalized gradient slope against the peak salt concentration.