Calculation of the overlap between peaks of two different ChIPseq samples.
> bin/matchpeaks -h
SeqCode_v1.0 User commands matchpeaks
NAME
matchpeaks - a program to compare 2 lists of peaks/regions.
SYNOPSIS
matchpeaks [-l <bp>][-v][-x prefix][-h]
<peaksA.bed> <peaksB.bed> <nameA> <nameB>
OUTPUT
One folder with 3 files (BED): common in both, only in A, only in B.
OPTIONS
-l : Minimum overlap size (default: 1).
-v : Verbose. Display info messages.
-x : Prefix for the output folder.
-h : Show this help.
SEE ALSO
SeqCode homepage: http://ldicrocelab.crg.es
GitHub source code: https://github.com/eblancoga/seqcode
AUTHORS
Written by Enrique Blanco.
SeqCode_v1.0 User commands matchpeaks