kevinblighe / EnhancedVolcano

Publication-ready volcano plots with enhanced colouring and labeling
399 stars 81 forks source link

incorrect p-val cutoff line render #41

Closed AminMahpour closed 4 years ago

AminMahpour commented 4 years ago

Hi EnhancedVolcano developers

I noticed that by default the EnhancedVolcano plot renders the p-value cutoff dotted line below the indicated cutoff value. I am just wondering if this behavior is by design or a bug?

Thanks, Amin

kevinblighe commented 4 years ago

Hey, thanks for using this package.

Are you sure? Can you provide a reproducible example?

The code that generates the line is this: https://github.com/kevinblighe/EnhancedVolcano/blob/master/R/EnhancedVolcano.R#L505

So, if it looks out of place, it could be one of these possibilities:

Kevin

kevinblighe commented 4 years ago

No response