This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Looking for suggestions if ROSE can handle multiple samples together?

Hi All, I am trying to use ROSE to call Super Enhancer between the two subtypes of a cancer, where each group has 5 samples. But I am not sure how to identify potential SE by handling multiple samples (together with ROSE) from each subtype and to compare these with the other subtype. Looking for any suggestions and will really appreciate your help.

Thanks

chip-seq rose super enhancer h3k27ac

1 answer

If they are biological replicates, I'd recommend running ROSE on each separately and then comparing overlap and signal with bedtools/diffbind/csaw. When comparing SEs, signal changes over such large windows often dilutes the fold changes that you'll get from most approaches. In my opinion, the best way to go about it is to compare the constituent elements of each super enhancer between groups.

In short, coming up with SEs for each sample, potentially merging them to derive a consensus set, and then label all of the constituent peaks so you know they lie in an SE. Looking at differing signal at the constituent peaks doesn't generally run into the same issues that comparing the entire SE directly does statistically.

Log in to answer this question.