Skip to contents

This function groups log_qij values in a ground truth tibble per genes and labels using a specified categorical variable.

Usage

group_logQij_per_genes_and_labels(ground_truth, categorical_var)

Arguments

ground_truth

A tibble containing ground truth data.

categorical_var

The categorical variable to use for grouping.

Value

A list of log_qij values grouped by genes and labels.

Examples

if (FALSE) {
group_logQij_per_genes_and_labels(ground_truth, categorical_var)
}