togoid_getDataset
Obtain the configuration of a biological dataset, including ID validation regex, URI prefixes, sample IDs, and annotation types.
Instructions
Get configuration for a specific database in TogoID.
Retrieves detailed metadata about a single dataset, including its ID format, URI prefix, example IDs, and available annotations.
RETURNS a dict with label (human-readable name), regex (ID-validation
pattern — use it to check your IDs are well-formed), prefix (URI prefixes
for linking), examples (sample IDs — test with countId before bulk
conversion), and annotations (available annotation types).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset key (e.g., 'uniprot', 'ncbigene', 'pdb', 'chembl_target', 'ensembl_gene', 'hgnc', 'pubchem_compound') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||