数据与复现科研绘图与可视化K-Dense-AI/claude-scientific-skills数据与复现
SC

Scanpy

维护者 K-Dense Inc. · 最近更新 2026年4月1日

Scanpy是一个scalable Python 工具包 ,用于 analy。

Claude CodeOpenClawNanoClaw分析处理写作整理scanpybioinformaticspackagebioinformatics & genomics

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/scanpy

维护者
K-Dense Inc.
许可
SD-3-Clause license
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Scanpy是一个scalable Python 工具包 ,用于 analyzing single-cell RNA-seq data,built on AnnData. Apply this skill ,用于 complete single-cell workflows ,涵盖 quality control,normalization,dimensionality reduction,聚类,marker gene identification,visualization,、 trajectory analysis。
  • sc.settings.verbosity = 3 sc.settings.set_figure_params(dpi=80,facecolor='white') sc.settings.figdir = './figures/。

原始文档

SKILL.md 摘录

When to Use This Skill

This skill should be used when:

  • Analyzing single-cell RNA-seq data (.h5ad, 10X, CSV formats)
  • Performing quality control on scRNA-seq datasets
  • Creating UMAP, t-SNE, or PCA visualizations
  • Identifying cell clusters and finding marker genes
  • Annotating cell types based on gene expression
  • Conducting trajectory inference or pseudotime analysis
  • Generating publication-quality single-cell plots

Basic Import and Setup

import scanpy as sc
import pandas as pd
import numpy as np

## From 10X Genomics

adata = sc.read_10x_mtx('path/to/data/')
adata = sc.read_10x_h5('path/to/data.h5')

适用场景

  • Use Scanpy to prepare 论文级图表。
  • Apply Scanpy when results need clear visual communication。

不适用场景

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

相关技能

相关技能

返回目录
BG
数据与复现科研绘图与可视化

bgpt-paper-search

bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-epitranscriptomics-modification-visualization

bio-epitranscriptomics-modification-visualization:可视化 RNA modification profiles 、 metagene plots。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-pathway-enrichment-visualization

bio-pathway-enrichment-visualization:可视化 enrichment results ,使用 enrichplot package functions。 Covers dotplot,barplot,cne…

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