Description Usage Arguments Value
Aggregates multiple counts from the same samples (e.g., from isoforms) This function aggregates counts over samples, concatenates other character columns, and averages other numeric columns
1 2 3 4 5 6 7 8 |
.data |
A tibble |
.sample |
The name of the sample column |
.transcript |
The name of the transcript/gene column |
.abundance |
The name of the transcript/gene abundance column |
aggregation_function |
A function for counts aggregation (e.g., sum) |
keep_integer |
A boolean |
A tibble with aggregated genes and annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.