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/pfgsea documentation built on Oct. 18, 2023, 11:12 a.m.