Create one hot matrix for a given label

CreateCategoryMatrix(
  labels,
  method = c("aggregate", "average"),
  cells.name = NULL
)

Arguments

labels

A vector of labels

method

Method to aggregate cells with the same label. Either 'aggregate' or 'average'

cells.name

A vector of cell names