test_that("mutations", {
object <- cello
object <- mutations(object)
expect_s4_class(object, "CharacterList")
expect_identical(
object = object[["CVCL_0001"]],
expected = c("JAK2 (6192)", "TP53 (11998)")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.