aggregate_duplicated_transcripts_sc | R Documentation |
Aggregates multiple counts from the same samples/cells (e.g., from isoforms) This function aggregates counts over samples, concatenates other character columns, and averages other numeric columns
aggregate_duplicated_transcripts_sc( .data, aggregation_function = sum, .sample, .cell, .transcript, .abundance, keep_integer = T )
.data |
A tibble |
aggregation_function |
A function for counts aggregation (e.g., sum) |
.sample |
A character name of the sample column |
.transcript |
A character name of the gene/transcript name column |
.abundance |
A character name of the count column |
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.