Duaer

入门

在 Duaer 里检索同源基因

在 Duaer 里用 Duaer Data 检索跨物种同源基因(MyGene HomoloGene)。一次成功查询 1 额度。本页含完整英文调用技能。

能拿到什么

Duaer 数据市场里的「同源基因」按 HomoloGene 列出跨物种同源基因。一次成功查询 1 额度。

从节点创建器的 Duaer 数据分类 选「同源基因」,或打开 数据市场 复制技能。基因符号见 基因;物种 Taxonomy ID 见 物种。

在画布里检索

  1. 打开节点创建器,点「Duaer 数据」,再选「同源基因」。
  2. Gene 必填(新节点默认 INS)。Species 默认 9606;Ortholog species 可选(如 10090 只留小鼠)。
  3. Limit 默认 10,最大 20。点执行此步骤。

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

用 API 调用

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

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

调用技能(英文)

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

---
name: duaer-orthologs
description: >-
  Search cross-species orthologs through Duaer (MyGene HomoloGene).
  One successful search uses 1 Duaer credit.
---

# Duaer orthologs

Search cross-species orthologs through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/orthologs?gene=INS&species=9606&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

`gene` is required.

- `gene` — gene symbol or NCBI Gene id. Look up symbols with https://skills.duaer.com/genes.md.
- `species` — optional. NCBI taxonomy id for the query gene. Default `9606` (human). Look up ids with https://skills.duaer.com/organisms.md.
- `orthologSpecies` — optional. Keep only orthologs for this taxonomy id (for example `10090` for mouse).
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `gene`, `geneId`, `name`, `taxId`, `organism`, `ensemblId`, `homologeneId`, `queryGene`, and `queryTaxId`.
Reuse `gene` when searching proteins, genes, expression, or targets.

## 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.

常见问题

Ortholog species 做什么?

只保留该 Taxonomy ID 的同源成员;留空则返回 HomoloGene 组内各物种。

同组