// Performs ChIP-specific biological validation. It calculates metrics unique to protein-binding assays, such as Cross-correlation (NSC/RSC) and FRiP. Use this when you have filtered the BAM file and called peaks for ChIP-seq data. Do NOT use this skill for ATAC-seq data or general alignment statistics.
| name | ChIPseq-QC |
| description | Performs ChIP-specific biological validation. It calculates metrics unique to protein-binding assays, such as Cross-correlation (NSC/RSC) and FRiP. Use this when you have filtered the BAM file and called peaks for ChIP-seq data. Do NOT use this skill for ATAC-seq data or general alignment statistics. |
This skill performs a full ChIP-seq quality control analysis from aligned BAM files and peak files.
Main steps include:
${proj_dir} in Step 0.${sample}.bam # filtered bam files
${sample}.narrowPeak # or broadPeak
all_chip_qc/
${sample}_spp.txt
${sample}_crosscorr.pdf
${sample}_frip.txt
Call:
mcp__project-init-tools__project_initwith:
sample: alltask: atac_qcThe tool will:
all_chip_qc directory.all_chip_qc directory, which will be used as ${proj_dir}.Call:
bam_file: Path to BAM fileoutput_dir: ${proj_dir}/Output: ${sample}_spp.txt, ${sample}_crosscorr.pdf
Call:
Output: ${sample}_frip.txt