tooluniverse.tools.UniProt_get_disease_variants_by_accession moduleΒΆ

UniProt_get_disease_variants_by_accession

Extract all variants (feature type = VARIANT) and their related annotations from UniProtKB entry.

tooluniverse.tools.UniProt_get_disease_variants_by_accession.UniProt_get_disease_variants_by_accession(accession, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Extract all variants (feature type = VARIANT) and their related annotations from UniProtKB entry.

Parameters:
  • accession (str) – UniProtKB 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