Toolverse
All skills

flowio

by K-Dense-AI

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security

About this skill

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 to use

  1. Zainstaluj bibliotekę FlowIO za pomocą polecenia uv pip install flowio (wymagany Python 3.9 lub nowszy). 2. Zaimportuj moduł FlowData: from flowio import FlowData i wczytaj plik FCS poleceniem flow_data = FlowData('experiment.fcs'). 3. Sprawdź podstawowe informacje o pliku — wersję FCS, liczbę zdarzeń i etykiety kanałów za pomocą atrybutów flow_data.version, flow_data.event_count i flow_data.pnn_labels. 4. Ekstrahuj dane zdarzeń jako tablicę NumPy (wymiary: liczba zdarzeń × kanały) poleceniem events = flow_data.as_array(). 5. Aby utworzyć nowy plik FCS, przygotuj dane w postaci tablicy NumPy i listę nazw kanałów, następnie użyj funkcji create_fcs('output.fcs', data, channels) z modułu flowio. 6. Wykorzystaj wyekstrahowane dane do dalszych operacji — konwersji do DataFrame, eksportu do CSV lub przekazania do narzędzi analizy zaawansowanej takich jak FlowKit.

Related skills

better-auth-best-practices

by novuhq

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

Security
1148

content-creator

by alirezarezvani

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content

Security
25124

accessibility-compliance

by wshobson

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

Security
2173

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493