Duaer

Get started

Search assays in Duaer

In Duaer, search ChEMBL assays with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.

What you get

Assays in the Duaer data market returns ChEMBL assays (type, organism, target, confidence). One successful search uses 1 credit.

Add the node from the Duaer Data category (Assays), or copy the skill on the data market. Related: Activities for measured values.

Search on the canvas

  1. Open the node creator, select Duaer Data, then Assays.
  2. Words is required (a new node starts with EGFR). Keywords or assay ChEMBL ids work.
  3. Organism and Assay type are optional. Limit defaults to 10, max 20; results prefer higher confidence. Select Execute step.

A successful search uses 1 credit. Production deliverables land in the data pool.

Call the API

  • GET https://api.duaer.com/v1/data/assays?...
  • Authorization: Bearer <Duaer key>
  • words is required.

For keys, refer to Authentication for the Duaer public API. Below is the same English call skill as Copy skill.

Call skill

Same text as Copy skill on the Duaer data market. Keep it English.

---
name: duaer-assays
description: >-
  Search ChEMBL assays through Duaer by words or assay id.
  One successful search uses 1 Duaer credit.
---

# Duaer assays

Search ChEMBL assays through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/assays?words=EGFR&organism=Homo%20sapiens&assayType=B&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

`words` is required.

- `words` — words in the assay description, or a ChEMBL assay id (`CHEMBL5344031`).
- `organism` — optional. Keep assays whose organism contains this text.
- `assayType` — optional. Letter code (`B`/`F`/`A`/…) or words from the type description.
- `limit` — optional. From 1 to 20. Default 10. Results prefer higher confidence.

## Result

Each item has `source`, `title`, `url`, `summary`, `assayChemblId`, `description`, `assayType`, `assayTypeDescription`, `organism`, `targetChemblId`, `confidenceScore`, `baoLabel`, and `documentChemblId`.
Reuse `assayChemblId` / `targetChemblId` when searching activities: https://skills.duaer.com/activities.md.

## Credits

One successful search uses 1 credit.
An empty search, a failed search, a compound that matches nothing, or no remaining credits uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.

Questions

What goes in Assay type for Duaer Assays?

A letter code such as B, or words from the type description such as Binding.

In this section