fcff_remove_cor: Remove Correlated Features

Description Usage Arguments Value

View source: R/fc_feat_filt.R

Description

Remove correlated features from fc based on cutoff.

Usage

1
fcff_remove_cor(fc, cutoff, behavior = "sample")

Arguments

fc

The Fc Array data frame.

cutoff

The correlation coefficient cutoff above which we will remove features from fc.

behavior

How we'll decide what to keep as a representative feature from those to be removed. "sample" randomly selects one feature. "first" picks the first one in the list.

Value

The Fc Array data frame filtered based on what you specified.


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.