feature.selection.boruta: Feature selection by Boruta

View source: R/FeatureSelection.R

feature.selection.borutaR Documentation

Feature selection by Boruta

Description

Feature selection by Boruta

Usage

feature.selection.boruta(
  feature.df,
  group,
  seed = 111,
  scale = TRUE,
  withTentative = FALSE
)

Arguments

feature.df

Row is sample, column is feature

seed

Default 111

withTentative

Default FALSE, not include tentative variable

Examples

loonR::feature.selection.boruta(miR.df, group)

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.