remove_rare: remove_rare

Description Usage Arguments Value

View source: R/RF_Utilities.R

Description

remove_rare

Usage

1
remove_rare(table, cutoff_pro)

Arguments

table

The feature table to be filtered, (note rownames=features, columns=samples)

cutoff_pro

The precent of samples a feature must be found in in order to be kept.

Value

A new table with any features that were below the cutoff proportion removed.


nearinj/RandomForestUtils documentation built on July 30, 2020, 9:51 a.m.