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