Description Usage Arguments Value
Remove correlated features from fc based on cutoff.
1 | fcff_remove_cor(fc, cutoff, behavior = "sample")
|
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. |
The Fc Array data frame filtered based on what you specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.