Skip to content

Commit

Permalink
initial test circos_shape_data
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchell81 committed Jul 22, 2024
1 parent f446ec9 commit 8b7c589
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testthat/test-circos.R
Original file line number Diff line number Diff line change
@@ -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"))

})

0 comments on commit 8b7c589

Please sign in to comment.