get_group_gsva_means: Create dataframe which gets the maximum within group mean...

View source: R/gsva.R

get_group_gsva_meansR Documentation

Create dataframe which gets the maximum within group mean gsva score for each gene set

Description

Create dataframe which gets the maximum within group mean gsva score for each gene set

Usage

get_group_gsva_means(gsva_scores, groups, keep_single = TRUE, method = "mean")

Arguments

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?

Value

dataframe containing max_gsva_score, and within group means for gsva scores

See Also

[simple_gsva()]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.