- Home
- Bioconductor 3.23
- Software Packages
- EnhancedVolcano (development version)
EnhancedVolcano
This is the development version of EnhancedVolcano; for the stable release version, see EnhancedVolcano.
Publication-ready volcano plots with enhanced colouring and labeling
Bioconductor version: Development (3.23)
Volcano plots represent a useful way to visualise the results of differential expression analyses. Here, we present a highly-configurable function that produces publication-ready volcano plots. EnhancedVolcano will attempt to fit as many point labels in the plot window as possible, thus avoiding 'clogging' up the plot with labels that could not otherwise have been read. Other functionality allows the user to identify up to 4 different types of attributes in the same plot space via colour, shape, size, and shade parameter configurations.
Author: Kevin Blighe [aut], Jared Andrews [cre, ctb] ORCID iD ORCID: 0000-0002-0780-6248 , Sharmila Rana [aut], Emir Turkes [ctb], Benjamin Ostendorf [ctb], Andrea Grioni [ctb], Myles Lewis [aut]
Maintainer: Jared Andrews <jared.andrews07 at gmail.com>
citation("EnhancedVolcano")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("EnhancedVolcano")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("EnhancedVolcano")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.