ComputeInteractionCoefMetafeature: Compute the importance using absolute value of interaction...

View source: R/metafeaturefunctions.R

ComputeInteractionCoefMetafeatureR Documentation

Compute the importance using absolute value of interaction term coefficient. Specifically, the coefficient percentile is calculated and taken as the weight.

Description

Compute the importance using absolute value of interaction term coefficient. Specifically, the coefficient percentile is calculated and taken as the weight.

Usage

ComputeInteractionCoefMetafeature(predictions, modelStats)

Arguments

predictions

Prediction data frame, where rows are samples, and columns are predictors.

modelStats

A data frame that includes the interaction p-values and interaction coefficients for each pair (such as the one output by IntLIM's ProcessResults function)

Value

A data frame with the importance metric for each sample and each predictor. The metric will be the same for all samples in this case.


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.