forked from yhoogstrate/recursiveCorPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 740 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 740 Bytes
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
Package: recursiveCorPlot
Type: Package
Title: Recursive correlation based natural clustering (using ggplot, labels and historgrams)
Version: 0.1.4
Author: Dr. Youri Hoogstrate
Maintainer: Youri Hoogstrate <y.hoogstrate@erasmusmc.nl>
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
Suggests:
knitr, rmarkdown
RoxygenNote: 7.2.3