Hello, all
I am just wondering if I am misunderstanding the consensus peak. I am under the impression that this is the number of peaks contained within a set. for example all peaks in control replicates. When using overlap the last number matches my venndiagram, but when added the consensus peak to my set it does not:
dba.overlap(test,test$masks$het ,mode=DBA_OLAP_RATE) #[1] 12102 6197 3116 dba.overlap(test,test$masks$control ,mode=DBA_OLAP_RATE) #[1] 36185 16097 8398 dba.peakset(test, consensus=DBA_CONDITION) Add consensus: control Add consensus: het 8 Samples, 16672 sites in matrix (36577 total): ID Tissue Condition Replicate Caller Intervals 1 IM-C1 iPSC control 1 macs 29242 2 IM-C2 iPSC control 2 macs 22238 3 IM-C3 iPSC control 3 macs 12179 4 IM-H11 iPSC het 1 macs 5177 5 IM-H12 iPSC het 2 macs 8969 6 IM-H13 iPSC het 3 macs 8320 7 control iPSC control 1-2-3 macs 16097 8 het iPSC het 1-2-3 macs 6197
dba.peakset instead adds the middle number..which i am actually not sure what it is, nor does it appear in my venndiagram. Is there any way to add the peaks identified in my replicates?
thanks in advance
Yes! this helped a lot
thanks again.