We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0244750 commit 8cf79abCopy full SHA for 8cf79ab
1 file changed
R/utils_balanced_design.R
@@ -32,7 +32,7 @@
32
all_possibilities = merge(
33
all_possibilities,
34
unique(input[, c(cols, group_col), with = FALSE]),
35
- all.x = TRUE, by = c("feature", group_col))
+ all.x = TRUE, by = c("feature", group_col), allow.cartesian = TRUE)
36
37
38
unique(input[, annotation_cols, with = FALSE]),
0 commit comments