tooluniverse.tools.gwas_get_association_by_id moduleΒΆ

gwas_get_association_by_id

Get a specific GWAS association by its unique identifier.

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

Get a specific GWAS association by its unique identifier.

Parameters:
  • association_id (str) – GWAS association identifier

  • 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]