-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
58 lines (58 loc) · 1.28 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
53
54
55
56
57
58
Package: linkET
Type: Package
Title: Everything is Linkable
Version: 0.0.7.4
Author: Houyun Huang <[email protected]>
Maintainer: Houyun Huang <[email protected]>
Description: The 'linkET' package can be used to visualize simply and directly a
matrix heatmap based on 'ggplot2'. It provides a solution for reordering the
correlation matrix, displaying the different significance level on the plot and
other details. The most important parts, it also provides a graphical display of
any correlation analysis and their combination (such as Mantel test, Partial
correlation analysis, and so on).
License: GPL-2
URL: https://github.com/Hy4m/linkET
BugReports: https://github.com/Hy4m/linkET/issues
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
digest,
dplyr,
ggplot2 (>= 3.0.0),
glue,
grDevices,
grid,
gtable,
magrittr,
rlang,
purrr,
tibble,
scales,
stats,
utils
Suggests:
testthat (>= 3.0.0),
ade4,
ambient,
aplot,
colorspace,
FD,
ggdendro,
ggraph,
ggtext,
gridGraphics,
Hmisc,
igraph,
tidygraph,
knitr,
latex2exp,
patchwork,
picante,
psych,
ragg,
relaimpo,
rfPermute,
WGCNA
RoxygenNote: 7.2.1
Config/testthat/edition: 3