-
Notifications
You must be signed in to change notification settings - Fork 82
/
DESCRIPTION
37 lines (37 loc) · 1.47 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: EnhancedVolcano
Type: Package
Title: Publication-ready volcano plots with enhanced colouring and labeling
Version: 1.13.2
Authors@R: c(
person("Kevin", "Blighe", role = c("aut", "cre"), email = "[email protected]"),
person("Sharmila", "Rana", role = c("aut")),
person("Emir", "Turkes", role = c("ctb")),
person("Benjamin", "Ostendorf", role = c("ctb")),
person("Andrea", "Grioni", role = c("ctb")),
person("Myles", "Lewis", role = c("aut")))
Maintainer: Kevin Blighe <[email protected]>
Description: 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.
License: GPL-3
Depends:
ggplot2,
ggrepel
Imports:
methods
Suggests:
ggalt,
ggrastr,
RUnit,
BiocGenerics,
knitr,
DESeq2,
pasilla,
airway,
org.Hs.eg.db,
gridExtra,
magrittr,
rmarkdown
URL: https://github.com/kevinblighe/EnhancedVolcano
biocViews: RNASeq, GeneExpression, Transcription, DifferentialExpression, ImmunoOncology
VignetteBuilder:
knitr
RoxygenNote: 7.1.2