tooluniverse.tools.gwas_get_associations_for_study moduleΒΆ

gwas_get_associations_for_study

Get all associations for a specific study, sorted by p-value.

tooluniverse.tools.gwas_get_associations_for_study.gwas_get_associations_for_study(accession_id, size=None, page=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Get all associations for a specific study, sorted by p-value.

Parameters:
  • accession_id (str) – Study accession identifier

  • size (int) – Number of results to return per page

  • page (int) – Page number for pagination

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