0

I am using the function vennDiagrams from the ChIPpeakAnno library and I get a strange error message...

venn=makeVennDiagram(RangedDataList (anna, Anna_TSS),NameOfPeaks = c("peaks","TSS"),maxgap = 100, totalTest = 1000)
Warning message:
In findOverlappingPeaks(Peaks[[1]], Peaks[[2]], NameOfPeaks1 = NameOfPeaks[1],  :
Please use select instead of multiple!

I guess the findOverlappingPeaks function is running in the background of the venndiagrams but how can I solve this problem?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Anna
  • 147
  • 2
  • 4
  • 12

1 Answers1

0

You can safely ignore the warning message. Alternatively, you can download the newest version. Also, you might be interested in reading this article (for setting an appropriate totalTest).

j0k
  • 22,600
  • 28
  • 79
  • 90