tests/testthat/test-tmm.R

test_that("tmm", {
    for (object in list(
        "bcbioRNASeq" = object,
        "matrix" = assay(object)
    )) {
        expect_type(
            object = tmm(object),
            type = "double"
        )
    }
})
hbc/bcbioRNASeq documentation built on March 28, 2024, 3:01 p.m.