get_variable_predictions: Find most variable predictions

View source: R/summarize.R

get_variable_predictionsR Documentation

Find most variable predictions

Description

This function generates a vector of perturbation names with the most variable predictions, given a predictions table.

Usage

get_variable_predictions(predictions_table, n = 50)

Arguments

predictions_table

A predictions table generated with summarize_predictions

n

Number of variable predictions returned (default = 50).

Examples

summarize_models(my_models)

Mushriq/mixmap documentation built on Jan. 28, 2024, 7:22 p.m.