Skip to content

Commit 0f9a3a1

Browse files
committed
Add plot/heatmap export feature, rebased onto reorganized utils
1 parent f0f1459 commit 0f9a3a1

21 files changed

Lines changed: 1498 additions & 70 deletions

DESCRIPTION

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,21 @@ Depends:
2525
R (>= 4.5.0)
2626
Imports:
2727
arrow,
28+
circlize,
29+
ComplexHeatmap,
2830
countrycode,
2931
dplyr,
3032
DT,
3133
ggplot2,
3234
glue,
35+
grDevices,
36+
grid,
3337
here,
38+
htmlwidgets,
3439
networkD3,
3540
plotly,
3641
purrr,
42+
RColorBrewer,
3743
readr,
3844
rlang,
3945
shiny,
@@ -51,12 +57,14 @@ Suggests:
5157
shinytest2,
5258
spelling,
5359
testthat (>= 3.0.0),
60+
webshot2,
5461
withr
5562
VignetteBuilder: knitr
5663
biocViews:
5764
Software,
5865
FunctionalGenomics,
5966
Genetics,
67+
GUI,
6068
Visualization
6169
URL: https://github.com/jravilab/amRviz
6270
BugReports: https://github.com/jravilab/amRviz/issues

0 commit comments

Comments
 (0)