tests/testthat/test-plotPcaCovariates.R

test_that("plotPcaCovariates", {
    x <- plotPcaCovariates(object)
    expect_type(x, "list")
    expected <- c(
        "plot",
        "corMatrix",
        "pcsMatrix",
        "scatterPlot",
        "significants"
    )
    expect_named(x, expected)
})
hbc/bcbioRNASeq documentation built on March 28, 2024, 3:01 p.m.