Hi Lukas,
I've been using MEDIPS to determine differential coverage across enhancer regions identified by ROSE from control (x2) and disease (x3) H3K27ac data:
MEDIPS 1kb windows P<0.05: 101,691.
MEDIPS 1kb windows adjP<0.05: 0
Enhancer Regions: 294
I then intersect the data to see the density of significant windows in each enhancer:
Sig windows in enhancers: 1,043
Enhancers containing >1 sig window: 243
However, when I use my enhancers in createROIset analysis I get
Enhancers P<0.05: 100
Enhancers AdjP<0.05: 20
And quite confusingly, some enhancers which did not contain any significant 1kb windows are now themselves significant!?
I realize that the difference may be due to the normalization at just my enhancers Vs genome.
However, which dataset should I trust? The enhancers as ROIs or the density of significant windows within enhancers?
Kind Regards
Peter
Workflow:
Disease/Control=MEDIPS.createSet(BSgenome = "BSgenome.Hsapiens.UCSC.hg19", uniq = 1, extend = 120, shift = 0, window_size = 1000, chr.select = c("chr1","chr2","chr3","chr4","chr5","chr6","chr7","chr8","chr9","chr10","chr11","chr12","chr13","chr14","chr15","chr16","chr17","chr18","chr19","chr20","chr21","chr22,"chrX","chrY"))
Genome=MEDIPS.meth(MSet1=Disease, MSet2=Control, ISet1=Disease Input, ISet2=Control Input , p.adj = "bonferroni", diff.method = "edgeR", minRowSum=10, MeDIP=F, quantile=TRUE)
Disase/Control.Enhancers=MEDIPS.createROIset(ROI = Enhancers, BSgenome = "BSgenome.Hsapiens.UCSC.hg19", uniq = 1, extend = 120, shift = 0, bn = 1)
Enhancers.diff = MEDIPS.meth(MSet1 = Disease.enhancers, MSet2 = Control.enhancers ,ISet1 = Disease.enhancers.Input, ISet2 = Control.enhancers.Input, p.adj = "bonferroni", diff.method = "edgeR", minRowSum=10, MeDIP=F, quantile=TRUE)
Hi Lukas,
Thanks for the replies. I'm grasping with the whole biological question so I think I'm in favour of the significant windows Vs whole SE approach. My main motivation is to identify conserved motifs so just by sheer size, I think the windows will give me the best chance to do this rather that looking at the SE overall.
Best,
Peter