View source: R/metafeaturefunctions.R
ComputePathwayMetafeature | R Documentation |
Compute the importance using pathway membership. Predictor pairs that share at least one pathway have an importance of 1, and all others have an importance of 0.
ComputePathwayMetafeature(predictions, inputData, colIdInd, colIdOut)
predictions |
Prediction data frame, where rows are samples, and columns are predictors. |
inputData |
Input data, which may include database ID mappings for the analytes. |
colIdInd |
The ID of the column that has the analyte ID's for the independent variable. If blank, then the existing ID's are used. |
colIdOut |
The ID of the column that has the analyte ID's for the outcome variable. If blank, then the existing ID's are used. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.