Data & ReproStatistics & Data AnalysisFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-flow-cytometry-differential-analysis

Maintainer FreedomIntelligence · Last updated April 1, 2026

Differential abundance and state analysis for cytometry data. Compare cell populations between conditions using statistical methods. Use when testing for significant changes in cell frequencies or marker expression between groups.

OpenClawNanoClawAnalysisReproductionbio-flow-cytometry-differential-analysis🧬 bioinformatics (gptomics bio-* suite)bioinformatics — immunoinformatics & flow cytometrydifferential

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-flow-cytometry-differential-analysis

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • R: CATALYST::testDA_edgeR() or diffcyt::testDA_GLMM().
  • Compare cell populations between my conditions" → Test for significant changes in cell type frequencies (differential abundance) or marker expression levels (differential state) between experimental groups. R: CATALYST::testDA_edgeR() or diffcyt::testDA_GLMM().
  • sce <- readRDS('sce_clustered.rds').

Source Doc

Excerpt From SKILL.md

Differential Abundance (DA)

Goal: Test which cell population clusters differ in frequency between experimental conditions.

Approach: Create a design matrix and contrast from sample metadata, then run edgeR-based differential abundance testing on cluster counts per sample using testDA_edgeR from the diffcyt framework.

library(CATALYST)
library(diffcyt)

## Create design matrix

design <- createDesignMatrix(ei(sce), cols_design = 'condition')

## Create contrast

contrast <- createContrast(c(0, 1))  # Treatment vs Control

Use cases

  • Use when testing for significant changes in cell frequencies or marker expression between groups.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • clustering-phenotyping - Cluster data first
  • gating-analysis - Compare gated populations
  • differential-expression/de-results - Similar statistical concepts

Related skills

Related skills

Back to directory
AR
Data & ReproStatistics & Data Analysis

arxiv-database

This skill provides Python tools for searching and retrieving preprints from arXiv.org via its public Atom API. It supports keyword search,…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BA
Data & ReproStatistics & Data Analysis

bayesian-optimizer

Bayesian optimization for experimental design and hyperparameter tuning in biomedical research.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproStatistics & Data Analysis

bio-alignment-files-bam-statistics

Compute alignment statistics: flagstat, idxstats, coverage depth.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproStatistics & Data Analysis

bio-alignment-msa-statistics

Calculate alignment statistics including sequence identity, conservation scores, substitution matrices, and similarity metrics. Use when com…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView