Does the intersection of two BED files (A and B) and draws the intersection with the unique peaks of A and B and the intersections of A with B and B with A.
Data frame or character of length 1. Path to a BED file or data frame with BED format. If data frame, it will be written to a temporary file.
Data frame or character of length 1. Path to a BED file or data frame with BED format. If data frame, it will be written to a temporary file.
Character of length 2. Names of the data sets of 'a' and 'b'. Default: c("A", "B").
Logical of length 1. If TRUE, the intersections are done regarding the strand. Default = TRUE.
Character of length 2. Color of the Venn circles and the labels indicating the number of regions. Default: c("blue", "gold3").
Numeric of length 1. Transparency of the circles. Default: 0.5.
Numeric of length 1. Size of the names of each set. Default: 7.
Numeric of length 1. Size of the labels indicating the number of unique and overlapping regions.