Agent skill · Data & Analytics

depmap

Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use for identifying cancer-specific vulnerabilities, synthetic lethal interactions, and validating oncology drug targets.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill depmap --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/07-临床医学与精准医疗/depmap/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# DepMap — Cancer Dependency Map ## Overview The Cancer Dependency Map (DepMap) project, run by the Broad Institute, systematically characterizes genetic dependencies across hundreds of cancer cell lines using genome-wide CRISPR knockout screens (DepMap CRISPR), RNA interference (RNAi), and compound sensitivity assays (PRISM). DepMap data is essential for: - Identifying which genes are essential for specific cancer types - Finding cancer-selective dependencies (therapeutic targets) - Validating oncology drug targets - Discovering synthetic lethal interactions **Key resources:** - DepMap Portal: https://depmap.org/portal/ - DepMap data downloads: https://depmap.org/portal/download/all/ - Python package: `depmap` (or access via API/downloads) - API: https://depmap.org/portal/api/ ## When to Use This Skill Use DepMap when: - **Target validation**: Is a gene essential for survival in cancer cell lines with a specific mutation (e.g., KRAS-mutant)? - **Biomarker discovery**: What genomic features predict sensitivity to knockout of a gene? - **Synthetic lethality**: Find genes that are selectively essential when another gene is mutated/deleted - **Drug sensitivity**: What cell line featur

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Concepts
  4. Dependency Scores
  5. Cell Line Annotations
  6. Core Capabilities
  7. 1. DepMap API
  8. 2. Gene Dependency Scores
  9. 3. Download-Based Analysis (Recommended for Large Queries)
  10. 4. Identifying Selective Dependencies
  11. 5. Biomarker Analysis (Gene Effect vs. Mutation)
  12. 6. Co-Essentiality Analysis
  13. Query Workflows
  14. Workflow 1: Target Validation for a Cancer Type
Ships with 1 file
  • references/dependency_analysis.md
More from qinyan-academic-skills
All skills →
About this skill
What does the depmap skill do?

Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use for identifying cancer-specific vulnerabilities, synthetic lethal interactions, and validating oncology drug targets.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill depmap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going