tooluniverse.tools.HPA_get_comparative_expression_by_gene_and_cellline module

HPA_get_comparative_expression_by_gene_and_cellline

Compare the expression level differences of a gene between a specific cell line and healthy tissu…

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

Compare the expression level differences of a gene between a specific cell line and healthy tissu…

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

  • cell_line (str) – Cell line name, supported cell lines include: ishikawa, hela, mcf7, a549, hep…

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any