Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To post a prediction task for a molecule, run the following request:
https://ochem.eu/modelservice/getPrediction.do?modelId=YOUR_MODEL_ID&mol=YOUR_MOLECULE

where odel id model ID the public model identifier or "model identity" (GUID) provided by OCHEM administration. If you plan to use predictions systematically, it is recommended to request a model identity (GUID).

For example, you can run
https://ochem.eu/modelservice/getPrediction.do?modelId=1&mol=c1ccccc1
the following request
to predict mutagenicity using AMES model https://ochem.eu/model/1

...