Skip to content

Commit

Permalink
remove clonalBias plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Nov 17, 2023
1 parent 2b50e78 commit 59b95dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 78 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Universalized underlying function language and intermediate variables
* License change to MIT
* **group.by** and **split.by** have been consolidated into single **group.by** parameter
* Added support for .json, Omniscope, and MiXCR formats for ```loadContigs()```
* Added support for Immcantation pipeline, .json, Omniscope, and MiXCR formats for ```loadContigs()```
* Made GitHub.io website for support/vignettes/FAQ
* Restructured NEWS Tracking
* Added testhat for all exported and internal functions
Expand Down
66 changes: 0 additions & 66 deletions tests/testthat/_snaps/clonalBias/clonalbias-plot.svg

This file was deleted.

12 changes: 1 addition & 11 deletions tests/testthat/test-clonalBias.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ test_that("clonalBias works", {
test_obj$Patient <- substr(test_obj$orig.ident,1,3)
test_obj$Type <- substr(test_obj$orig.ident,4,4)

set.seed(42)
expect_doppelganger( # Warning: Smoothing formula not specified. Using: y ~ qss(x, lambda = 3); Using size for a discrete variable is not advised.
"clonalBias_plot",
clonalBias(test_obj,
cloneCall = "aa",
split.by = "Patient",
group.by = "seurat_clusters",
n.boots = 1,
min.expand = 2) +
guides(fill = "none", size = "none")
)
#TODO clonalBias plot check
set.seed(42)
expect_equal(
clonalBias(test_obj,
Expand Down

0 comments on commit 59b95dd

Please sign in to comment.