View source: R/01_score_functions.R
get_score_by_group | R Documentation |
This function calculate signature score from z score table (will be used inside function table_to_score()
)
get_score_by_group( zscore_table, metadata, group_col, group, direction = "byRow" )
zscore_table |
: data frame containing z score |
metadata |
: Metadata |
group_col |
: variable names of the group |
direction |
: "byRow" to calculate per Gene, "byCol" to calculate per sample |
score
get_score_by_group(zscore_table,metadata,group_col, group,direction="byRow")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.