tooluniverse.tools.UniProt_get_entry_by_accession module
UniProt_get_entry_by_accession
Get the complete JSON entry for a specified UniProtKB accession. WARNING: This tool returns the c…
-
tooluniverse.tools.UniProt_get_entry_by_accession.UniProt_get_entry_by_accession(accession, *, stream_callback=None, use_cache=False, validate=True)[source]
Get the complete JSON entry for a specified UniProtKB accession. WARNING: This tool returns the c…
- Parameters:
accession (str) – UniProtKB entry accession, e.g., P05067.
stream_callback (Callable, optional) – Callback for streaming output
use_cache (bool, default False) – Enable caching
validate (bool, default True) – Validate parameters
- Return type:
dict[str, Any]