Return perturbations with the most variable predictions.
Value
A character vector of perturbation names ranked from highest to
lowest prediction variance, limited to the top n.
Examples
predictions <- data.frame(a = c(0, 1, 2), b = c(1, 1, 1))
get_variable_predictions(predictions, n = 1)
#> [1] "a"