tooluniverse.tools.eva_somatic_disease_target_score module

eva_somatic_disease_target_score

Extract disease-target association scores from EVA somatic mutations. This includes somatic varia…

tooluniverse.tools.eva_somatic_disease_target_score.eva_somatic_disease_target_score(efoId, pageSize, *, stream_callback=None, use_cache=False, validate=True)[source]

Extract disease-target association scores from EVA somatic mutations. This includes somatic varia…

Parameters:
  • efoId (str) – The EFO (Experimental Factor Ontology) ID of the disease, e.g., ‘EFO_0000339’…

  • pageSize (int) – Number of results per page (default: 100, max: 100)

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]