jianhong / ChIPpeakAnno

11 stars 4 forks source link

Bug in makeVennDiagram.R #6

Closed adamd3 closed 3 years ago

adamd3 commented 3 years ago

On line 373, the argument otherCount is passed to the plotting function, but the correct argument is otherCounts (see line 113).

This causes a "0" to be plotted in the Venn Diagram when otherCount is 0.

jianhong commented 3 years ago

It will not affect the results. see http://adv-r.had.co.nz/Functions.html#function-arguments. Anyway I will fix the parameter name to full parameter name.