Skip to content

Commit

Permalink
Add ComplexHeatmap imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed Dec 11, 2024
1 parent 9028592 commit 1bc9eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Imports:
statmod,
MatrixGenerics,
rlang,
dplyr
dplyr,
ComplexHeatmap
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/LieberInstitute/spatialLIBD
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ import(plotly, except = last_plot)
import(shiny)
importFrom(AnnotationHub,query)
importFrom(BiocGenerics,which)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(GenomicRanges,seqnames)
Expand Down

0 comments on commit 1bc9eac

Please sign in to comment.