Description Usage Arguments Examples
View source: R/encode_identity_frequency.R
Encode frequencies of (combinations) of values in columns from colData into a matrix with rows as groups and columns as features
1 2 3 4 5 6 | encode_vdj_identity_frequency_matrix(
sce_list,
attributes,
group_by = c(),
normalize = "none"
)
|
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" |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.