From e44edd57e603ed9e3ba44f2331c0049bc9707298 Mon Sep 17 00:00:00 2001 From: Dillon Hammill Date: Wed, 6 Nov 2024 10:17:36 +1100 Subject: [PATCH] ODC-186 remove duplicated default preprocessing method. --- R/pluginFramework.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pluginFramework.R b/R/pluginFramework.R index 1c82ab7..cd6cdaa 100644 --- a/R/pluginFramework.R +++ b/R/pluginFramework.R @@ -10,7 +10,7 @@ NULL , "mindensity2", "gate_mindensity2", "cytokine", "flowClust.1d", "gate_flowclust_1d", "boundary","singletGate" , "quadGate.tmix", "gate_quad_tmix", "quadGate.seq", "gate_quad_sequential" ) -.DEFAULT_PP <- c("prior_flowClust", "prior_flowClust", "warpSet", "standardize_flowset") +.DEFAULT_PP <- c("prior_flowClust", "warpSet", "standardize_flowset") #'Print a list of the registered gating methods #'@name gt_list_methods #'@aliases listgtMethods