aggregate_splice_variants | R Documentation |
Merge all splice variants of an expression dataset into unique locus, unaware of alternative splicing, by summing all variants of the same gene
aggregate_splice_variants(data)
data |
expression dataframe with splice variants as rownames and samples as columns |
dataframe with aggregated rows
data("abiotic_stresses")
head(aggregate_splice_variants(abiotic_stresses$normalized_counts))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.