genomics-cnv-calling

Detect copy number variants from exome or whole-genome sequencing data using CNVkit, GATK gCNV, or Control-FREEC.

155|26|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/TianGzlab/OmicsClaw --skill genomics-cnv-calling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genomics-cnv-calling
Source: https://github.com/TianGzlab/OmicsClaw/tree/main/skills/genomics/genomics-cnv-calling
Command: npx skills add https://github.com/TianGzlab/OmicsClaw --skill genomics-cnv-calling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CNVkit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of identifying copy number variations (CNVs) such as amplifications and deletions within genomic sequencing data, which is crucial for understanding genetic diseases and cancer.

Core Features & Use Cases

  • Multiple Algorithms: Supports CNVkit, GATK gCNV, and Control-FREEC for robust CNV detection.
  • Flexible Modes: Handles tumor-normal pairs, tumor-only samples, and germline analysis.
  • Use Case: Analyze a tumor exome sequencing dataset to identify specific gene amplifications or deletions that may be driving cancer progression, using CNVkit for rapid analysis.

Quick Start

Run copy number variant detection on the provided BAM file using CNVkit.

Frequently Asked Questions about genomics-cnv-calling

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

FAQPage Schema
How do I detect copy number variations from whole-genome or exome sequencing data?

You can detect copy number variations using CNVkit, GATK gCNV, or Control-FREEC for read-depth-based variant calling. This Skill supports all three algorithms to identify amplifications and deletions from exome or whole-genome sequencing BAM files.

Can I call CNVs from tumor-only sequencing samples without a matched normal?

Yes, CNV calling supports tumor-only sequencing samples without matched normals. This Skill handles tumor-normal pairs, tumor-only samples, and germline analysis modes to identify copy number variations across different experimental designs.

What is the best way to find gene amplifications driving cancer progression in exome data?

Using CNVkit for rapid analysis of exome sequencing datasets is an effective way to find gene amplifications. This Skill leverages read-depth-based segmentation to detect specific amplifications or deletions driving cancer progression.

Does this CNV detection approach work with GATK gCNV and Control-FREEC as well as CNVkit?

Yes, this copy number variant detection approach works with GATK gCNV and Control-FREEC in addition to CNVkit. It supports multiple established bioinformatics algorithms for robust read-depth-based variant calling and segmentation.

What sequencing data formats do I need for copy number variant calling?

You need aligned sequencing data files, typically BAM files, for copy number variant calling. This Skill processes BAM files to perform read-depth-based segmentation and identify amplifications and deletions across exome or whole-genome data.

When should I use germline analysis mode versus tumor-normal pairs for CNV detection?

Use germline analysis mode for inherited copy number variations and tumor-normal pairs for somatic CNVs in cancer. This Skill flexibly handles both modes to target different types of genetic diseases and cancer progression.