exploratory-data-analysis

Detect scientific file types and generate markdown EDA reports with quality metrics.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-config --skill exploratory-data-analysis-clay-hhk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exploratory-data-analysis
Source: https://github.com/Clay-HHK/claude-config/tree/main/skills/exploratory-data-analysis
Command: npx skills add https://github.com/Clay-HHK/claude-config --skill exploratory-data-analysis-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, h5py, biopython, pillow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Provide researchers and engineers a single, automated way to inspect and understand scientific data files across hundreds of vendor and domain-specific formats so they can assess data quality, structure, and suitability for downstream analysis without manual format expertise.

Core Features & Use Cases

  • Automatic file type detection and mapping to domain-specific reference documentation.
  • Format-specific metadata extraction and EDA (sequences, spectra, images, arrays, trajectories, tables).
  • Data quality and integrity checks with summary statistics and actionable recommendations.
  • Generates comprehensive, reproducible Markdown reports suitable for documentation and pipelines.
  • Use Case: Run a single command to analyze mixed experiment outputs (FASTQ, mzML, TIFF) and receive a consolidated set of EDA reports and preprocessing suggestions.

Quick Start

Analyze the file /path/to/experiment.fastq and produce a detailed exploratory data analysis markdown report including format detection, data quality metrics, and recommendations.

Frequently Asked Questions about exploratory-data-analysis

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

FAQPage Schema
How do I perform exploratory data analysis on scientific data files without knowing their exact format?

You can perform exploratory data analysis by supplying a file path, and the system automatically detects the file type, loads format-specific references, and runs analyzers to generate a detailed markdown report with quality metrics.

What is the best way to check data quality and integrity for bioinformatics formats like FASTQ?

To check data quality for bioinformatics formats like FASTQ, you can use automated EDA tools that run format-aware analyzers to extract metadata, calculate summary statistics, and provide actionable preprocessing recommendations.

Can I analyze mixed experiment outputs such as FASTQ, mzML, and TIFF files in a single run?

Yes, you can analyze mixed experiment outputs like FASTQ, mzML, and TIFF by running a single command to receive a consolidated set of EDA reports and preprocessing suggestions across the different file types.

Does exploratory data analysis for scientific data require manual format expertise to set up?

No, exploratory data analysis for scientific data does not require manual format expertise because the process automatically detects file types and maps them to domain-specific reference documentation before running analyzers.

How do I generate reproducible markdown reports for microscopy and spectroscopy data?

You can generate reproducible markdown reports for microscopy and spectroscopy data by running format-aware analyzers that extract metadata and summary statistics, outputting comprehensive documentation suitable for pipelines.

What dependencies are needed to run automated EDA across hundreds of vendor-specific scientific formats?

To run automated EDA across hundreds of vendor-specific scientific formats, you need dependencies like numpy, pandas, h5py, biopython, and pillow to support format-specific metadata extraction and data quality checks.