tests/testthat/test-get_markers.R

test_that("get_markers finds markers", {
  df <- tibble::tibble("A" = 1, "id" = 2, "B" = 3)
  expect_equal(get_markers(df), c("A", "B"))
})
biosurf/cyCombine documentation built on May 23, 2024, 4:07 a.m.