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]