Description Usage Arguments Details Value Examples
Tabulate contigs with a unique combination of class_keys
per total_keys
.
For instance, total_keys
might be a sample identifier, and class_keys
might
be the V- and J- gene identities. The idea is that this might mimic the data
generated in a bulk experiment.
1 | generate_pseudobulk(ccdb, class_keys, total_keys, type = c("cell", "umi"))
|
ccdb |
|
class_keys |
|
total_keys |
|
type |
one of "cell" or "umi" |
This function is currently rather 10x-specific, in that it is assumed that columns barcode
and
umis
exist.
tibble
1 2 3 | data(ccdb_ex)
ccdb_ex = cluster_germline(ccdb_ex)
pseudo = generate_pseudobulk(ccdb_ex, c('v_gene', 'j_gene', 'chain'), c('pop', 'sample'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.