We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6615e5 commit 40ff41aCopy full SHA for 40ff41a
1 file changed
R/trainSingleR.R
@@ -256,7 +256,7 @@ trainSingleR <- function(
256
if (de.method == "classic") {
257
hints <- c(hints, "'de.method = \"t\"' or \"wilcox\"")
258
}
259
- if (ncol(curref) >= 1000) {
+ if (ncol(curref) >= 1000 && !aggr.ref) {
260
what <- paste("large", what)
261
hints <- c(hints, "'aggr.ref = TRUE' for speed")
262
0 commit comments