biocontext_kb.core.proteinatlas
===============================

.. py:module:: biocontext_kb.core.proteinatlas


Functions
---------

.. autoapisummary::

   biocontext_kb.core.proteinatlas.get_human_protein_atlas_info


Package Contents
----------------

.. py:function:: get_human_protein_atlas_info(gene_id, gene_symbol)

   Retrieve Human Protein Atlas information including expression, localization, and pathology data. Provide either gene_id or gene_symbol.

   :returns: Protein atlas data with tissue_expression, subcellular_location, pathology, antibodies, RNA/protein levels or error message.
   :rtype: dict


