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 March 28, 2024, 3:01 p.m.