Cross-Disease Structural Target Overlap
compare_disease_target_overlapCompare two diseases by their protein targets to identify shared and unique targets with a Jaccard similarity score, supporting drug repurposing and comorbidity research.
Instructions
Compare the protein target landscapes of two diseases.
Identifies shared and unique targets between two diseases — a key analysis for drug repurposing, identifying shared mechanisms, and understanding comorbidity.
Returns:
Shared targets (present in both disease target sets)
Unique to Disease A / Disease B
Jaccard similarity score of target sets
Example: compare_disease_target_overlap( mondo_id_a='MONDO:0004975', # Alzheimer disease mondo_id_b='MONDO:0005180', # Parkinson disease )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |