Skip to content

Commit

Permalink
update tests/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Keyes committed Mar 25, 2024
1 parent 61551d4 commit 2f40d01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidytof
Title: Analyze High-dimensional Cytometry Data Using Tidy Data Principles
Version: 0.99.4
Version: 0.99.5
Authors@R:
c(person(given = "Timothy",
family = "Keyes",
Expand Down Expand Up @@ -80,7 +80,8 @@ Suggests:
Seurat,
SeuratObject,
embed,
rsample
rsample,
BiocGenerics
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: false
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# tidytof 0.99.5

NEW FEATURES

* Update dependencies.

SIGNIFICANT USER-VISIBLE CHANGES

* None

# tidytof 0.99.4

NEW FEATURES
Expand Down Expand Up @@ -62,3 +72,4 @@ SIGNIFICANT USER-VISIBLE CHANGES
BUG FIXES

* None

13 changes: 0 additions & 13 deletions tests/testthat/test-quality_control.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# libraries
library(ggplot2)
library(dplyr)
library(forcats)
library(testthat)


# tof_assess_channels() --------------------------------------------------------

set.seed(22)
Expand Down Expand Up @@ -273,13 +271,6 @@ sim_data <-
cluster_id = c(rep("a", 1000), rep("b", 1000), rep("c", 1000))
)

# sim_data |>
# tof_reduce_dimensions(method = "pca") |>
# tof_plot_cells_embedding(
# embedding_cols = c(.pc1, .pc2),
# color_col = cluster_id
# )


sim_data_healthy <-
sim_data |>
Expand Down Expand Up @@ -311,10 +302,6 @@ entropy_result_augmented <-
augment = TRUE
)

# entropy_assessment |>
# ggplot(aes(x = entropy, fill = cluster_id)) +
# geom_density(alpha = 0.4) +
# theme_bw()

test_that("Entropy result has the right rows and columns", {
# rows
Expand Down

0 comments on commit 2f40d01

Please sign in to comment.