tests/testthat/test-matchInterestingGroups.R

test_that("matchInterestingGroups", {
    object <- rse
    expect_identical(
        object = matchInterestingGroups(object),
        expected = interestingGroups(object)
    )
    expect_identical(
        object = matchInterestingGroups(
            object = object,
            interestingGroups = interestingGroups(object)[[1L]]
        ),
        expected = interestingGroups(object)[[1L]]
    )
})
acidgenomics/r-acidexperiment documentation built on March 29, 2025, 4:20 a.m.