Scroll to navigation

MACS2(1) User Commands MACS2(1)

NAME

macs2 - macs2 - Model-based Analysis for ChIP-Sequencing

DESCRIPTION

usage: macs2 [-h] [--version]

{callpeak,bdgpeakcall,bdgbroadcall,bdgcmp,bdgopt,cmbreps,bdgdiff,filterdup,predictd,pileup,randsample,refinepeak} ...

macs2 -- Model-based Analysis for ChIP-Sequencing

positional arguments:

{callpeak,bdgpeakcall,bdgbroadcall,bdgcmp,bdgopt,cmbreps,bdgdiff,filterdup,predictd,pileup,randsample,refinepeak}
Main MACS2 Function: Call peaks from alignment results.
Call peaks from bedGraph output. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Call broad peaks from bedGraph output. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Deduct noise by comparing two signal tracks in bedGraph. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Operations on score column of bedGraph file. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Combine BEDGraphs of scores from replicates. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Differential peak detection based on paired four bedgraph files. Note: All regions on the same chromosome in the bedGraph file should be continuous so only bedGraph files from MACS2 are accpetable.
Remove duplicate reads at the same position, then save the rest alignments to BED or BEDPE file. If you use ' --keep-dup all option', this script can be utilized to convert any acceptable format into BED or BEDPE format.
Predict d or fragment size from alignment results. *Will NOT filter duplicates*
Pileup aligned reads with a given extension size (fragment size or d in MACS language). Note there will be no step for duplicate reads filtering or sequencing depth scaling, so you may need to do certain pre/postprocessing.
Randomly sample number/percentage of total reads.
(Experimental) Take raw reads alignment, refine peak summits and give scores measuring balance of waston/crick tags. Inspired by SPP.

options:

show this help message and exit
show program's version number and exit

For command line options of each command, type: macs2 COMMAND -h

January 2023 macs2 2.2.7.1