gsea_olink_run | R Documentation |
Run GSEA analysis from the output of an Olink statistical test using the estimate as the ranking metric
gsea_olink_run( x, gs = gsea_sets, minGSSize = 2, contrastName = compname, save = TRUE, saveFolder )
x |
output from an Olink statistical test |
gs |
Gene set collection, Default: gsea_sets |
minGSSize |
minimum gene set size to be considered, Default: 2 |
contrastName |
Name of contrast for filename purposes |
save |
save results, logical, Default: TRUE |
saveFolder |
path to folder where results are to be save if save=TRUE |
DETAILS
returns a cluterProfiler result object, suitable for further visualization
enframe
write.xlsx
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.