EnhancedVolcano
EnhancedVolcano copied to clipboard
Publication-ready volcano plots with enhanced colouring and labeling
When I followed the tutorial on the [bioconductor package vignetttes of EnhancedVolcano](https://bioconductor.org/packages/release/bioc/vignettes/EnhancedVolcano/inst/doc/EnhancedVolcano.html) it appeared ```{r} EnhancedVolcano(res, lab = rownames(res), x = 'log2FoldChange', y = 'pvalue', shape = c(1,2,3,4) ) #>>>...
Hi Kevin, Thank you for this wonderful package, I am using it now for quite a while! Recently, there must have been an update for ggrepel or similar. I used...
This pull adds the `box.padding` argument from `ggrepel::geom_text_repel()` (link to the documentation [here](https://ggrepel.slowkow.com/articles/examples.html#options)) to the `EnhancedVolcano` function to allow convenient manipulation of the connector length by changing the padding of...
Hi Kevin, Thank you for developing such an amazing package. I have been using this for a long time. I was able to generate the volcano plot but I would...
Dear Kevin, Thanks a lot for providing us with the EnhancedVolcano package. I have seen several posts in Biostars and Stackoverflow regarding the issue with increasing the length of the...
Hello I am trying to label certain points in volcano plot while also keeping everything else that it labels by default. I used `selectLab` but it removes every other label...
Hello, Please help me with fixing this issue. I just want to two color coded volcano plot. Blue for Fold_Change < -1.5 & p_value # Continue with the EnhancedVolcano function...
Hello! First off, thank you for such a great program to plot our transcriptomic data. I am experiencing an issue where I have a known number of DEGs (10 up...
Hi, I have RNAseq data from a knockout vs. wt mice study. The problem is, when I try to render a volcano plot with the genes, the plot is skewed...
Hi, I have produced a volcano plot as per the instructions in the document in RMarkdown. However, when I try to expand the plot to visualize in the new window,...