-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
52 lines (52 loc) · 1.73 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: volcano3D
Type: Package
Title: 3D Volcano Plots and Polar Plots for Three-Class Data
Version: 2.0.11
Authors@R: c(person("Katriona", "Goldmann", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9073-6323")),
person("Myles", "Lewis", role = c("aut"),
comment = c(ORCID = "0000-0001-9365-5345")))
Maintainer: Katriona Goldmann <[email protected]>
URL: https://katrionagoldmann.github.io/volcano3D/index.html, https://github.com/KatrionaGoldmann/volcano3D
BugReports: https://github.com/KatrionaGoldmann/volcano3D/issues
Description: Generates interactive plots for analysing and visualising
three-class high dimensional data. It is particularly suited to visualising
differences in continuous attributes such as gene/protein/biomarker
expression levels between three groups. Differential gene/biomarker
expression analysis between two classes is typically shown as a volcano
plot. However, with three groups this type of visualisation is particularly
difficult to interpret. This package generates 3D volcano plots and 3-way
polar plots for easier interpretation of three-class data.
Language: en-gb
License: GPL-2
Encoding: UTF-8
LazyData: true
biocViews:
Depends: R (>= 3.5)
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
NeedsCompilation: no
Packaged: 2020-02-16 18:03:28 UTC; kgoldmann
Imports:
plotly,
ggplot2,
ggpubr,
htmlwidgets,
magrittr,
methods,
Rfast,
rlang,
matrixTests
Suggests:
DESeq2,
edgeR,
limma,
qvalue,
SummarizedExperiment,
knitr,
rmarkdown,
kableExtra,
usethis,
easylabel