dot-makeScoreFilterMessage.RdMake a message about filtering based on a score
.makeScoreFilterMessage( score_column, score_threshold, direction, behavior, fill_value )
| score_column | chr, name of the column that contains scores. |
|---|---|
| score_threshold | num, values below or above this threshold will be removed from the data. |
| direction | chr, if "greater" only values above the threshold will be retained, if "smaller" - below the threshold. |
| behavior | chr, if "remove", values below/above the threshold will be
removed, if "replace", they will be set to |
| fill_value | if |
character - message