test_that("tnbc", {
object <- cello
expect_identical(
object = tnbc(object),
expected = character()
)
object[1L, "comments"][[1L]][["Group"]] <-
"Triple negative breast cancer (TNBC) cell line"
expect_identical(
object = tnbc(object),
expected = rownames(object)[[1L]]
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.