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