cosmic-database

Download authenticated COSMIC cancer genomics datasets into TSV, CSV, and VCF files.

21|2|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/silverstein/claude-scientific-skills-desktop --skill cosmic-database-silverstein
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cosmic-database
Source: https://github.com/silverstein/claude-scientific-skills-desktop/tree/main/corpus/cosmic-database
Command: npx skills add https://github.com/silverstein/claude-scientific-skills-desktop --skill cosmic-database-silverstein

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

COSMIC downloads and updates are hard to automate and require correct authenticated access, so researchers waste time figuring out what to request and how to structure their pipelines.

Core Features & Use Cases

  • Authenticated data retrieval: Download COSMIC datasets (mutations, Cancer Gene Census, signatures, fusions, copy number, expression, resistance) using email/password credentials.
  • Assembly- and version-aware workflows: Use GRCh37 vs GRCh38 paths and select a specific COSMIC release or use latest for current data.
  • Analysis-ready outputs: Obtain TSV/CSV/VCF files that integrate directly with common genomics tooling and pandas-based analysis.

Quick Start

Ask the skill to download the latest GRCh38 COSMIC Cancer Gene Census by providing your COSMIC email and password.

Frequently Asked Questions about cosmic-database

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

FAQPage Schema
How do I download COSMIC cancer genomics datasets using authenticated access?

To download COSMIC cancer genomics datasets with authenticated access, you provide your COSMIC email and password credentials. This retrieves mutation, fusion, and copy number data, saving analysis-ready TSV, CSV, and VCF files locally for downstream computational analysis.

Can I download COSMIC mutation data for both GRCh37 and GRCh38 genome assemblies?

Yes, you can download COSMIC mutation data for both GRCh37 and GRCh38 genome assemblies. The retrieval workflow is assembly-aware, allowing you to specify the correct genome assembly path and select a specific COSMIC release version or use the latest available data.

What COSMIC data types are available for download besides mutation data?

Besides mutation data, available COSMIC data types include Cancer Gene Census lookups, gene fusion exploration, copy number, expression, resistance data, and mutation signatures. All datasets are downloaded locally as analysis-ready TSV, CSV, or VCF files.

Do I need a COSMIC account to retrieve Cancer Gene Census and mutation signature files?

Yes, you need a registered COSMIC account to retrieve Cancer Gene Census and mutation signature files. Authenticated downloading requires your correct COSMIC email and password credentials to access and save the datasets locally for bioinformatics research pipelines.

Why does my COSMIC data pipeline fail when trying to automate authenticated downloads?

COSMIC data pipelines often fail during authenticated downloads due to incorrect credentials or improper request structuring. This skill handles the authentication process directly, ensuring requested datasets are properly saved locally as analysis-ready TSV, CSV, or VCF files without manual pipeline configuration.

What is the best way to prepare COSMIC VCF files for downstream computational analysis?

The best way to prepare COSMIC VCF files for computational analysis is using an authenticated download workflow that selects the specific COSMIC release and genome assembly. This saves versioned mutation data locally as analysis-ready VCF files integrating directly with common genomics tooling.