tooluniverse.tools.HPA_get_comprehensive_gene_details_by_ensembl_id module¶
HPA_get_comprehensive_gene_details_by_ensembl_id
Get detailed in-depth information from gene page using Ensembl Gene ID, including image URLs, ant…
- tooluniverse.tools.HPA_get_comprehensive_gene_details_by_ensembl_id.HPA_get_comprehensive_gene_details_by_ensembl_id(ensembl_id, include_images, include_antibodies, include_expression, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Get detailed in-depth information from gene page using Ensembl Gene ID, including image URLs, ant…
- Parameters:
ensembl_id (
str
) – Ensembl Gene ID, e.g., ‘ENSG00000064787’ (BCAS1), ‘ENSG00000141510’ (TP53), e…include_images (
bool
) – Whether to include image URL information (immunofluorescence, cell line image…include_antibodies (
bool
) – Whether to include detailed antibody information (validation status, Western …include_expression (
bool
) – Whether to include detailed expression data (tissue specificity, subcellular …stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
Any