longtests/testthat/test-cellsPerGeneFusion.R

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)
    )
})
acidgenomics/Cellosaurus documentation built on March 15, 2024, 1:28 a.m.