tests/testthat/test-plotFeatureSaturation.R

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