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 June 8, 2025, 10:24 p.m.