-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathDESCRIPTION
111 lines (111 loc) · 3.77 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Package: iheatmapr
Type: Package
Title: Interactive, Complex Heatmaps
Version: 0.7.1
Authors@R: c(person("Alicia", "Schep",
email = "aschep@gmail.com",
role = c("aut"),
comment = c(ORCID = "orcid.org/0000-0002-3915-0618")),
person("Sarah", "Kummerfeld",
email = "kummerfeld.sarah@gene.com",
role = c("aut"),
comment = c(ORCID = "orcid.org/0000-0002-0089-2358")),
person("Genentech", role = "cph"),
person("Andee", "Kaplan", role = "rev",
comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"),
person("Carl", "Ganz", role = "rev",
comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"),
person("Alex", "Johnson", role = "ctb",
comment = "plotly.js library"),
person("Étienne", "Tétreault-Pinard", role = "ctb",
comment = "plotly.js library"),
person("Mikola", "Lysenko", role = "ctb",
comment = "plotly.js library"),
person("Ricky", "Reusser", role = "ctb",
comment = "plotly.js library"),
person("Robert", "Monfera", role = "ctb",
comment = "plotly.js library"),
person("Nicolas", "Riesco", role = "ctb",
comment = "plotly.js library"),
person("Miklós", "Tusz", role = "ctb",
comment = "plotly.js library"),
person("Chelsea", "Douglas", role = "ctb",
comment = "plotly.js library"),
person("Ben", "Postlethwaite", role = "ctb",
comment = "plotly.js library"),
person("Chris", "Parmer", role = "ctb",
comment = "plotly.js library"),
person("Alex", "Vados", role = "ctb",
comment = "plotly.js library"),
person("Plotly", role = "cph",
comment = "plotly.js library"),
person("Frederick", "Boehm", role = "ctb",
comment = "colorbars & main_heatmap"),
person("Alan", "O'Callaghan",
email = "alan.ocallaghan@outlook.com", role = "cre"))
Description: Make complex, interactive heatmaps. 'iheatmapr' includes a modular
system for iteratively building up complex heatmaps, as well as the
iheatmap() function for making relatively standard heatmaps.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
methods,
utils,
magrittr,
stats,
ggdendro,
fastcluster,
RColorBrewer,
htmlwidgets,
jsonlite,
scales,
knitr,
tools
Suggests:
htmltools,
datasets,
shiny,
testthat,
rmarkdown,
reshape2,
roxygen2,
covr,
webshot
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://docs.ropensci.org/iheatmapr/ (website) https://github.com/ropensci/iheatmapr
BugReports: https://github.com/ropensci/iheatmapr/issues
Encoding: UTF-8
Collate:
'AllClasses.R'
'AllGenerics.R'
'annotations.R'
'axes.R'
'axis_labels.R'
'axis_titles.R'
'barplot.R'
'clustering.R'
'clusters.R'
'colorbars.R'
'colors.R'
'components.R'
'dendogram.R'
'generic_subplots.R'
'groups.R'
'main_heatmap.R'
'iheatmap.R'
'iheatmapr.R'
'layout.R'
'list_utils.R'
'shiny.R'
'shiny_test.R'
'signal.R'
'subplot.R'
'summary.R'
'to_widget.R'
'utils.R'
X-schema.org-applicationCategory: Visualization
X-schema.org-keywords: heatmap, plotly, r, interactive-visualizations, data-visualization, htmlwidgets
X-schema.org-isPartOf: https://ropensci.org
Language: en-US