bio-crispr-screens-copy-number-correction

Corrects copy-number artifacts in cancer cell line CRISPR-Cas9 screens using CRISPRcleanR and Chronos.

Updated Sep 15, 2026
One-click install
npx skills add https://github.com/mrsonord2240/openscience-specialists --skill bio-crispr-screens-copy-number-correction-mrsonord2240
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bio-crispr-screens-copy-number-correction
Source: https://github.com/mrsonord2240/openscience-specialists/tree/main/specialists/crispr-screen-analyst/versions/1.0.0/package/skills/bio-crispr-screens-copy-number-correction
Command: npx skills add https://github.com/mrsonord2240/openscience-specialists --skill bio-crispr-screens-copy-number-correction-mrsonord2240

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires crispr_chronos, pandas, numpy, scipy.

What problem does it solve? Focal amplifications in cancer cell lines make genes like ERBB2, MYC, and FGFR1 appear falsely essential in CRISPR-Cas9 screens because simultaneous cuts at amplified loci trigger DNA-damage-driven G2 arrest, independent of true gene essentiality. This Skill diagnoses that gene-independent copy-number artifact and applies the appropriate correction before hit calling. ## Core Features & Use Cases - Bias Diagnosis: Computes Spearman correlation between gene-level LFC and copy number, plus an amplified-vs-diploid LFC gap test that catches single focal amplicons invisible to the genome-wide statistic. - CRISPRcleanR Correction: Applies unsupervised, position-based pre-hoc correction (no CN profile required) and outputs corrected counts compatible with MAGeCK, BAGEL2, and drugZ. - Chronos Joint Modeling: Runs the DepMap-standard population-dynamics model with post-hoc CN correction via alternate_CN for panels of 3 or more cell lines. - Use Case: A screen in HER2-amplified SK-BR-3 cells lists ERBB2 as essential. Run the diagnostic, apply CRISPRcleanR, confirm post-correction Spearman rho is near zero, and proceed to hit calling on corrected counts. ## Quick Start Diagnose copy-number bias in my cancer cell line screen and apply CRISPRcleanR or Chronos correction before hit calling.

Frequently Asked Questions about bio-crispr-screens-copy-number-correction

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

FAQPage Schema
How do I correct copy-number bias in CRISPR screens?▼

First run a diagnostic computing Spearman correlation between gene-level LFC and copy number. If bias is detected, apply CRISPRcleanR for unsupervised pre-hoc correction without a CN profile, or Chronos with alternate_CN when you have 3 or more cell lines with matched CN profiles.

CRISPRcleanR vs Chronos: which correction method should I use?▼

Use CRISPRcleanR when you lack a matched copy-number profile or have fewer than 3 cell lines, since it works unsupervised from genomic position. Use Chronos for panels of 3 or more cell lines with CN profiles, especially DepMap-scale longitudinal data, where it jointly models population dynamics and CN effects.

Why does Chronos alternate_CN fail with fewer than 3 cell lines?▼

alternate_CN fits the CN-to-gene-effect curve across a cell line panel, so it raises a RuntimeError below 3 lines. For one or two lines, correct the counts pre-hoc with CRISPRcleanR instead; Chronos training itself still works on a single line for gene-effect scores.

Why does ERBB2 appear essential in my HER2-amplified cell line screen?▼

This is the classic copy-number artifact: Cas9 cuts at all amplified copies simultaneously, triggering DNA-damage response and G2 arrest that depletes sgRNAs regardless of true gene essentiality. Apply CN correction before hit calling and verify the post-correction Spearman rho is near zero.

Can I avoid the copy-number artifact without computational correction?▼

Yes, switching from Cas9 knockout to CRISPRi or CRISPRa bypasses the artifact entirely because catalytically dead Cas9 creates no double-strand breaks. Base editing and prime editing also reduce the artifact, though CRISPRi knockdown is less complete than knockout.

Why does my bias test show no significance after correction despite a visible gap?▼

Focal amplicons often contain only 3-10 genes, leaving the Mann-Whitney test underpowered even for real residual bias. Below 8 amplified genes, check the raw amplified-vs-diploid LFC gap and treat anything below -0.5 as suspicious regardless of p-value.