kevinblighe / EnhancedVolcano

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

count the number of DEGs #98

Closed me37uday closed 2 years ago

me37uday commented 2 years ago

Hi @kevinblighe ,

Thanks for such a well built and documented package. I was wondering of there was a provision to also mention the count of DEGs (up and down regulated genes passing the filter on both sides of plot). That could be really helpful. Please let me know.

Cheers, Uday

me37uday commented 2 years ago

I could do it using the annotate function from ggplot2 package. Except I had the count the DEGs myself using a certain filter. Would have been amazing if it came as an option along with this package. Just a consideration.

Thanks!