init-analysis

Automate end-to-end single-cell bioinformatics analysis with HTML report generation.

708|51|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill init-analysis-ligphidonk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-analysis
Source: https://github.com/LigphiDonk/Oh-my--paper/tree/main/src-tauri/resources/skills/bioinformatics-init-analysis/skills/init-analysis
Command: npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill init-analysis-ligphidonk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The initial data-analysis workflow for high-dimensional bioinformatics data (such as single-cell datasets) is automated, reducing manual setup and ensuring reproducible results.

Core Features & Use Cases

  • 7-step pipeline orchestration: loading, QC, normalization, dimensionality reduction, clustering, marker analysis, and report generation.
  • Multi-omics data support: works with scRNA-seq, CyTOF, and flow cytometry data with automatic data-type detection.
  • Modular steps: import individual step modules to customize or extend the analysis.

Quick Start

Provide the input dataset path to run the full pipeline and auto-detect the data type for an end-to-end analysis.

Frequently Asked Questions about init-analysis

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

FAQPage Schema
How do I automate initial scRNA-seq data analysis from quality control to clustering?

You can automate initial scRNA-seq data analysis by running a modular pipeline that handles loading, quality control, normalization, dimensionality reduction, clustering, and marker analysis, ending with an HTML report.

What is the best way to process high-dimensional flow cytometry data end-to-end?

Processing high-dimensional flow cytometry data end-to-end is best handled by an automated pipeline that auto-detects your data type and orchestrates quality control, normalization, dimensionality reduction, and clustering.

Does the single-cell analysis pipeline support CyTOF data automatically?

Yes, the single-cell analysis pipeline supports CyTOF data automatically by detecting the data type from the input path and applying the appropriate quality control and dimensionality reduction steps.

Can I customize specific steps like normalization in the scRNA-seq pipeline?

You can customize specific steps in the scRNA-seq pipeline by importing individual step modules, allowing you to extend or modify the quality control and normalization processes as needed.

Do I need a specific Python environment to run the bioinformatics analysis pipeline?

You need a Python runtime environment to run the bioinformatics analysis pipeline, providing the input dataset path to execute the end-to-end workflow and generate the final report.