Scroll to navigation

MACS2_REFINEPEAK(1) User Commands MACS2_REFINEPEAK(1)

NAME

macs2_refinepeak - Model-based Analysis for ChIP-Sequencing

DESCRIPTION

usage: macs2 refinepeak [-h] -b BEDFILE -i IFILE [IFILE ...]

[-f {AUTO,BAM,SAM,BED,ELAND,ELANDMULTI,ELANDEXPORT,BOWTIE}]
[-c CUTOFF] [-w WINDOWSIZE] [--buffer-size BUFFER_SIZE] [--verbose VERBOSE] [--outdir OUTDIR] (-o OFILE | --o-prefix OPREFIX)

optional arguments:

show this help message and exit
Candidate peak file in BED format. REQUIRED.
ChIP-seq alignment file. If multiple files are given as '-t A B C', then they will all be read and combined. Note that pair-end data is not supposed to work with this command. REQUIRED.
Format of tag file, "AUTO", "BED" or "ELAND" or "ELANDMULTI" or "ELANDEXPORT" or "SAM" or "BAM" or "BOWTIE". The default AUTO option will let 'macs2 refinepeak' decide which format the file is. Please check the definition in README file if you choose ELAND/ELANDMULTI/ELANDEXPORT/SAM/BAM/BOWTIE. DEFAULT: "AUTO"
Cutoff DEFAULT: 5
Scan window size on both side of the summit (default: 100bp)
Buffer size for incrementally increasing internal array size to store reads alignment information. In most cases, you don't have to change this parameter. However, if there are large number of chromosomes/contigs/scaffolds in your alignment, it's recommended to specify a smaller buffer size in order to decrease memory usage (but it will take longer time to read alignment files). Minimum memory requested for reading an alignment file is about # of CHROMOSOME * BUFFER_SIZE * 8 Bytes. DEFAULT: 100000
Set verbose level. 0: only show critical message, 1: show additional warning message, 2: show process information, 3: show debug messages. If you want to know where are the duplicate reads, use 3. DEFAULT:2
If specified all output files will be written to that directory. Default: the current working directory
Output file name. Mutually exclusive with --o-prefix.
Output file prefix. Mutually exclusive with -o/--ofile.
December 2020 macs2 refinepeak 2.2.7.1