tooluniverse.tools.UniProt_get_entry_by_accession moduleΒΆ

UniProt_get_entry_by_accession

Get the complete JSON entry for a specified UniProtKB accession.

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.

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:

Any