-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 736 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 736 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
28
29
Package: TreeHeatmap
Type: Package
Title: Display heatmap at different resolution level of a tree
Version: 0.1.0
Authors@R: person("Ruizhu", "Huang", email = "ruizhuRH@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3285-1945"))
Description: This is a side package to TreeSummarizedExperiment to visualize
data at arbitary levels of a tree.
Depends: R(>= 3.6.0), TreeSummarizedExperiment
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
biocViews: DataRepresentation, Infrastructure
Imports:
ggtree,
dplyr,
ggplot2,
viridis,
tidyr,
ggnewscale
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
scales,
cowplot
RoxygenNote: 7.0.0