Extracts results in form of character vectors.

getResultsVec(object, ...)

# S4 method for ImageAnnotationScreening
getResultsVec(
  object,
  eval = "ias_score",
  pval = "p_value_mean_adjusted",
  arrange_by = eval,
  threshold_eval = 0.5,
  threshold_pval = 0.05,
  model_subset = NULL,
  model_remove = NULL
)

# S4 method for SpatialTrajectoryScreening
getResultsVec(
  object,
  eval = "sts_score",
  pval = "p_value",
  arrange_by = eval,
  threshold_eval = 0.5,
  threshold_pval = 0.05,
  model_subset = NULL,
  model_remove = NULL
)

Arguments

object

Any object for which a method has been defined.

Value

Named character vector. Values are the variable/gene names. Names correspond to the model that fitted best.

Details

Extraction works similar to getResultsDf(). Argument best_only, however, is always set to TRUE.