Hello,
I was wondering if we can perform intersection of multiple bed files
using the intersectBed module...
For eg., I have ChIPSeq datasets for Pol2 (or any TF) done in several
different conditions, in multiple cell lines. Can we derive a set of
peaks which is common across datasets?
Since you have names for your "value" column, you'll want to use the "-filler" option (for example, "-" or "N/A") with unionBedGraphs to define what a "non-peak" value will look like. You can then restrict your output to those intervals where none of your samples have the filler value. See section 5.23.6
Aaron