test_that("cellsPerGeneFusion", {
object <- celloFull
skip_if_not(identical(
x = metadata(object)[["dataVersion"]],
y = dataVersion
))
df <- cellsPerGeneFusion(object)
expect_s4_class(df, "DFrame")
expect_identical(
object = dim(df),
expected = c(7666L, 105L)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.