Skip to content

Commit

Permalink
specify method
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Feb 7, 2024
1 parent 4d7cd8a commit 40d3c76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/testthat/test-bulk_methods_SummarizedExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,11 @@ test_that("DE interaction effects", {

breast_tcga_mini_SE |>
identify_abundant(factor_of_interest = Call) |>
test_differential_abundance( ~ Call * interaction_term, contrasts = "CallHer2___interaction_term" ) |>
test_differential_abundance(
~ Call * interaction_term,
contrasts = "CallHer2___interaction_term",
method="edgeR_quasi_likelihood"
) |>
expect_no_error()

})
Expand Down

0 comments on commit 40d3c76

Please sign in to comment.