getTopFeatures: Get the Top Predictive Features from an S4 Object

Description Usage Arguments Value Examples

Description

Get the Top Predictive Features from an S4 Object

Usage

1

Arguments

object

An S4 object to get top scoring features from.

...

Allow additional parameters to be defined for this generic.

Value

A character vector of top predictive features.

Examples

1
2
3
4
data(sampleTrainedPCOSPmodel)

# Get the top features
topFeatures <- getTopFeatures(sampleTrainedPCOSPmodel, numModels=2)

bhklab/PanCuRx documentation built on Dec. 30, 2021, 4:59 p.m.