encode_get_citations
Retrieve publication data and citations for ENCODE experiments, supporting export to BibTeX or RIS formats for reference management.
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 |