I used diffbind to analysis the data with 5 time point. I wanted to find out the unique peaks in different time point. so I run the code:
dbObj.OL <- dba.overlap(dbObj,dbObj$masks$time)
but it return:
Warning message:
In pv.overlap(DBA, mask = mask) : Too many peaksets in mask.
when I used four of the five time point, it worked very well.
what should I do?
I found some information in
dbObj2$called
. Are they the peak information which used to merge for consensus peak set?