View source: R/aggregate_scProfiles.R
aggregate_scProfiles | R Documentation |
Aggregate scRNA expression profiles that have the same cluster label or cell type label
aggregate_scProfiles(scRNA_exp, scRNA_st, cell_id_col, group_id_col)
scRNA_exp |
scRNA expression profiles |
scRNA_st |
scRNA expression profiles sample table |
cell_id_col |
column name for cell id |
group_id_col |
column name for cluster label or cell type label |
a list consists of aggregated expression profiles and aggregated sample table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.