数据与复现生物信息与基因组学FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-workflows-hic-pipeline

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

Hi-C contact map generation, normalization, TAD/loop calling.

OpenClawNanoClaw分析处理复现实验bio-workflows-hic-pipeline🧠 bioos extended suitebioos extended bioinformatics suitehi

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-hic-pipeline

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Complete workflow ,用于 Hi-C chromosome conformation capture analysis。

原始文档

SKILL.md 摘录

Alternative: align both ends

bwa-mem2 mem -SP5M -t 16 reference.fa
reads_R1.fastq.gz reads_R2.fastq.gz |
pairtools parse --min-mapq 40 --walks-policy 5unique
--max-inter-align-gap 30 --chroms-path reference.genome |
pairtools sort |
pairtools dedup --mark-dups --output-stats stats.txt |
pairtools split --output-pairs sample.pairs.gz


**QC Checkpoint:** Check pair statistics
- Valid pairs >50% of total
- Cis pairs >70% (intra-chromosomal)
- Duplicate rate reasonable

## Create cooler file at multiple resolutions

cooler cload pairs \
    -c1 2 -p1 3 -c2 4 -p2 5 \
    reference.genome:1000 \
    sample.pairs.gz \
    sample.1000.cool

## Multi-resolution (mcool)

cooler zoomify sample.1000.cool \
    -r 1000,2000,5000,10000,25000,50000,100000,250000,500000,1000000 \
    -o sample.mcool

适用场景

  • Use bio-workflows-hic-pipeline ,用于 genomics 、 bioinformatics workflows。
  • Apply bio-workflows-hic-pipeline to sequencing,variant,或 omics analysis tasks。

不适用场景

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

上游相关技能

  • hi-c-analysis/hic-data-io - Cooler file operations
  • hi-c-analysis/contact-pairs - Pairtools processing
  • hi-c-analysis/compartment-analysis - A/B compartments
  • hi-c-analysis/tad-detection - TAD calling methods
  • hi-c-analysis/loop-calling - Loop detection
  • hi-c-analysis/hic-visualization - Plotting matrices

相关技能

相关技能

返回目录
AG
数据与复现生物信息与基因组学

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AL
数据与复现生物信息与基因组学

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现生物信息与基因组学

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现生物信息与基因组学

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

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