context("MicrobiomeExperiment-class")
test_that("constructors work for basic cases", {
expect_true(validObject(MicrobiomeExperiment()))
expect_true(validObject(
MicrobiomeExperiment(SummarizedExperiment(), MicrobiomeFeatures())
))
expect_true(validObject(MicrobiomeExperiment(SimpleList())))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.