You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/app_ui.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -874,7 +874,7 @@ app_ui <- function() {
874
874
max=1,
875
875
step=0.01
876
876
),
877
-
helpText("Ratio the next closest correlation and the current one. Lower values are more strict in annotating. Default: 0.25.")
877
+
helpText("Merging threshold for the ratio of the difference between the current one to the next closest correlation, relative to the next closest correlation: (current - next_cor) / next_cor. Lower values are more strict in annotating. Default: 0.25.")
0 commit comments