tests/testthat/test-PlotPattern.R

context("Test: PlotPattern() ")

data(PhyloExpressionSetExample)
data(DivergenceExpressionSetExample)

nonStandardExpressionSet <- PhyloExpressionSetExample[, 2:9]

test_that("is.ExpressionSet() throughs error when no ExpressionSet is entered to PlotPattern()",
          {
                  expect_error(
                          PlotPattern(nonStandardExpressionSet)
                  )
          })
HajkD/myTAI documentation built on April 6, 2024, 7:47 p.m.