纠正错误 / Fix 添加实例 / Add example
文件格式 / Formats

MultiQC

汇总 FastQC、fastp、STAR、samtools 等工具报告,生成统一 QC 报告。Aggregates reports from tools such as FastQC, fastp, STAR, and samtools into one QC report.

速览 | Quick Look

安装 | Install

mamba install -c bioconda multiqc

常用命令 | Common Commands

扫描当前项目:

multiqc . -o qc/multiqc

只扫描指定目录:

multiqc qc/fastqc qc/fastp align_logs -o qc/multiqc

覆盖旧报告:

multiqc . -o qc/multiqc --force

导出额外数据:

multiqc . -o qc/multiqc --data-format json

关键参数 | Key Options

常见坑 | Pitfalls

参考 | References