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 Sept. 17, 2024, 5:47 a.m.