Get Citations
encode_get_citationsRetrieve publications and citations for ENCODE experiments. Export data in JSON, BibTeX, or RIS format for reference managers.
Instructions
Get publications and citations for tracked experiments.
Returns publication data with authors, journal, DOI, PMID. Can export as BibTeX or RIS (Endnote/Zotero/Mendeley compatible).
WHEN TO USE: Use to get publication data for tracked experiments. Supports BibTeX and RIS export for reference managers. RELATED TOOLS: encode_track_experiment, encode_link_reference
Args: accession: Specific experiment accession. If None, returns all publications. export_format: Output format: - "json": Structured data (default) - "bibtex": BibTeX format for LaTeX - "ris": RIS format (Endnote, Zotero, Mendeley)
Returns: Publications in the requested format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accession | No | ||
| export_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |