View source: R/Diff_Gen_Exp_Enrich.R
perform_GSVA_dataset | R Documentation |
Carries out GSVA for the complete dataset and camputes the averange values by pathways and group of samples.
perform_GSVA_dataset( expression, surv_Map_Out, path_to_gmt_file, thr_groups = 20 )
expression |
Gene expression matrix. |
surv_Map_Out |
Output from SurvMap analyses. |
path_to_gmt_file |
Pathway to the gtm file containing the pathways atabase. |
thr_groups |
threshold of the number of samples used to filter out small nodes. |
## Not run: perform_GSVA_dataset(expression,surv_Map_Out,path_to_gmt_file,thr_groups = 20) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.