relate
Identify relationships between research datasets by detecting shared accessions and cross-identifiers. Get join hints without reading file contents.
Instructions
Given 2-10 resource ids, return metadata-level join/harmonization HINTS: how the datasets relate and on what key they could be joined. Detects shared accessions (BioProject/SRA/GEO), shared cross-identifiers (doi/pmid/pmcid), explicit links between the inputs, and version lineage. HINTS ONLY — it does not read file columns, fetch files, or execute any join/merge/conversion; each hint names the shared value as evidence. Resolve ids first if you only have a search result. Per-id resolve failures are reported, not fatal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | 2-10 source-prefixed resource ids to relate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_ids | Yes | ||
| resolved | Yes | ||
| hints | No | ||
| errors | No | ||
| note | No |