Skip to content

Commit

Permalink
invert tested with new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shackett committed Sep 19, 2024
1 parent 7500bdc commit d24d732
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: romic
Type: Package
Title: R for High-Dimensional Omic Data
Version: 1.2.3
Version: 1.2.4
Authors@R: c(
person(
given = "Sean",
Expand Down
2 changes: 1 addition & 1 deletion R/filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ filter_tomic <- function(
dplyr::filter(type %in% c("feature_primary_key", "sample_primary_key")) %>%
dplyr::pull(variable)

updated_filtered_table <- anti_join(
updated_filtered_table <- dplyr::anti_join(
triple_omic[[filter_table]],
updated_filtered_table,
by = join_keys
Expand Down
8 changes: 6 additions & 2 deletions man/filter_tomic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d24d732

Please sign in to comment.