tests/testthat/test-performViper.R

test_that("performViper returns the correct messages and output", {
  skip_on_ci()
  skip_on_cran()
  obj = createExampleIngresObject()
  expect_snapshot(
    performViper(obj,
      regulon = aracne.networks::regulonbrca,
      verbose = T
    )@viper,
    cran = FALSE
  )
})

Try the ingres package in your browser

Any scripts or data that you put into this service are public.

ingres documentation built on Sept. 14, 2022, 9:05 a.m.