Description Usage Arguments Value Functions Examples
For each cell (defined by ccdb$cell_pk
) count the number of each level of chain_key
occurs, and cross tabulate.
Also for each cell, paste together all values chain_key
.
Return a tibble, keyed by cells that includes the counts of the chains, the raw_chain_type
and any additional output from running chain_recode_fun
.
1 2 3 4 5 | ig_chain_recode(tbl)
tcr_chain_recode(tbl)
enumerate_pairing(ccdb, chain_key = "chain", chain_recode_fun = NULL)
|
tbl |
output from enumerate_pairing containing TRA/TRB or IGH/IHK/IHL columns |
ccdb |
|
chain_key |
|
chain_recode_fun |
a function that operates on the output of this function that further reduces the chain combinations to some other summary. Set to 'guess' to apply functions that may work for 10X data or |
a tibble
keyed by cells.
ig_chain_recode
: Recode a table with IG chains
tcr_chain_recode
: Recode a table with TCR chains
1 2 3 | data(ccdb_ex)
enumerate_pairing(ccdb_ex)
enumerate_pairing(ccdb_ex, chain_recode_fun = 'guess')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.