数据与复现统计与数据分析FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
TO

tooluniverse-image-analysis

维护者 FreedomIntelligence · 最近更新 2026年4月1日

tooluniverse-image-analysis:Production-ready microscopy image analysis 、 quantitative imaging data skill ,用于 colony morphometry,cell counting,fluorescence quantification,、 统计分析 of imaging-derived measurements。 Processes ImageJ/CellProfiler output (area,circularity,intensity,cell counts),performs Dunnett's test,Cohen's d effect size,power analysis,Shapiro-Wilk normality tests,two-way ANOVA,polynomial 回归,…。

OpenClawNanoClaw分析处理复现实验tooluniverse-image-analysis🏥 medical & clinicalmedical toolsproduction

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/tooluniverse-image-analysis

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Production-ready skill ,用于 analyzing microscopy-derived measurement data ,使用 pandas,numpy,scipy,statsmodels,、 scikit-image. Designed ,用于 BixBench imaging questions covering colony morphometry,cell counting,fluorescence quantification,回归 modeling,、 statistical comparisons。
  • IMPORTANT:This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ ,用于 progressive disclosure. This document focuses on high-level decision-making 、 工作流编排。
  • import pandas as pd import numpy as np ,面向 scipy import stats ,面向 scipy.interpolate import BSpline,make_interp_spline import statsmodels.api as sm ,面向 statsmodels.formula.api import ols ,面向 statsmodels.stats.power import TTestIndPower ,面向 patsy import dmatrix,bs,cr。

原始文档

SKILL.md 摘录

When to Use This Skill

Apply when users:

  • Have microscopy measurement data (area, circularity, intensity, cell counts) in CSV/TSV
  • Ask about colony morphometry (bacterial swarming, biofilm, growth assays)
  • Need statistical comparisons of imaging measurements (t-test, ANOVA, Dunnett's, Mann-Whitney)
  • Ask about cell counting statistics (NeuN, DAPI, marker counts)
  • Need effect size calculations (Cohen's d) and power analysis
  • Want regression models (polynomial, spline) fitted to dose-response or ratio data
  • Ask about model comparison (R-squared, F-statistic, AIC/BIC)
  • Need Shapiro-Wilk normality testing on imaging data
  • Want confidence intervals for peak predictions from fitted models
  • Questions mention imaging software output (ImageJ, CellProfiler, QuPath)
  • Need fluorescence intensity quantification or colocalization analysis
  • Ask about image segmentation results (counts, areas, shapes)

BixBench Coverage: 21 questions across 4 projects (bix-18, bix-19, bix-41, bix-54)

NOT for (use other skills instead):

  • Phylogenetic analysis → Use tooluniverse-phylogenetics
  • RNA-seq differential expression → Use tooluniverse-rnaseq-deseq2
  • Single-cell scRNA-seq → Use tooluniverse-single-cell
  • Statistical regression only (no imaging context) → Use tooluniverse-statistical-modeling

Core Principles

  1. Data-first approach - Load and inspect all CSV/TSV measurement data before analysis
  2. Question-driven - Parse the exact statistic, comparison, or model requested
  3. Statistical rigor - Proper effect sizes, multiple comparison corrections, model selection
  4. Imaging-aware - Understand ImageJ/CellProfiler measurement columns (Area, Circularity, Round, Intensity)
  5. Workflow flexibility - Support both pre-quantified data (CSV) and raw image processing
  6. Precision - Match expected answer format (integer, range, decimal places)
  7. Reproducible - Use standard Python/scipy equivalents to R functions

Optional (for raw image processing)

import skimage import cv2 import tifffile bash pip install pandas numpy scipy statsmodels patsy scikit-image opencv-python-headless tifffile


---

适用场景

  • Have microscopy measurement data (area,circularity,intensity,cell counts) in CSV/TSV。
  • Ask about colony morphometry (bacterial swarming,biofilm,growth assays)。
  • Need statistical comparisons of imaging measurements (t-test,ANOVA,Dunnett's,Mann-Whitney)。
  • Ask about cell counting statistics (NeuN,DAPI,marker counts)。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AE
数据与复现统计与数据分析

aeon

aeon:Aeon是一个兼容 scikit-learn Python 工具包 ,用于 时序机器学习。 It provides state-of- -art algorithms ,用于 分类,回归,聚类,预测,异常检测,分割,、 相似性检索…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AR
数据与复现统计与数据分析

arxiv-database

arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
BA
数据与复现统计与数据分析

bayesian-optimizer

bayesian-optimizer:Bayesian optimization ,用于 experimental design 、 hyperparameter tuning in biomedical research。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现统计与数据分析

bio-alignment-files-bam-statistics

bio-alignment-files-bam-statistics:Compute alignment statistics:flagstat,idxstats,coverage depth。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看