Hi Rory,
I was trying to plot, using DiffBind_2.2.12, a Venn diagram for the following contrast (the only one present in my DBA object):
1 Contrast: Group1 Members1 Group2 Members2 DB.edgeR 1 CondA 3 CondB 3 64883
...which I generated using these commands:
> db_analysis = dba.contrast(db_analysis, minMembers=3, categories=DBA_TREATMENT) > db_analysis = dba.analyze(db_analysis, method=DBA_EDGER)
However, I got the following error:
> dba.plotVenn(db_analysis, contrast=1, th=0.05, method=DBA_EDGER) Error in dba.plotVenn(db_analysis, contrast = 1, th = 0.05, method = DBA_EDGER) : Only one peakset meets specified criteria.
Could you please help me to find out what I am doing wrong?
Thanks a lot!
Silvia
Hi Rory,
How to add more than one contrast?
I tried to plot Venn using 4 . contrasts, but I got error like this:
Error in dba.plotVenn(all, contrasts(b)) : Too many peaksets in mask.
Thanks!
Can you show me the precise call you made to
dba.plotVenn()
(and any context that may be of use)? Is it the same as above except you setcontrast=1:4
?