-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 808 Bytes
/
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
Package: recursiveCorPlot
Type: Package
Title: Recursive correlation based natural clustering (using ggplot, labels and historgrams)
Version: 0.1.5
Author: Dr. Youri Hoogstrate
Maintainer: Youri Hoogstrate <[email protected]>
Description: Recursive correlation based natural clustering (using ggplot,
labels and historgrams). It uses a (VST/tpm) transformed expression matrix as input.
License: GPL-3 + file LICENSE
URL: https://github.com/yhoogstrate/recursiveCorPlot
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends:
R (>= 4.0)
Imports:
stats,
dplyr,
ggplot2 (>= 3.0.0),
rlang (>= 1.0.2),
tibble,
patchwork,
reshape2,
ggdendro,
Rdpack
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3