View source: R/FeatureSelection.R
feature.selection.boruta | R Documentation |
Feature selection by Boruta
feature.selection.boruta(
feature.df,
group,
seed = 111,
scale = TRUE,
withTentative = FALSE
)
feature.df |
Row is sample, column is feature |
seed |
Default 111 |
withTentative |
Default FALSE, not include tentative variable |
loonR::feature.selection.boruta(miR.df, group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.