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

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

Arguments

sce_list

List of SCE objects, all containing relevant attributes in colData(sce)$vdj as columns

attributes

Column names from unnested colData(sce)$vdj 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