Entering edit mode
@alessandrotestori-24421
Last seen 4.1 years ago
Hi! I have 9 samples (each condition has three samples). I am running diffbind as follows:
dbind<-dba(sampleSheet = "diffbind.csv")
dbind_consensus <- dba.peakset(dbind, consensus=c(DBA_TISSUE,DBA_CONDITION),minOverlap=0.66)
dbind_consensus<-dba(dbind_consensus, mask = dbind_consensus$masks$Consensus,minOverlap = 3)
After this runs I get the following warning:
All peaksets unique for specified attributes; no consensus peaksets added.
And I get the following error:
Error in sum(supply(peaks, nrow)) : invalid 'type' (list) of argument
Calls: dba -> pv.model -> pv.vectors
Do you have any suggestions? Thanks!
thank you for your suggestion; in fact I am no longer getting errors using the same field for both condition and tissue to create the consensus