Dear Rory Stark,
Thanks for DiffBind package for analyzing ChIP-seq dataset that has multiple replicates. I encountered two issues when trying to add a derived consensus peak to an existing DBA object.
1. dba.overlap(mydba, mode=DBA_OLAP_RATE, mask=mydba$masks$tissue)
Error: No peak overlap information available
2. my.new.consensus.peakset = dba.peakset(my.dba, consensus = -DBA_REPLICATE, minOverlap=3)
Error in dba.peakset(my.dba, consensus = -DBA_REPLICATE, :
DBA object is already formed from a consensus peakset!
Is there any other parameters that I should include? I basically copied from "tamoxifen" example code here.
Thank you!
Yuhong