tests/testthat/test-plotCountsPerBiotype.R

test_that("plotCountsPerBiotype", {
    x <- plotCountsPerBiotype(object)
    expect_s3_class(x, "ggplot")
})



test_that("plotCountsPerBroadClass", {
    x <- plotCountsPerBroadClass(object)
    expect_s3_class(x, "ggplot")
})
hbc/bcbioRNASeq documentation built on Sept. 17, 2024, 5:47 a.m.