vasant_filter: vasant_filter runs Vasant's vectorized correlation filter on...

Description Usage Arguments Value

View source: R/filter_frames.R

Description

vasant_filter runs Vasant's vectorized correlation filter on data frame d.

Usage

1
vasant_filter(d, corr_cutoff = 0.8, measure = median, inds = NULL)

Arguments

d

data frame (already transposed) to filter.

corr_cutoff

Correlation value above which to remove the less median-intense column. DEFAULT:0.8

inds

Vector of inds over which to operate

Value

Copy of data frame d, but missing the columns (optionally specified by inds) that don't make the cutoff


interzoneboy/MS-prep documentation built on June 13, 2020, 7:03 a.m.