From 710dd2a7910479c3d395eb84a9060556f4b7c503 Mon Sep 17 00:00:00 2001 From: Gavin Rhys Lloyd Date: Fri, 11 Aug 2023 14:10:41 +0100 Subject: [PATCH] update documentation --- R/mv_feature_filter_class.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mv_feature_filter_class.R b/R/mv_feature_filter_class.R index 76a9b1c..9502cd8 100644 --- a/R/mv_feature_filter_class.R +++ b/R/mv_feature_filter_class.R @@ -59,7 +59,7 @@ mv_feature_filter = function( 'non-missing values is not met for all groups.'), "within_one" = paste0( 'Features are removed if the threshold for ', - 'non-missing values is not met for at least one group.'), + 'non-missing values is not met for any group.'), "QC" = paste0( 'Features are removed if the threshold for ', 'non-missing values is not met for the named group.'),