DissimilarityTargetInfo Data Type

Similarity of a target.

Properties
name data type description
dissimilarity number Dissimilarity of the target.
targetindex number Index of the target molecule.
targetid string ID string of the target molecule or null.
targetmolurl string Url of the target molecule.
targetimageurl string Url of the target molecule as a png image.
base64img string Base64 encoded png image of the target molecule if requested, otherwise null.

Example

{
  "dissimilarity" : 12345.0,
  "targetindex" : 12345,
  "targetid" : "...",
  "targetmolurl" : "...",
  "targetimageurl" : "...",
  "base64img" : "..."
}