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)
                )
        }
)
YTLogos/myTAI documentation built on May 19, 2019, 1:46 a.m.