pyprobound.external.parse_probound_rounds

parse_probound_rounds(fit_final, modes, cooperativities, table_idx)

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

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

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

  • cooperativities (Iterable[Cooperativity]) – The Mode encoding of binding mode interactions, from parse_probound_interactions.

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

Return type:

list[Round]

Returns:

A list of Round objects.