get_group_gsva_means | R Documentation |
Create dataframe which gets the maximum within group mean gsva score for each gene set
get_group_gsva_means(gsva_scores, groups, keep_single = TRUE, method = "mean")
gsva_scores |
Result from simple_gsva() |
groups |
list of groups for which to calculate the means |
keep_single |
Keep categories with only 1 element. |
method |
mean or median? |
dataframe containing max_gsva_score, and within group means for gsva scores
[simple_gsva()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.