27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
Package: gapmap
|
||
|
Title: Drawing Gapped Cluster Heatmaps with 'ggplot2'
|
||
|
Version: 1.0.0
|
||
|
Authors@R: c(person("Ryo", "Sakai", email="ryo@vda-lab.be", role="aut"), person("Evan", "Biederstedt", email="evan.biederstedt@gmail.com", role=c("cre", "aut")))
|
||
|
Description: The gap encodes the distance between clusters and improves
|
||
|
interpretation of cluster heatmaps. The gaps can be of the same
|
||
|
distance based on a height threshold to cut the dendrogram. Another
|
||
|
option is to vary the size of gaps based on the distance between
|
||
|
clusters.
|
||
|
License: GPL-2 | GPL-3
|
||
|
Encoding: UTF-8
|
||
|
Depends: ggplot2, reshape2
|
||
|
Imports: grid
|
||
|
Suggests: knitr, dendsort, RColorBrewer, rmarkdown
|
||
|
VignetteBuilder: knitr
|
||
|
URL: https://github.com/evanbiederstedt/gapmap
|
||
|
BugReports: https://github.com/evanbiederstedt/gapmap/issues
|
||
|
RoxygenNote: 7.2.3
|
||
|
NeedsCompilation: no
|
||
|
Maintainer: Evan Biederstedt <evan.biederstedt@gmail.com>
|
||
|
Packaged: 2024-01-22 17:42:53 UTC; evanbiederstedt
|
||
|
Author: Ryo Sakai [aut],
|
||
|
Evan Biederstedt [cre, aut]
|
||
|
Repository: CRAN
|
||
|
Date/Publication: 2024-01-22 20:50:02 UTC
|
||
|
Built: R 4.4.2; ; 2025-01-09 03:32:45 UTC; windows
|