tests/testthat/test-GMT.R

test_that("multiplication works", {
    gmtFile <- system.file(
        package = "BaseSet", "extdata",
        "hallmark.gene.symbol.gmt"
    )
    gs <- getGMT(gmtFile)
    expect_s4_class(gs, "TidySet")
})

Try the BaseSet package in your browser

Any scripts or data that you put into this service are public.

BaseSet documentation built on April 12, 2025, 2:25 a.m.