Greetings everyone,
I am currently analysing CUT&Tag data (a recent technique, variant of the ChIP-seq), capturing different histone variants. To do so, I tried all the different suggested tools for peaks calling: the more general MACS2 (broad peaks, suggested for histones) and the more method-specific SEACR, gopeaks, and Cut&RunTools (which is actually a pipeline evoking MACS2/SEACR and that adds some filters). The problem is that I obtain drammaticaly different peak profiles from each tool, regarding both peak size and peak number, with MACS2 being the most generous and SEACR/gopeaks the most stringent. How can I know which is the typical peak size profile for a certain histone and/or is there a general consensus on which the expected peak sizes should be and some common practices to filter the obtained peaks (considering that replicates handling was already done with IDR) because the downstream results are heavly influenced by such choice. Thank you in advance,
Which marks did you pull down? Broad peaks only makes sense for broad marks. ENCODE has a table that is helpful under "Target-specific Standards" at https://www.encodeproject.org/chip-seq/histone/ listing typical broad and narrow marks. Can you share a screenshot from the IGV to see whether data are good quality?
Hi ATpoint, thank you for your answer! We have macroH2A data, which is not strictly specified in the reported table (while I see the H2A variants being specified as narrow, I am not sure it is the same, since I see a lot of different H3 variants being broad or narrow). What kind of IGV screenshot can I share?
I usually make a bedGraph with
bedtools genomecov
and then write this to a bigwig withbedGraphToBigWig
from kentUtils to inspect data on the IGV.