Result of a most similars search.
name | data type | description |
---|---|---|
searchtime | number | Search time in ms. |
targetcount | number | Searched target count. |
query | string | Query structure/descriptor/id used. Note that query is not necessarily a valid structure. |
querysmi | string | Query as smiles if applicable. Content is filled when structure query was made. When ID query was made filled only id SMILES is available for the query structure. |
targets | array of DissimilarityTargetInfo | List of most similar targets. |
Example
{ "searchtime" : 12345, "targetcount" : 12345, "query" : "...", "querysmi" : "...", "targets" : [ { "dissimilarity" : 12345.0, "targetindex" : 12345, "targetid" : "...", "targetmolurl" : "...", "targetimageurl" : "...", "base64img" : "..." }, { "dissimilarity" : 12345.0, "targetindex" : 12345, "targetid" : "...", "targetmolurl" : "...", "targetimageurl" : "...", "base64img" : "..." } ] }