Encode frequencies of (combinations) of values in columns from colData into a long data frame

encode_cell_identity_frequency_long(
  sce_list,
  attributes,
  group_by = c(),
  normalize = "none"
)

Arguments

sce_list

List of SCE objects, all containing relevant attributes in colData as columns

attributes

Column names from colData which to encode

group_by

Column names from colData which to group by (compute frequencies per group)

normalize

Normalization method - either "none" or "relative_frequency"

Value

Examples

NULL
#> NULL