Agent skill · Data & Analytics

flowio

Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill flowio --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/05-生物信息与基因组学/flowio/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FlowIO: Flow Cytometry Standard File Handler ## Overview FlowIO is a lightweight Python library for reading and writing Flow Cytometry Standard (FCS) files. Parse FCS metadata, extract event data, and create new FCS files with minimal dependencies. The library supports FCS versions 2.0, 3.0, and 3.1, making it ideal for backend services, data pipelines, and basic cytometry file operations. ## When to Use This Skill This skill should be used when: - FCS files requiring parsing or metadata extraction - Flow cytometry data needing conversion to NumPy arrays - Event data requiring export to FCS format - Multi-dataset FCS files needing separation - Channel information extraction (scatter, fluorescence, time) - Cytometry file validation or inspection - Pre-processing workflows before advanced analysis **Related Tools:** For advanced flow cytometry analysis including compensation, gating, and FlowJo/GatingML support, recommend FlowKit library as a companion to FlowIO. ## Installation ```bash uv pip install flowio ``` Requires Python 3.9 or later. ## Quick Start ### Basic File Reading ```python from flowio import FlowData # Read FCS file flow_data = FlowData('experiment.fcs') # Access ba

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Installation
  4. Quick Start
  5. Basic File Reading
  6. Creating FCS Files
  7. Core Workflows
  8. Reading and Parsing FCS Files
  9. Extracting Metadata and Channel Information
  10. Creating New FCS Files
  11. Exporting Modified Data
  12. Handling Multi-Dataset FCS Files
  13. Data Preprocessing
  14. Error Handling
Ships with 1 file
  • references/api_reference.md
Commands it runs
uv pip install flowio
More from qinyan-academic-skills
All skills →
About this skill
What does the flowio skill do?

Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill flowio --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going