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 April 1, 2024, 11:31 a.m.