Duaer

入门

在 Duaer 里检索蛋白复合物

在 Duaer 里用 Duaer Data 经 Complex Portal 检索蛋白复合物。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「复合物」返回 Complex Portal 记录(编号、物种、成员)。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「复合物」,或打开 数据市场 复制技能。互作见 互作。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「复合物」。
  2. Words 必填(新节点默认 insulin);也可填 CPX- 编号。
  3. Organism 可选(学名或 taxonomy id)。Limit 默认 10,最大 20。点执行此步骤。

成功扣 1 额度。正式运行的交付进 数据池。

用 API 调用

  • GET https://api.duaer.com/v1/data/complexes?...
  • Authorization: Bearer <Duaer key>
  • 必须提供 words。

密钥见 Duaer 公开 API 的身份验证。下方是与「复制技能」相同的英文技能。

调用技能(英文)

与数据市场「复制技能」一致。正文保持英文。

---
name: duaer-complexes
description: >-
  Search protein complexes through Duaer via Complex Portal.
  One successful search uses 1 Duaer credit.
---

# Duaer complexes

Search protein complexes through Duaer with a Duaer key (Complex Portal / IntAct).

## Call

`GET https://api.duaer.com/v1/data/complexes?words=insulin&organism=Homo%20sapiens&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

`words` is required.

- `words` — words in the complex name or description, or a Complex Portal id (`CPX-4305`).
- `organism` — optional. Keep complexes whose organism contains this text, or an NCBI taxonomy id (`9606`).
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `complexAc`, `organism`, `description`, `predicted`, `interactors`, and `interactorCount`.
Related interactions: https://skills.duaer.com/interactions.md.
Related proteins: https://skills.duaer.com/proteins.md.
Related organisms: https://skills.duaer.com/organisms.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.

常见问题

Organism 填什么?

可填学名(如 Homo sapiens)或 NCBI taxonomy id(如 9606)。

同组