tooluniverse.tools.HPA_get_contextual_biological_process_analysis module

HPA_get_contextual_biological_process_analysis

Analyze a gene’s biological processes in the context of a specific tissue or cell line by integra…

tooluniverse.tools.HPA_get_contextual_biological_process_analysis.HPA_get_contextual_biological_process_analysis(gene_name, context_name, *, stream_callback=None, use_cache=False, validate=True)[source]

Analyze a gene’s biological processes in the context of a specific tissue or cell line by integra…

Parameters:
  • gene_name (str) – Gene name or symbol, e.g., ‘TP53’, ‘EGFR’, ‘BRCA1’.

  • context_name (str) – Name of the tissue or cell line to provide context, e.g., ‘brain’, ‘liver’, ‘…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any