tests/testthat/helper.R

createExampleIngresObject = function() {
  obj = createIngresObjectFromSeurat(
    small_blca_wang,
    "RNA", "data",
    network_genes,
    network
  )
}

createExampleIngresObjectWithViper = function() {
  ing = createExampleIngresObject()
  ing@viper = viper_results
  return(ing)
}

ingresAfterViper = createExampleIngresObjectWithViper()

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.