tests/testthat/test_register.R

context("test register_methods")

test_that("test register_methods", {
    expect_that(length(all_clustering_methods()), equals(11))
    remove_clustering_methods(c("binary_cut"))
    expect_that(length(all_clustering_methods()), equals(10))
    reset_clustering_methods()
	expect_that(length(all_clustering_methods()), equals(11))
})

Try the simplifyEnrichment package in your browser

Any scripts or data that you put into this service are public.

simplifyEnrichment documentation built on Nov. 8, 2020, 5:07 p.m.