tooluniverse.tools.gwas_get_study_by_id moduleΒΆ gwas_get_study_by_id Get a specific GWAS study by its unique identifier. tooluniverse.tools.gwas_get_study_by_id.gwas_get_study_by_id(study_id, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ Get a specific GWAS study by its unique identifier. Parameters: study_id (str) β GWAS study 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]