drug-sensitivity-for-gene

Correlate gene expression or dependency vectors with drug sensitivity across cancer cell lines.

64|12|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/MDhewei/bioinfor-claw --skill drug-sensitivity-for-gene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-sensitivity-for-gene
Source: https://github.com/MDhewei/bioinfor-claw/tree/main/gene-centered-analysis/drug-sensitivity-for-gene
Command: npx skills add https://github.com/MDhewei/bioinfor-claw --skill drug-sensitivity-for-gene

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, matplotlib, scipy, and includes scripts (resource) components.

What problem does it solve?

Correlates a gene's expression or dependency with drug sensitivity data across a panel of cancer cell lines to identify drugs whose efficacy is linked to the gene, supporting biomarker-driven therapy and mechanistic insights.

Core Features & Use Cases

  • Pairwise correlation analysis between a gene vector and each drug sensitivity profile across cell lines to reveal pharmacogenomic associations.
  • Biomarker discovery for patient stratification and synthetic lethal strategies.
  • Publish-ready outputs including a TSV of correlations, scatter plots, and a concise summary report for interpretation.

Quick Start

Run the analysis for a gene symbol to generate correlations, plots, and a summary report.

Frequently Asked Questions about drug-sensitivity-for-gene

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

FAQPage Schema
How do I correlate gene expression with drug sensitivity across cancer cell lines?

To correlate gene expression with drug sensitivity, this analysis runs pairwise correlation between a specified gene vector and drug sensitivity profiles across cancer cell lines. It requires inputs like the gene symbol, omics type, and correlation method to generate a TSV of correlations and scatter plots.

What is pharmacogenomic biomarker discovery using DepMap and PRISM data?

Pharmacogenomic biomarker discovery using DepMap and PRISM data identifies drugs whose efficacy tracks gene activity and essentiality. By correlating gene expression or dependency vectors with drug sensitivity, it reveals pharmacogenomic associations for patient stratification and synthetic lethal interactions.

Can I use pandas and scipy for synthetic lethal interaction analysis in cancer research?

Yes, you can use pandas and scipy for synthetic lethal interaction analysis in cancer research. This approach leverages those dependencies to compute pairwise correlations between gene dependency and drug sensitivity vectors, outputting a summary report to interpret synthetic lethal strategies.

How do I generate publish-ready scatter plots for drug sensitivity correlations?

To generate publish-ready scatter plots for drug sensitivity correlations, run the analysis with the required gene and omics type parameters. It utilizes matplotlib to produce visualizations alongside a drug_correlation.tsv file and a concise summary report for interpretation.

Does this drug sensitivity analysis support both gene expression and gene dependency vectors?

Yes, this drug sensitivity analysis supports both gene expression and gene dependency vectors. You can specify the desired input type using the --omics-type argument to evaluate how either gene activity or essentiality tracks drug efficacy across the cell line panel.

What are the limitations of using correlation methods for cancer drug response prediction?

A limitation of using correlation methods for cancer drug response prediction is that statistical association does not confirm causal mechanisms. Pairwise correlations between gene activity and drug sensitivity require careful interpretation to avoid false positives in biomarker discovery workflows.