Nothing
test_that("subsetting vizAPOTC works", {
data("combined_pbmc")
expect_doppelganger(
"sample19",
vizAPOTC(
combined_pbmc,
orig.ident = c("P19B", "P19L"),
verbose = FALSE
)
)
})
test_that("subsetting vizAPOTC with different options works", {
testthat::skip_on_os("mac") # diffs in fp precision leads to different packings
set.seed(829)
expect_doppelganger(
"void_retscale_tryplace_no_order_brl_c4:5",
vizAPOTC(
combined_pbmc,
seurat_clusters = 4:5,
retain_axis_scales = TRUE,
try_place = TRUE,
order_clones = FALSE,
use_default_theme = FALSE,
legend_position = "bottom right",
add_legend_background = FALSE,
verbose = FALSE
)
)
})
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.