addPredictorCorrelatedFeatures: Add features that are correlated with a set of elastic net...

Description Usage Arguments Value

View source: R/addPredictorCorrelatedFeatures.R

Description

Add features that are correlated with a set of elastic net predictors.

Usage

1
addPredictorCorrelatedFeatures(enResults, dataMatList, corThreshold = 0.8)

Arguments

enResults

an elastic net results object.

dataMatList

a list of matrices with feature data organized along the rows, and feature names accessible via rownames(dataMatList). These matrices must contain data for all features used in the original elastic net call.

corThreshold

a correlation threshold.

Value

an elastic net results object containing all data in the enResults parameter, plus two added elements:


CBIIT/rcellminerElasticNet documentation built on Sept. 8, 2020, 6:21 p.m.