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 Dec. 11, 2023, 1:33 a.m.