Skip to content

Commit

Permalink
Update test_cpdbplot_heatmap.R
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Feb 17, 2024
1 parent fdeb74d commit be92f58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/testthat/test_cpdbplot_heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ test_that("plot_cpdb_heatmap works2", {
), degs_analysis = FALSE)
expect_that(class(p), equals("pheatmap"))
})


test_that("plot_cpdb_heatmap works2", {
p <- plot_cpdb_heatmap(relevant_interactions_v5, cell_types = c(
"iEVT", "PV MYH11",
"PV STEAP4", "EVT_1"
), degs_analysis = TRUE, symmetrical = FALSE)
expect_that(class(p), equals("pheatmap"))
})

0 comments on commit be92f58

Please sign in to comment.