pyprobound.external.parse_probound_interactions

parse_probound_interactions(fit_final, modes, table_idx)

Parses all interactions associated with an experiment in a ProBound fit.

Parameters:
  • fit_final (dict[str, Any]) – The ProBound fit, parsed by get_fit_final.

  • modes (Sequence[Mode]) – The Mode encoding of binding modes, from parse_probound_modes.

  • table_idx (int) – The index of the experiment in the ProBound fit.

Return type:

list[Cooperativity]

Returns:

A list of Mode objects.