Duaer

入门

在 Duaer 里检索 Monarch

在 Duaer 里用 Duaer Data 经 Monarch 检索疾病、表型或基因。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「Monarch」返回 MONDO/HPO/基因条目与交叉引用。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「Monarch」,或打开 数据市场 复制技能。表型见 表型。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「Monarch」。
  2. 填 Words(新节点默认 Marfan),或 Monarch ID;Category 默认 Disease。
  3. Limit 默认 10,最大 20。点执行此步骤。

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

用 API 调用

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

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

调用技能(英文)

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

---
name: duaer-monarch
description: >-
  Search Monarch diseases, phenotypes, or genes through Duaer.
  One successful search uses 1 Duaer credit.
---

# Duaer Monarch

Search Monarch diseases, phenotypes, or genes through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/monarch?words=Marfan&category=disease&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Provide `words` or `id`.

- `words` — search text, such as Marfan.
- `id` — optional. CURIE such as MONDO:0007947, HP:0000819, or HGNC:1100.
- `category` — optional. disease (default), phenotype, or gene. Used with words.
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `monarchId`, `name`, `category`, `description`, `taxon`, and `xrefs`.
Related diseases: https://skills.duaer.com/diseases.md.
Related phenotypes: https://skills.duaer.com/phenotypes.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.

常见问题

和 Diseases / Phenotypes 有什么区别?

Diseases 走 UniProt 疾病;Phenotypes 走 HPO。Monarch 统一检索疾病/表型/基因,并带回交叉引用。

同组