get_optimal_features: Get the optimal features

View source: R/get_optimal_features.R

get_optimal_featuresR Documentation

Get the optimal features

Description

Get the optimal features

Usage

get_optimal_features(object)

Arguments

object

An object of class "featureSelection"

Value

The list of optimal features

Examples

fs.object <- featureSelection(toy_genes, min.k = 3, max.k = 6, step = 10)
get_optimal_features(fs.object)

BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.