tests/testthat/test-rowcolnames.R

context("Checking for consistency in colnames and rownames")

test_that("rownames and colnames return CompressedCharacterList", {
    expect_true(is(rownames(mae), "CompressedCharacterList"))
    expect_true(is(colnames(mae), "CompressedCharacterList"))
})

Try the MultiAssayExperiment package in your browser

Any scripts or data that you put into this service are public.

MultiAssayExperiment documentation built on Nov. 8, 2020, 8:10 p.m.