tests/testthat/test-plotEnrichedUpset.R

test_that("FgseaList", {
    object <- fgsea
    alphaThreshold(object) <- 0.9
    collection <- collectionNames(object)[[1L]]
    object <- plotEnrichedUpset(
        object = object,
        collection = collection
    )
    expect_s3_class(object, "ggplot")
})
acidgenomics/r-acidgsea documentation built on Oct. 15, 2023, 2:02 a.m.