We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9028592 commit 1bc9eacCopy full SHA for 1bc9eac
DESCRIPTION
@@ -79,7 +79,8 @@ Imports:
79
statmod,
80
MatrixGenerics,
81
rlang,
82
- dplyr
+ dplyr,
83
+ ComplexHeatmap
84
RoxygenNote: 7.3.2
85
Roxygen: list(markdown = TRUE)
86
URL: https://github.com/LieberInstitute/spatialLIBD
NAMESPACE
@@ -57,6 +57,9 @@ import(plotly, except = last_plot)
57
import(shiny)
58
importFrom(AnnotationHub,query)
59
importFrom(BiocGenerics,which)
60
+importFrom(ComplexHeatmap,Heatmap)
61
+importFrom(ComplexHeatmap,columnAnnotation)
62
+importFrom(ComplexHeatmap,rowAnnotation)
63
importFrom(DT,DTOutput)
64
importFrom(DT,renderDT)
65
importFrom(GenomicRanges,seqnames)
0 commit comments