.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .TH MACS2_CMBREPS "1" "December 2020" "macs2 cmbreps 2.2.7.1" "User Commands" .SH NAME macs2_cmbreps \- Model\-based Analysis for ChIP\-Sequencing .SH DESCRIPTION usage: macs2 cmbreps [\-h] \fB\-i\fR IFILE [IFILE ...] [\-m {fisher,max,mean}] .IP [\-\-outdir OUTDIR] \fB\-o\fR OFILE .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-i\fR IFILE [IFILE ...] MACS score in bedGraph for each replicate. Require at least 2 files such as '\-i A B C D'. REQUIRED .TP \fB\-m\fR {fisher,max,mean}, \fB\-\-method\fR {fisher,max,mean} Method to use while combining scores from replicates. 1) fisher: Fisher's combined probability test. It requires scores in ppois form (\fB\-log10\fR pvalues) from bdgcmp. Other types of scores for this method may cause cmbreps unexpected errors. 2) max: take the maximum value from replicates for each genomic position. 3) mean: take the average value. Note, except for Fisher's method, max or mean will take scores AS IS which means they won't convert scores from log scale to linear scale or vice versa. .TP \fB\-\-outdir\fR OUTDIR If specified all output files will be written to that directory. Default: the current working directory .TP \fB\-o\fR OFILE, \fB\-\-ofile\fR OFILE Output BEDGraph filename for combined scores.