aggregate_cells | R Documentation |
aggregate_cells() creates a speudo-bulk 'tbl' object formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> |
aggregate_cells( .data, .sample = NULL, slot = "data", assays = NULL, aggregation_function = Matrix::rowSums )
.data |
A 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> | |
.sample |
The name of the sample column |
maturing
...
A 'tbl_df' object
my_tt = aggregate_cells(aggregate_cells::counts_mini, sample, transcript, count)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.