Description Usage Arguments Value
fsStats
selects features using a base R statistics
function (toggled by the how
argument).
1 2 |
object |
An |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
keep |
A numeric scalar. Specifies the number of top features that should get
returned by the feature selection method. Use of |
how |
A character string. Toggles between the "t.test", "ks.test", "wilcox.test", and "var.test" methods. |
... |
Arguments passed to the detailed function. |
Returns an ExprsArray
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.