数据与复现单细胞与空间组学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-single-cell-scatac-analysis

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

Single-cell ATAC-seq analysis with Signac (R/Seurat) and ArchR. Process 10X Genomics scATAC data, perform QC, dimensionality reduction, clustering, peak calling, and motif activity scoring with chromVAR. Use when analyzing single-cell ATAC-seq data.

OpenClawNanoClaw分析处理复现实验bio-single-cell-scatac-analysis🧬 bioinformatics (gptomics bio-* suite)bioinformatics — single-cell & spatial omicssingle

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-single-cell-scatac-analysis

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • R:Signac::CreateChromatinAssay() → RunTFIDF() → FindTopFeatures() → RunSVD()。
  • R:ArchR::createArrowFiles() ,用于 large 数据集s。
  • 分析 my single-cell ATAC-seq data" → Process peak-barcode matrices,perform QC/filtering,reduce dimensions ,支持 LSI,cluster cells,call peaks per cluster,、 score motif activity. R:Signac::CreateChromatinAssay() → RunTFIDF() → FindTopFeatures() → RunSVD() R:ArchR::createArrowFiles() ,用于 large 数据集s。
  • 分析 single-cell chromatin accessibility data to identify cell types 、 regulatory elements。
  • peak_counts <- FeatureMatrix(fragments = Fragments(obj),features = peaks,cells = colnames(obj))。

原始文档

SKILL.md 摘录

Tool Comparison

ToolEcosystemStrengths
SignacSeuratIntegration with scRNA-seq, familiar API
ArchRStandaloneMemory efficient, comprehensive
chromVARBioconductorTF motif deviation scoring
SnapATAC2PythonFast, scalable

Signac (R/Seurat)

Goal: Process scATAC-seq data through QC, normalization, dimensionality reduction, and clustering to identify cell types by chromatin accessibility.

Approach: Create a ChromatinAssay from a peak-barcode matrix with fragment files, compute QC metrics (TSS enrichment, nucleosome signal), normalize with TF-IDF, reduce dimensions with LSI (SVD), then cluster and annotate using gene activity scores.

Peak Calling per Cluster

peaks <- CallPeaks(obj, group.by = 'seurat_clusters', macs2.path = '/path/to/macs2')

适用场景

  • 适合在analyzing single-cell ATAC-seq data时使用。

不适用场景

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

上游相关技能

  • preprocessing - scRNA-seq QC (similar concepts)
  • clustering - Clustering approaches (shared with scRNA-seq)
  • multimodal-integration - Joint scRNA+scATAC analysis
  • atac-seq - Bulk ATAC-seq methods
  • chip-seq/motif-analysis - Motif databases and analysis

相关技能

相关技能

返回目录
AN
数据与复现单细胞与空间组学

AnnData

AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observ…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AR
数据与复现单细胞与空间组学

Arboreto

Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parall…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现单细胞与空间组学

bio-imaging-mass-cytometry-cell-segmentation

Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for n…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现单细胞与空间组学

bio-read-qc-umi-processing

Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep…

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