Calculate mean values per cell group

calculate_average_by_group(x, cell_grouping)

Arguments

x

A matrix. One row for every cell; one column for every feature. The rows must be named.

cell_grouping

A data frame denoting the grouping of the cells. Format: data_frame(cell_id = character(), group_id = character()).