filter_duplicates: Remove duplicate features that exist in multiple feature sets...

View source: R/filter_duplicates.R

filter_duplicatesR Documentation

Remove duplicate features that exist in multiple feature sets and retain a reproducible random selection of one of them

Description

Remove duplicate features that exist in multiple feature sets and retain a reproducible random selection of one of them

Usage

filter_duplicates(data, preference = NULL, seed = 123)

Arguments

data

feature_calculations object containing the raw feature matrix produced by calculate_features

preference

deprecated. Do not use

seed

integer denoting a fix for R's pseudo-random number generator to ensure selections are reproducible. Defaults to 123

Value

feature_calculations object containing filtered feature data

Author(s)

Trent Henderson


theftdlc documentation built on Aug. 8, 2025, 6:30 p.m.