View source: R/operations_agg_strata.R
| agg_strata | R Documentation |
Creates a strata layer above repertoires by grouping idata$repertoires
with user-selected metadata columns.
This enables a hierarchy of
chains -> barcodes -> receptors -> repertoires -> strata.
agg_strata(idata, by, strata_name_prefix = "Strata")
idata |
An |
by |
Character vector of columns in |
strata_name_prefix |
Character(1). Prefix for automatic strata labels in
|
A new ImmunData object where:
$repertoires includes imd_strata_id and strata_name;
$annotations includes imd_strata_id (joined by imd_repertoire_id).
strata_name is stored only in $repertoires and is not copied into
$annotations.
agg_repertoires(), rename_strata(), ImmunData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.