Description Usage Arguments Value Examples
getVarsFromFS
extracts from the output of
featureSelection
the most important features based a voting
system across bootstraps. Then for the most-voted features obtain the sign and
effect sizes of each feature.
1 | getVarsMetaDataFromFS(allfsdata, r = r, panel = "Unknown")
|
allfsdata |
list of rfe objects. Output of |
r |
num scalar. Between 0-1. Minimum proportion of bootstraps that must have selected that feature as important. |
panel |
chr scalar. The GE panel name from which input genes were extracted. |
list with all counts, signs, effect sizes and mean effect sizes of all important features across all bootstraps
1 | getVarsMetaDataFromFS(allfsdata, r = 0.6, panel = "Unknown")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.