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

bio-chipseq-qc

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

ChIP-seq quality control metrics including FRiP (Fraction of Reads in Peaks), cross-correlation analysis (NSC/RSC), library complexity, and IDR (Irreproducibility Discovery Rate) for replicate concordance. Use to assess experiment quality before downstream analysis. Use when assessing ChIP-seq data quality metrics.

OpenClawNanoClaw分析处理复现实验bio-chipseq-qc🧬 bioinformatics (gptomics bio-* suite)bioinformatics — epigenomics & chromatinchip

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-chipseq-qc

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • CLI:deeptools plotFingerprint,phantompeakqualtools run_spp.R。
  • Python:pysam + pybedtools ,用于 custom QC metrics。
  • Assess quality of my ChIP-seq experiment" → Compute FRiP,cross-correlation (NSC/RSC),库 complexity,、 IDR replicate concordance to evaluate enrichment success. CLI:deeptools plotFingerprint,phantompeakqualtools run_spp.R Python:pysam + pybedtools ,用于 custom QC metrics。
  • Quality metrics ,用于 assessing ChIP-seq experiment success 、 replicate reproducibility。
  • reads_in_peaks=$(bedtools intersect - chip.bam -b peaks.narrowPeak -u | samtools view -c -) total_reads=$(samtools view -c -F 260 chip.bam)。

原始文档

SKILL.md 摘录

FRiP (Fraction of Reads in Peaks)

Goal: Quantify enrichment strength by measuring the proportion of reads falling within called peaks.

Approach: Count reads overlapping peak regions and divide by total mapped reads.

Calculate FRiP

frip=$(echo "scale=4; $reads_in_peaks / $total_reads" | bc) echo "FRiP: $frip"


## Convert peaks to SAF format

awk 'BEGIN{OFS="\t"} {print $4, $1, $2, $3, "."}' peaks.narrowPeak > peaks.saf

适用场景

  • 适合在assessing ChIP-seq data quality metrics时使用。

不适用场景

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

上游相关技能

  • peak-calling - Call peaks before QC analysis
  • alignment-files - BAM statistics and filtering
  • differential-binding - Compare conditions after QC
  • atac-seq/atac-qc - Similar QC for ATAC-seq

相关技能

相关技能

返回目录
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查看