drugforge.alchemy.predict.plotmol_relative
- drugforge.alchemy.predict.plotmol_relative(calculated: array, experimental: array, smiles: list[str], titles: list[tuple[str, str]] | None = None, calculated_uncertainty: array | None = None, experimental_uncertainty: array | None = None) figure[source]
Create an interactive plot using Plotmol for the relative predictions of the free energies.
- Args:
calculated: An array of calculated predictions. experimental: An array of experimental predictions in order of the calculated values. smiles: A list of smiles strings in order of the calculated values. titles: A list of titles in order of the calculated values. calculated_uncertainty: An optional array of calculated uncertainty values. experimental_uncertainty: An optional array of experimental uncertainty values.
- Returns:
The bokeh interactive plot.