Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Aug 29, 2023
1 parent 318be24 commit 22457ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
16 changes: 0 additions & 16 deletions man/test_deseq2_df.Rd

This file was deleted.

6 changes: 6 additions & 0 deletions tests/testthat/test-bulk_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,12 @@ test_that("New method choice",{

test_that("DESeq2 differential trancript abundance - no object",{

if (find.package("DESeq2", quiet = TRUE) |> length() |> equals(0)) {
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager", repos = "https://cloud.r-project.org")
BiocManager::install("DESeq2", ask = FALSE)
}

res_deseq2 =
test_deseq2_df |>
DESeq2::DESeq() |>
Expand Down

0 comments on commit 22457ec

Please sign in to comment.