tests/testthat/test_clusteringMethodSelection.R

context("Clustering Method Selection")

test_that("Type of output", {
    expect_equal(
        typeof(clusteringMethodSelection(toy_genes,
                                         method.upper.k = 2,
                                         number.of.comparisons = 2))
        , "list")
})
BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.