Duaer

入门

在 Duaer 里查询 AlphaFold 预测结构

在 Duaer 里用 Duaer Data 按基因或 UniProt 编号查询 AlphaFold 预测结构。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「AlphaFold」返回预测结构(pLDDT、PDB/CIF 链接)。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「AlphaFold」,或打开 数据市场 复制技能。实验结构见 蛋白结构。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「AlphaFold」。
  2. 填 Gene(新节点默认 INS)或 Accession(如 P01308;有 Accession 时优先)。
  3. Organism 可选(解析 Gene 时默认 Homo sapiens)。Limit 默认 10,最大 20。点执行此步骤。

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

用 API 调用

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

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

调用技能(英文)

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

---
name: duaer-alphafold
description: >-
  Look up AlphaFold predicted structures through Duaer by gene or UniProt accession.
  One successful search uses 1 Duaer credit.
---

# Duaer AlphaFold

Look up AlphaFold predicted structures through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/alphafold?gene=INS&organism=Homo%20sapiens&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Provide `gene` or `accession` (or both; accession wins).

- `gene` — gene symbol resolved via UniProt (default organism Homo sapiens).
- `accession` — optional. UniProt accession (`P01308`). Overrides gene when set.
- `organism` — optional. Used when resolving gene (default `Homo sapiens`).
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `accession`, `gene`, `uniprotId`, `description`, `organism`, `modelEntityId`, `modelVersion`, `globalPlddt`, `pdbUrl`, and `cifUrl`.
Related experimental structures: https://skills.duaer.com/structures.md.
Related proteins: https://skills.duaer.com/proteins.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.

常见问题

Gene 和 Accession 填哪个?

有 UniProt 编号就填 Accession;否则填 Gene,Duaer 会经 UniProt 解析后再查 AlphaFold。

同组