getSgsResultsVec | R Documentation |
Extracts results in form of character vectors.
getSgsResultsVec(object, ...)
## S4 method for signature 'SpatialGradientScreening'
getSgsResultsVec(
object,
eval = "mae",
pval = "fdr",
arrange_by = eval,
threshold_eval = 0.25,
threshold_pval = 0.05,
model_subset = NULL,
model_remove = NULL,
name_output = FALSE
)
object |
Any object for which a method has been defined. |
name_output |
If |
Extraction works similar to getSgsResultsDf()
. Argument best_only
, however,
is always set to TRUE.
Named character vector. Values are the variable/gene names. Names correspond to the model that fitted best.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.