drug-repurposing

Match disease signatures with drug perturbation profiles using network proximity scoring.

29|3|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/inflexa-ai/inflexa --skill drug-repurposing-inflexa-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-repurposing
Source: https://github.com/inflexa-ai/inflexa/tree/main/skills/drug-repurposing
Command: npx skills add https://github.com/inflexa-ai/inflexa --skill drug-repurposing-inflexa-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, matplotlib, scipy, gseapy, networkx, seaborn, and includes references (resource) components.

What problem does it solve?

This skill addresses the high cost and time required for drug discovery by identifying existing, approved, or clinical-stage compounds that can be repurposed for new therapeutic indications.

Core Features & Use Cases

  • Multi-Strategy Analysis: Supports signature-based, target-based, network-based, and genetics-based repurposing workflows.
  • Evidence Integration: Combines computational predictions with clinical and safety data to prioritize candidates.
  • Use Case: A researcher has a disease-specific transcriptomic signature and needs to find drugs that reverse this signature while also showing genetic evidence for the target and favorable network proximity.

Quick Start

Use the drug-repurposing skill to analyze the provided disease gene signature and generate a ranked list of candidate drugs with their associated evidence scores.

Frequently Asked Questions about drug-repurposing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify potential drug repurposing candidates using a disease-specific transcriptomic signature?

To identify drug repurposing candidates, this skill matches disease-specific transcriptomic signatures against known drug perturbation profiles. It generates a ranked list of compounds by scoring connectivity, genetic associations, and network proximity using pandas and scipy for statistical enrichment.

What computational strategies are used for systematic drug repositioning?

Systematic drug repositioning is achieved through four multi-strategy workflows: signature-based, target-based, network-based, and genetics-based analysis. These methods integrate clinical evidence to prioritize approved compounds for new therapeutic indications.

Can I use networkx and gseapy for protein-protein interaction network analysis in drug discovery?

Yes, networkx and gseapy are utilized for protein-protein interaction network analysis and statistical enrichment. This computes graph-based proximity between disease targets and drug nodes to find existing compounds that reverse disease signatures.

What data inputs do I need for matching genetic associations with drug perturbation profiles?

You need a disease-specific biological signature and genetic associations to match with drug perturbation profiles. The skill processes this input to score connectivity and clinical evidence, yielding a ranked list of therapeutic candidates.

Does this approach integrate clinical safety data when predicting new uses for existing drugs?

Yes, the approach integrates computational predictions with clinical and safety data. This evidence integration prioritizes candidate drugs by combining network proximity scores with known safety profiles to find new uses for existing drugs.

What Python dependencies are required for graph-based proximity analysis in computational drug repurposing?

Graph-based proximity analysis requires numpy, pandas, scipy, gseapy, and networkx. Matplotlib and seaborn are also included for visualizing the statistical enrichment and network results during the computational drug repurposing workflow.