diff --git a/tests/testthat/test-circos.R b/tests/testthat/test-circos.R new file mode 100644 index 0000000..1bd83a0 --- /dev/null +++ b/tests/testthat/test-circos.R @@ -0,0 +1,10 @@ +test_that("Creating a circos plot data frame", { + data(PBMC) + arc_df <- circos_lr_shape_data( + dom = v0.2.1$pbmc_dom_built_tiny, + receptor="CXCR3", + ligand_expression_threshold = 0.01, cell_idents = NULL + ) + expect_true(is(arc_df, "data.frame")) + +}) \ No newline at end of file