Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Aug 29, 2023
1 parent 22457ec commit d0b66de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testthat/test-bulk_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,10 @@ test_that("DESeq2 differential trancript abundance - no object",{
BiocManager::install("DESeq2", ask = FALSE)
}

res_deseq2 =
test_deseq2_df |>
test_deseq2_df = DESeq2::DESeqDataSet(se_mini,design=~condition)

res_deseq2 =
test_deseq2_df |>
DESeq2::DESeq() |>
DESeq2::results()

Expand Down

0 comments on commit d0b66de

Please sign in to comment.