## Harmonizome.get_gene_associations_summary()


Get a summary of all functional associations for a gene.


Usage

``` python
Harmonizome.get_gene_associations_summary(
    gene_symbol, datasets=None, use_download=False
)
```


## Parameters


`gene_symbol: str`  
Gene symbol

`datasets: Optional[list[str]] = None`  
List of dataset names to search. If None, searches all datasets.

`use_download: bool = ``False`  
If True, downloads files to get associations. If False, uses API.


## Returns


`dict[str, Any]`  
Dictionary with summary statistics and dataset breakdown
