merge_rare_levels: Replaces rare levels with other

Description Usage Arguments Value

View source: R/colors_for_annotation.R

Description

Replaces levels with a maximal occurrence of 1 with other

Usage

1
merge_rare_levels(column, rare_thr = 2)

Arguments

column

column of the data whose rare categories need to be merged to "other"

rare_thr

minimal number of times for a category to be represented to be declared as "rare" and converted to "other"

Value

column with rare occurrences replaced by other


proBatch documentation built on Nov. 8, 2020, 4:55 p.m.