tests/testthat/test-ingres-class.R

test_that("object is created from Seurat object", {
  obj = createIngresObjectFromSeurat(
    small_blca_wang,
    "RNA", "scale.data",
    network_genes,
    network
  )
  expect_s4_class(obj, "ingres")
})

Try the ingres package in your browser

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

ingres documentation built on Sept. 14, 2022, 9:05 a.m.