find_related_links
Find related or cross-referenced PubMed records for given IDs using ELink. Link between databases (e.g., PubMed to PMC) or restrict to specific link categories like cited-in references.
Instructions
Find related or cross-referenced records (ELink) for a list of UIDs.
dbfrom is the source database of ids; db is the target database to link into.
linkname restricts results to one specific link category (e.g. "pubmed_pubmed_citedin"),
which is more efficient than returning every link category.
cmd selects the ELink mode: "neighbor" (default, full link data), "neighbor_score"
(adds relevance scores), "acheck" (list all available linknames for the given ids).
Examples: find_related_links(ids="34523456", linkname="pubmed_pubmed_citedin") find_related_links(ids="34523456", dbfrom="pubmed", db="pmc")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | pubmed | |
| cmd | No | neighbor | |
| ids | Yes | ||
| dbfrom | No | pubmed | |
| linkname | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||