Skip to content

Commit 64d99df

Browse files
committed
Improve help text for the merging threshold
1 parent 8c215c2 commit 64d99df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/app_ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ app_ui <- function() {
874874
max = 1,
875875
step = 0.01
876876
),
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.")
878878
)
879879
),
880880
hr(),

0 commit comments

Comments
 (0)