Nothing
test_that("exportDifferentials works on a 3 sample test dataset", {
capture.output(
SampleTileMatrix <- MOCHA::getSampleTileMatrix(
MOCHA:::testTileResultsMultisample,
cellPopulations = "all",
threshold = 0
)
)
mytempdir <- tempdir()
out <- MOCHA::exportOpenTiles(
SampleTileObj = SampleTileMatrix,
cellPopulation = "C3",
outDir = mytempdir,
verbose = FALSE
)
expect_true(all(do.call(file.exists, out)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.