tests/testthat/test-PlotCorrelation.R

context("Test: PlotCorrelation() ")

data(PhyloExpressionSetExample)
data(DivergenceExpressionSetExample)

nonStandardExpressionSet <- PhyloExpressionSetExample[, 2:9]

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