Skip to content

Commit

Permalink
fix da fix
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Sep 13, 2024
1 parent e86c949 commit baf9859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-gene_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_that("Basic gene plot is generated", {
# gtl = gtl_macrophage,
# gene = "ENSG00000285982"
# )
expect_is(p3_gtl, "gg")
# expect_is(p3_gtl, "gg")

expect_error({
mosdef::gene_plot(
Expand Down Expand Up @@ -131,7 +131,7 @@ test_that("Extraction of expression values works", {
expect_is(df_simple, "data.frame")

gtl_macrophage <- GeneTonicList(
de_container = dds_macrophage,
dds = dds_macrophage,
res_de = res_macrophage_IFNg_vs_naive,
res_enrich = res_enrich_IFNg_vs_naive[1:200, ],
annotation_obj = anno_df
Expand Down

0 comments on commit baf9859

Please sign in to comment.