Duaer

Get started

Search HGNC in Duaer

In Duaer, look up approved gene symbols via HGNC with Duaer Data. One successful search uses 1 credit. This page includes the full English call skill.

What you get

HGNC in the Duaer data market returns approved symbols, locus, and Ensembl/Entrez/UniProt cross-references. One successful search uses 1 credit.

Add the node from the Duaer Data category (HGNC), or copy the skill on the data market. Related: Genes.

Search on the canvas

  1. Open the node creator, select Duaer Data, then HGNC.
  2. Enter Words (a new node starts with BRCA1), or an HGNC id.
  3. Limit defaults to 10, max 20. 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/hgnc?...
  • Authorization: Bearer <Duaer key>
  • words or id 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-hgnc
description: >-
  Look up approved gene symbols via HGNC through Duaer.
  One successful search uses 1 Duaer credit.
---

# Duaer HGNC

Look up approved gene symbols via HGNC through Duaer with a Duaer key.

## Call

`GET https://api.duaer.com/v1/data/hgnc?words=BRCA1&limit=10`

Header: `Authorization: Bearer <Duaer key>`

Use an account key or a model API key.

Provide `words` or `id`.

- `words` — gene symbol or name words, such as BRCA1.
- `id` — optional. HGNC id such as HGNC:1100 or 1100.
- `limit` — optional. From 1 to 20. Default 10.

## Result

Each item has `source`, `title`, `url`, `summary`, `hgncId`, `symbol`, `name`, `locusGroup`, `locusType`, `location`, `ensemblId`, `entrezId`, `uniprotIds`, and `status`.
Related genes: https://skills.duaer.com/genes.md.
Related ensembl: https://skills.duaer.com/ensembl.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

How do Duaer HGNC, Genes, and Ensembl differ?

Genes uses MyGene. Ensembl emphasizes genomic coordinates. HGNC is the human gene nomenclature authority for approved symbols and aliases.

In this section