tests/testthat/test-gmt.R

context("test-gmt")

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 Aug. 22, 2023, 5:11 p.m.