In TF ChIP-Seq experiments, ENCODE project provides two types of signal BigWig files: fold change over control and signal p-value. I'm unable to locate the specific pipeline for creating the signal p-value BigWig files. Although MACS2 is mentioned, it appears that the resulting BigWig file is not a peak file but rather a coverage file.
Thanks! Why the choice of
--keep-dup all
?I don't know why exactly, but I assume because they already remove dups with picard. So maybe just to be sure other reads don't get removed for some reason.