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
- Open the node creator, select Duaer Data, then Assays.
- Words is required (a new node starts with EGFR). Keywords or assay ChEMBL ids work.
- 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
Search activities in Duaer
In Duaer, search ChEMBL bioactivities by molecule or target with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.
Get startedSearch targets in Duaer
In Duaer, search Open Targets gene–disease associations with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.
Get startedSearch compounds in Duaer
In Duaer, search compounds and drugs with Duaer Data. One successful search uses 1 credit; a name that matches nothing uses 0. This page includes the full English call skill.
Get startedUse the Duaer data market
In Duaer, the data market lists data you can fetch, what you get, and the price. The sidebar item sits directly under Data pool. Opening the catalog does not run a search.